Data Lab 5: Neural Network in Tensorflow
Continuing yesterday's codecademy course on implementing fully connected neural network, today you will be working on the codecademy projects on the same subject.
1. Assignment 1:
design, train, and evaluate a neural network model performing the task of regression to predict the life expectancy of countries
Codecademy Project : Life Expectancy
Pro Tip !!
Take notes of what new concepts are being discussed. You can take notes in the DL-notes.docx file in your Block C Microsoft Teams assignment. This notes document is automatically part of your evidence for assessment.
Assignment 2:
For this assignment submit your google colab notebook as DL-Codecademy-AdmissionAnalysis.ipynb or python script from Codecademy session as DL-Codecademy-AdmissionAnalysis.py in Block C Github repository.
Codecademy Project : Admission likelihood Project