Skip to content

MrCrambo/Machine-Learning-Course

Repository files navigation

Machine-Learning-Course

Make money with Machine Learning course projects and homeworks.

Week 1. Image Classification using tensorflow.js

Building simple web app for loading image and predicting results using tensorflow mobilenet model.

Here is the repo, more info and code could be found there - Image Classification with TFJS.

Here is the web app link for testing - https://mrcrambo.github.io/Image-Classification-TFJS/

Week 2. Stock price prediction

Stock price prediction using different regression models:

  • Linear regression
  • Quadratic regression
  • K-Neighbors

Here is the repo, more info and code could be found there - Stock price prediction.

Week 3. Fraud detection

Detecting fraud and non fraud transactions in bank transfers. Linear regression models learned using data from kaggle competition.

Here is the repo, more info and code could be found there - Fraud detection.