https://github.com/assemblyai-community/machine-learning-from-scratch
Implementation of popular ML algorithms from scratch
https://github.com/assemblyai-community/machine-learning-from-scratch
Last synced: about 1 year ago
JSON representation
Implementation of popular ML algorithms from scratch
- Host: GitHub
- URL: https://github.com/assemblyai-community/machine-learning-from-scratch
- Owner: AssemblyAI-Community
- License: mit
- Created: 2022-09-09T14:37:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T10:57:20.000Z (over 2 years ago)
- Last Synced: 2025-04-03T18:14:22.809Z (about 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 827
- Watchers: 14
- Forks: 253
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning From Scratch by AssemblyAI
This repository contains the code developed in the Machine Learning from scratch course on YouTube by AssemblyAI. It includes the implementations of popular ML algorithms.
[Watch the course on our YouTube channel](https://www.youtube.com/watch?v=p1hGz0w_OCo&list=PLcWfeUsAys2k_xub3mHks85sBHZvg24Jd)
The code is based on the similar repository by Python Engineer (Patrick Loeber): https://github.com/python-engineer/MLfromscratch