Introduction to Deep Learning: Training a Neural Network Part 1Setting up the problem Given training points (X₁,d₁),(X₂,d₂),…,(Xₙ,dₙ), where dᵢ is the output for input Xᵢ, where Xᵢ can be data, pixel…Sep 2, 2021Sep 2, 2021
Introduction to Deep Learning: The MLPLinearly inseparable data In the case of linearly inseparable data, no such hyperplane exists, that can divide correctly, hence a single…Jul 6, 2021Jul 6, 2021
Introduction to Deep Learning: The Perceptron Part 2The Rosenblatt’s perceptronJul 4, 2021Jul 4, 2021
Introduction to Deep Learning: The Perceptron Part 1Neural Networks have been the most popular algorithms in the AI domain for about a decade now. They are used in many problems ranging from…Jul 1, 2021Jul 1, 2021