Oct 17, 2018 | AI, Guest Post
With our dependence on technology only becoming stronger and with some recent privacy-destroyed scandals making people worry, robots became the talk of the town once again. Almost every film, TV show, and video game tries to raise a question about what the future...
Oct 15, 2018 | .NET, AI, C#, Machine Learning
The code that accompanies this article can be downloaded here. In the previous article, we had a chance to see what is the Restricted Boltzmann Machine and how it functions and learns. The path was bumpy because first, we needed to learn what are Energy-Based Models,...
Sep 26, 2018 | .NET, AI, C#, Machine Learning, Python, Series
So far in our artificial neural network series, we have covered only neural networks that are using supervised learning. To be more precise, we only explored neural networks that have input and output data available to them during the learning process. Based on this...
Sep 17, 2018 | .NET, AI, C#, Machine Learning
The code that accompanies this article can be downloaded here. In the previous articles, we explored what Self-Organizing Maps are and how you can implement them using Python and TensorFlow. One of the most interesting things about these networks is that they utilize...
Aug 20, 2018 | AI, Machine Learning
So far in our artificial neural network series, we have covered only neural networks that are using supervised learning. To be more precise, we only explored neural networks that have input and output data available to them during the learning process. Based on this...
Jul 16, 2018 | .NET, C#, Machine Learning
In the previous articles, we explored possibilities of ML.NET, Microsoft’s machine learning framework, quite a bit. In the first article of the series, we got familiar with machine learning concepts and run through some ML.NET basics. Then we solved some...