Practice Session 4
In this video, I explain linear regression using the fastai library. Linear regression is a powerful tool for predicting continuous values from data. It can be used to predict things like stock prices or housing prices based on past data points. I then give an intuition about how to use the fastai library for deployment.
Video
Objectives:
- Linear Regression
- Stochastic Gradient Descent and Gradient Descent
- Deployment with fastai
Highlights:
- Remaking walkwithfasta course ( https://walkwithfastai.com/ )
- Lesson Two – Part-1: Linear Regression and Deployment
Resources:
- https://drive.google.com/drive/folders/1NdboVzKiRyN_Q8UgQfwkDVuH_4flMb-H
- https://drive.google.com/drive/folders/1wp9jCBaYs5UzMxR3abBnfQE3CtBQXlrX
- https://colab.research.google.com/github/muellerzr/Practical-Deep-Learning-for-Coders-2.0/blob/master/Computer%20Vision/02_Deployment.ipynb
- https://walkwithfastai.com/Introduction