Jul 6, 2021 | AI, Machine Learning, Python
The code that accompanies this article can be received after subscription * indicates required Email Address * When talking about neural networks and deep learning, we usually think about feed-forward neural networks and supervised learning. To be more precise, we are...
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...