Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 871 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 871 Bytes

ML-From-Scratch

Simple Machine Learning Implementation for different languages.

This is a repository for implementing Machine Learning Algorithms from scratch with minium library, and as a learning platform for my COMP2211 Course. The goal is to understand the algorithms and their implementation.

Contributions are welcome!

Table of Contents

Supervised Learning

Unsupervised Learning

  • TBD

Reinforcement Learning

Library used

This list may not be complete, but it is the list of libraries that I used for the implementation.

Python

C++

TypeScript / JavaScript