BlogHide Resteemsjobsua2018 (30)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 you have a huge amount of data, you can achieve great results even if an…jobsua2018 (30)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, obviously, there are better approaches to write a logic for a snake game but let’s…jobsua2018 (30)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 sustainable cities, according to an international team of researchers. In a study…jobsua2018 (30)in programs • 7 years agoAI (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…jobsua2018 (30)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 richest #people #Bitcoin has taken the financial #world by storm, but who is the…jobsua2018 (30)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 (30)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 and his micro-review of the current parsers in HTML .NET for which he thanks.…jobsua2018 (30)in funy • 7 years agoRidiculousWhich one do you like best?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 hits, people have fun outdoors. BBQ, Swimming, Travel, Camping, and more. Until…jobsua2018 (30)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 back-propagation is accomplished with these statements: Console.WriteLine("Starting…jobsua2018 (30)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 most common algorithm used to train neural networks. There are many ways that…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 Mazur, a data scientist working for Help Scout , wrote about it on his personal…