jobsua2018 (31)in #neural-network • 7 years agosteemCreated with Sketch.Neural Network to play a snake game – Towards Data Science part 2Input data The neural network need some data to learn on. Input data is very important part of machine learning. If…jobsua2018 (31)in #neural-network • 7 years agoNeural Network to play a snake game – Towards Data Science part 1something about machine learning, neural networks, and TensorFlow but there is no problem otherwise. And finally…jobsua2018 (31)in #neural-network • 7 years agoHail technology: Deep learning may help predict when people need ridesComputers may better predict taxi and ride sharing service demand, paving the way toward smarter, safer and more…jobsua2018 (31)in #programs • 7 years agoAI (artificial intelligence)AI (pronounced AYE-EYE) or artificial intelligence is the simulation of human intelligence processes by machines…jobsua2018 (31)in #cryptocurrency • 7 years agoCRYPTO CREATOR? Bitcoin creator whose identity is unknown but could be one of the world’s richest peopleCRYPTO CREATOR Who is Satoshi Nakamoto? Bitcoin creator whose identity is unknown but could be one of the world’s…jobsua2018 (31)in #neural-network • 7 years agoCoding Neural Network Back-Propagation Using C# part 3Next, the input-to-hidden weight gradients and the hidden bias gradients are calculated: for (int i = 0; i < numInput; ++i)jobsua2018 (31)in #programming • 7 years agoParse HTML in .NET and survive: an analysis and comparison of librariesIn the course of working on a home project, faced with the need of parsing HTML. Search on Google gave comment Athari…jobsua2018 (31)in #funy • 7 years agoRidiculousWhich one do you like best?jobsua2018 resteemedintelliguy (68)in #life • 7 years agoWINTER BLUES: How to have fun this time of year! --- MILK A COW! (Whaaaaat did you say?)Lack of sunshine? Dreary weather? Can't wait for summer? THERE IS HOPE! .. When warm and beautiful weather…jobsua2018 (31)in #deep-learning • 7 years agoCoding Neural Network Back-Propagation Using C# part 2Vote. and the second part will be released. the source in the last part. var example = true Training using…jobsua2018 (31)in #programing • 7 years agoCoding Neural Network Back-Propagation Using C# part 1Vote. and the second part will be released. the source in the last part. var example = true Back-propagation is the…jobsua2018 resteemedcristi (70)in #deep-learning • 7 years agoBackpropagation Step by Step - [The Mathematical Approach]While studying backpropagation, I came across this great mathematical explanation or breakdown of how it goes. Matt…