Login
Discover
Waves
Decks
Plus
Login
Signup
Anonymous
@jobsua2018
31
I'm a freelancer. I write programs, games, websites. I like programming since my childhood. In my spare time I work on some sites. Computer is my life!)
Followers
236
Following
384
Resource Credits
Available
Used
Location
INTERNET
Website
https://goo.gl/BAfqwo
Created
February 5, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
jobsua2018
neural-network
2018-03-05 17:18
Neural Network to play a snake game – Towards Data Science part 2
Input data The neural network need some data to learn on. Input data is very important part of machine learning. If you have a huge amount of data, you can achieve great results even if an architecture
$ 0.000
2
2
jobsua2018
neural-network
2018-03-05 10:10
Neural Network to play a snake game – Towards Data Science part 1
something about machine learning, neural networks, and TensorFlow but there is no problem otherwise. And finally, obviously, there are better approaches to write a logic for a snake game but let’s pretend
$ 0.000
2
1
jobsua2018
neural-network
2018-03-04 12:38
Hail technology: Deep learning may help predict when people need rides
Computers may better predict taxi and ride sharing service demand, paving the way toward smarter, safer and more sustainable cities, according to an international team of researchers. In a study, the
$ 0.000
3
1
jobsua2018
programs
2018-02-19 00:30
AI (artificial intelligence)
AI (pronounced AYE-EYE) or artificial intelligence is the simulation of human intelligence processes by machines, especially computer systems. These processes include learning (the acquisition of information
$ 0.711
8
jobsua2018
cryptocurrency
2018-02-09 12:16
CRYPTO CREATOR? Bitcoin creator whose identity is unknown but could be one of the world’s richest people
CRYPTO CREATOR Who is Satoshi Nakamoto? Bitcoin creator whose identity is unknown but could be one of the world’s richest #people #Bitcoin has taken the financial #world by storm, but who is the creator
$ 0.020
3
2
jobsua2018
neural-network
2018-02-09 06:38
Coding Neural Network Back-Propagation Using C# part 3
Next, the input-to-hidden weight gradients and the hidden bias gradients are calculated: for (int i = 0; i < numInput; ++i) for (int j = 0; j < numHidden; ++j) ihGrads\[i\]\[j\] = hSignals\[j\] *
$ 0.000
3
1
jobsua2018
programming
2018-02-08 13:56
Parse HTML in .NET and survive: an analysis and comparison of libraries
In the course of working on a home project, faced with the need of parsing HTML. Search on Google gave comment Athari and his micro-review of the current parsers in HTML .NET for which he thanks.
$ 0.000
4
jobsua2018
funy
2018-02-08 03:14
Ridiculous
Which one do you like best?
$ 0.000
4
1
jobsua2018
deep-learning
2018-02-07 19:17
Coding Neural Network Back-Propagation Using C# part 2
Vote. and the second part will be released. the source in the last part. var example = true Training using back-propagation is accomplished with these statements: Console.WriteLine("Starting
$ 0.549
5
1
jobsua2018
programing
2018-02-07 12:37
Coding Neural Network Back-Propagation Using C# part 1
Vote. and the second part will be released. the source in the last part. var example = true Back-propagation is the most common algorithm used to train neural networks. There are many ways that
$ 0.475
6
4