Learn practical skills, build real-world projects, and advance your career
# Jovian Commit Essentials
# Please retain and execute this cell without modifying the contents for `jovian.commit` to work
!pip install jovian --upgrade -q
import jovian
jovian.set_project('neural-network-life-expectancy')
jovian.set_colab_id('1zGLFWjxddv4pI0trWiTsRTQAhHwFAW3h')

⇨ Life Expectancy Prediction with PyTorch

alt

➥ INTRODUCTION:

This notebook will is a journey with PyTorch's neural network technology and a custom class linear regression model with the objective, or destination of this journey, of predicting life expectancy as accurately as possible using the quite thorough dataset from the World Health Organization with comprehensive data from 183 countries over 15 recent years.


Lets get started!

%%capture
!pip install jovian --upgrade --quiet