Skip to content

prernamittal/MLDLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLDLS 2022

The Machine Learning & Deep Learning Show


Assignment 01:

  • Problem 1: Implement a Univariate Linear Regression after finding your own data
  • Problem 2: Implement a Multi-variate Linear Regression after finding your own data

    Assignment 02 & 03:

  • Task 1: Find data and implement classification algorithms
  • Task 2: Implement k-mean clustering algorithm
  • Task 3: Explain the code for neural network
  • Task 4: Replace the X & Y, with the Xs and Ys in the neural network code and run the code.