Category: ML Model

  • Backpropagation from Scratch

    Posted on

    by

    Artificial Intelligence (AI) is a very hot buzzword these days. Many people are excited (or scared 😱, depending on how you view AI) about its capabilities! Machine learning is the engine that powers any AI system. We can classify supervised machine learning algorithms into two categories. First one is traditional algorithms which are not based…

    Continue reading

  • Perceptron Algorithm: The Grand-daddy of AI

    Posted on

    by

    Perceptron: The Genesis In the summer of 1958 a 30-year old research psychologist Frank Rosenblatt invented a machine that can be fed with some punch cards and the machine was capable of telling which cards were marked on the right and which cards were marked on the right [1]. The name of the machine was…

    Continue reading

  • Fit, Underfit, and Overfit in Machine Learning

    Posted on

    by

    Today I am going to cover an important aspect of any machine learning model. When we build a machine learning model we always want the model to be fit, we do not want overfitting or underfitting. I’ll present a very simple example to show the implications of overfitting and underfitting. Let’s take a very simple…

    Continue reading