Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 944 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 944 Bytes

Machine-Learning-Worksheets

Worksheet Objective

  • The worksheets dives into the basics pf Machine Learning using Python - an approchable and well-known programming language.
  • Gives more understanding about Supervised Vs Unsupervised Learning, look into how Statistical Modeling relates to Machine Learning, and do a comparison of each.
  • Enriches hands on experience in python to implement various machine learning algorithms.
  • Enables to work with various types of data and its pre-processing techniques required to apply machine learning algorithms.

Worksheet Outcomes

  1. To develop an understanding on python programming for machine learning.
  2. Implementation of machine learning algorithms in python.
  3. Data preprocessing and implementation of machine learning algorithms in python for different data.

N.B : As Assignment-4 complete the Python course in Kaggle (https://www.kaggle.com/learn/python)