Machine Learning

An Introduction to the Nearest Neighbours Algorithm in Scikit-Learn

In this blog post, we will be talking about how to use the algorithm of Nearest Neighbours in Scikit Learn, a python library for training machine learning models. Nearest Neighbours is very simple and easy to use algorithm. In this particular post, we will not be dealing with any dataset, we will simply use a …

An Introduction to the Nearest Neighbours Algorithm in Scikit-Learn Read More »

Leaky ReLU as an Activation Function in Neural Networks

Rectified Linear Unit, also known as ReLU overcame some of the serious disadvantages of the earlier used activation functions such as Sigmoid and Hyperbolic Tangent activation functions. These include the exploding gradients and vanishing gradients problem. ReLU overcame these problems and it was fast and simple to calculate. However, despite all this it was far …

Leaky ReLU as an Activation Function in Neural Networks Read More »

Top 5 languages for Artificial Intelligence and Machine Learning

Machine Learning and Artificial Intelligence are on the check list of every aspiring software developer. But a question that everyone has one their mind is, “What programming language should I use for learning Artificial Intelligence and Machine Learning”. In this post we will discuss about the top 5 languages you can use for learning Artificial …

Top 5 languages for Artificial Intelligence and Machine Learning Read More »