Learn Artificial Neural Network From Scratch in Python
- Description
- Curriculum
- FAQ
- Reviews
Welcome to the course where we will learn about Artificial Neural Network (ANN) From Scratch!
If you’re looking for a complete Course on Deep Learning using ANN that teaches you everything you need to create a Neural Network model in Python?
You’ve found the right Neural Network course!
After completing this course you will be able to:
-
Identify the business problem which can be solved using Neural network Models.
-
Have a clear understanding of Advanced Neural network concepts such as Gradient Descent, forward and Backward Propagation etc.
-
Create Neural network models in Python and ability to optimize the model tuning hyper parameters
-
Confidently practice, discuss and understand Deep Learning concepts
This course will get you started in building your FIRST artificial neural network using deep learning techniques. Following my previous course on logistic regression, we take this basic building block, and build full-on non-linear neural networks right out of the gate using Python and Numpy. All the materials for this course are FREE.
You should take this course if you are interested in starting your journey toward becoming a master at deep learning, or if you are interested in machine learning and data science in general. We go beyond basic models like logistic regression and linear regression and I show you something that automatically learns features.
What is covered in this course?
This course teaches you all the steps of creating a Neural network based model i.e. a Deep Learning model, to solve business problems.
Below are the course contents of this course on ANN:
-
Part 1 – Python basics
This part gets you started with Python and learn the brush up the basics like data structures, comprehensions, Object Oriented Programming and so on.
This part will help you set up the python and Jupyter environment on your system and it’ll teach you how to perform some basic operations in Python. We will understand the importance of different libraries such as Numpy, Pandas, Seaborn and matplotlib libraries.
-
Part 2 – Theoretical Concepts
This part will give you a solid understanding of concepts involved in Neural Networks.
In this section you will learn about the neurons and how neurons are stacked to create a network architecture. Once architecture is set, we understand the Gradient descent algorithm to find the minima of a function and learn how this is used to optimize our network model.
-
Part 3 – Creating Regression and Classification ANN model in Python and R
In this part you will learn how to create ANN models in Python.
We will learn how to model the neural network in two ways: first we model it from scratch and after that using scikit-learn library.
-
Part 4 – Tutorial numerical examples on Backpropagation
One of the most important concept of ANN is backpropagation, so in order to apply the theory we learnt in lecture session in the real world neural networks, we are going to execute backpropagation taking one numerical example. We are going to take the help of partial differentiation and update the weights in backpropagation using gradient descent algorithms.
By the end of this course, your confidence in creating a Neural Network model in Python will soar. You’ll have a thorough understanding of how to use ANN to create predictive models and solve business problems.
-
6Download and setup Pycharm code editor on WindowsVideo lesson
-
7Download Visual Studio code editor on Windows (Optional)Video lesson
-
8Download and setup Pycharm code editon on LinuxVideo lesson
-
9How to read Python documentationVideo lesson
-
10Variables on PythonVideo lesson
-
11Data Types: String, Set and NumbersVideo lesson
-
12Data Types: List, Dictionaty and TupleVideo lesson
-
13Operators and OperandsVideo lesson
-
14Logical Operators and OperationsVideo lesson
-
15Comments and User InputVideo lesson
-
16Built-in Modules and Creating your own ModulesVideo lesson
-
17Python "List" Data StructuresVideo lesson
-
18Python "Dictionary" Data StructuresVideo lesson
-
19Python IndentationVideo lesson
-
20Python Conditionals: if...else statementsVideo lesson
-
21Looping in Python: while LoopsVideo lesson
-
22Looping in Python: for LoopsVideo lesson
-
23User Defined Functions in PythonVideo lesson
-
24Default Arguments in PythonVideo lesson
-
25Classes and Objects in PythonVideo lesson
-
26Basic Inheritance in PythonVideo lesson
-
27Multiple Inheritance in PythonVideo lesson
-
28__name__ == __main__Video lesson
-
29Data Types in Machine LearningVideo lesson
-
30Data Preprocessing Part 1Video lesson
-
31Data Preprocessing Part 2Video lesson
-
32Data Preprocessing Part 3Video lesson
-
33Introduction to numpy moduleVideo lesson
-
34Introduction to pandas moduleVideo lesson
-
35Train and Test Splitting of DataVideo lesson
-
36Encoding Process in Machine LearningVideo lesson
-
37Introduction to overfit and underfit of modelVideo lesson
-
38Cross entropy of Logistic RegressionVideo lesson
-
39Introduction to Artificial IntelligenceVideo lesson
-
40Introduction to Neural NetworksVideo lesson
-
41Inspiration and representation for Neural NetworkVideo lesson
-
42History and Application of Neural NetworkVideo lesson
-
43Example of neural networkVideo lesson
-
44Updating the weights [partial differentiation]Video lesson
-
45Introduction to partial differentiationVideo lesson
-
46Introduction to the Activation FunctionVideo lesson
-
47Why do we need bias in the programVideo lesson
-
48Why we use regularization in the Neural NetworkVideo lesson
-
49Introduction to the gradient descent [review]Video lesson
-
50Introduction to Stochastic Gradient Descent and Adam OptimizerVideo lesson
-
51Introduction to mini-batch SGDVideo lesson
-
57Setting up environment and coding single neuronVideo lesson
-
58Coding neuron layerVideo lesson
-
59Using dot product to code neuron layerVideo lesson
-
60Coding dense layer [must know Object Oriented Programming]Video lesson
-
61Introduction to Activation FunctionVideo lesson
-
62Implementation of activation function [step and sigmoid]Video lesson
-
63Implementation of activation function [tanh and ReLu]Video lesson
External Links May Contain Affiliate Links read more