Using ML.NET – Introduction to Machine Learning and ML.NET

Using ML.NET – Introduction to Machine Learning and ML.NET

Code that accompanies this article can be downloaded here. Last month, at their Build event, Microsoft shared with us plans for .NET Core 3. Wile the accent was the transformation of desktop applications and support for Windows Forms and WPF, ML.NET – a...
Two Ways to Implement LSTM Network using Python – with TensorFlow and Keras

Understanding Long Short-Term Memory Networks (LSTMs)

Remember how in the previous article we’ve said that we can predict text and make speech recognition work so well with Recurrent Neural Networks? The truth is that all the big accomplishments that we assigned to RNNs in the previous article are actually achieved...
Introduction to Convolutional Neural Networks

Introduction to Convolutional Neural Networks

Have you ever wondered how Facebook knows how to suggest the right friend to tag? Speaking of it, how does the Google’s image search algorithm work? Yes, you are right, there is a neural network involved in all those tasks. To be more precise, we are talking...
Introduction to Convolutional Neural Networks

Artificial Neural Networks Series

Note: This is an ongoing series, more articles will be added soon. Deep learning and artificial intelligence are big buzzwords today, aren’t they? However, this field is not quite as new as the majority of people thinks. We as humans were always interested in...