Fundamentals of Machine Learning Course for II B.Tech. CSE
- practice the basic librairies required to do ML
- NumPy
- Pandas
- Matplotlib, Seaborn
- Perform Exploratory Data Analysis on
- Iris Dataset
- Titanic Dataset
- Boston House prices dataset
- Build a simple linear regression model and perform predictions on the test dataset. Consider a company’s data, where there is the amount spent on different types of advertisements and its subsequent sales. Dataset
- Build a Multiple Linear Regression model on a dataset (eg: 50_startups) Dataset
- Apply L1 regularization on the created simple and multiple linear regression. What is your observation?
- Apply L2 regularization on the created simple and multiple linear regression. What is your observation?