Implementing Simple Neural Network in C#

Implementing Simple Neural Network in C#

Often we forget that we stand on the shoulders of giants. Machine Learning, Deep Learning and AI have gained such traction, that there are many frameworks available. Today, it is really easy to pick the framework (for example ML.NET) of our choosing and start the...
Receptive Field Calculations for Convolutional Neural Networks

Receptive Field Calculations for Convolutional Neural Networks

Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * In the past couple of years, convolutional neural networks became one of the most used deep learning concepts. They are used in a variety of industries...
Guide to Autoencoders with TensorFlow & Keras

Guide to Autoencoders with TensorFlow & Keras

Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * All neural networks architectures lay on the same principles. There are neurons with biases and activation functions connected with weighted...
DeepMind reveals PonderNet: Pondering or Fake Hype?

DeepMind reveals PonderNet: Pondering or Fake Hype?

Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * Last month, DeepMind presented an interesting concept which they called – PonderNet. This neural network already made some controversy, mostly...
Understanding Cross-entropy for Machine Learning

Understanding Cross-entropy for Machine Learning

Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * A couple of days ago a friend of mine, who started exploring deep learning, asked me “Hey man, can you explain this Cross-entropy thing to...