Skip to content

Fundamentals of Machine Learning Course for II B.Tech. CSE

Notifications You must be signed in to change notification settings

sridevibonthu/FML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FML

Fundamentals of Machine Learning Course for II B.Tech. CSE

Cycle - 0 (Prerequisite Tasks)

  • 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

Cycle - 1 (Exercises on Regression)

  1. 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
  2. Build a Multiple Linear Regression model on a dataset (eg: 50_startups) Dataset
  3. Apply L1 regularization on the created simple and multiple linear regression. What is your observation?
  4. Apply L2 regularization on the created simple and multiple linear regression. What is your observation?

Fill the following tables with your results Univariate Analysis

Multivariate Analysis

Cycle - 2 (Exercise on Cross-Validation)

Cycle - 1 (Exercises on Classification)

About

Fundamentals of Machine Learning Course for II B.Tech. CSE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published