ivolazy / ml-course

YouTube Course Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Course Contents

Course Link: https://www.youtube.com/playlist?list=PLB0Tybl0UNfYe9aJXfWw-Dw_4VnFrqRC4

The content is divided by the lessons. You can take the version before a lesson, to follow along or after the lesson to compare in case something is not quite right.

Installing a package

  1. Choose the package you want to use For example: P2.data_processing_lesson

  2. Add the data next to the other folders Data link: https://github.com/gniziemazity/drawing-data

  3. Open the terminal inside the package directory

  4. Go inside the node directory within that package Command: cd node

  5. Install the package: Command: npm install

! Note: these steps are not needed for P1

Tools

  1. I code with 'Visual Studio Code': https://code.visualstudio.com

  2. I use 'Google Chrome' for front-end testing: https://www.google.com/chrome

  3. I use 'NodeJs' for back-end testing: https://nodejs.org/en

About

YouTube Course Repository


Languages

Language:JavaScript 74.3%Language:HTML 20.5%Language:CSS 4.3%Language:Python 0.9%