Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1022 Bytes

ReadMe.md

File metadata and controls

27 lines (16 loc) · 1022 Bytes
Title Author Date
Day 9 of 30 Day Of ML Code Event
Rajendrasinh Parmar
August 13, 2021

Day 9 of 30 Days Of ML Code

Intro to Machine Learning Lesson 3

Your First Machine Learning Model

This lesson is on implementation of first Machine Learning model.

Follow the notebook Your First Machine Learning Model for lesson details.

The associated exercise with the third lesson of the course is provided in Exercise: Your First Machine Learning Model

Intro to Machine Learning Lesson 4

Model Validation

In this lesson, you will learn to use model validation to measure the quality of your model. Measuring model quality is the key to iteratively improving your models.

Follow the notebook Model Validation for lesson details.

The associated exercise with the forth lesson of the course is provided in Exercise: Model Validation