Description
In this course, you will learn :
- How to implement an Artificial Neural Network in Python
 - How to do Regression
 - How to use Google Colab
 
Syllabus :
1. Data Preprocessing
- Importing the dataset
 - Splitting the dataset into the Training set and Test set
 
2. Building the ANN
- Initializing the ANN
 - Adding the first layers
 - Adding the output layer
 
3. Training the ANN
- Compiling the ANN
 - Training the ANN model on the Training set
 - Predicting the results of the Test set
 








