https://github.com/kevinmbeaulieu/machine-learning-practice
ML models & data processing utilities written from scratch as practice.
https://github.com/kevinmbeaulieu/machine-learning-practice
data-science machine-learning numpy pandas
Last synced: 6 months ago
JSON representation
ML models & data processing utilities written from scratch as practice.
- Host: GitHub
- URL: https://github.com/kevinmbeaulieu/machine-learning-practice
- Owner: kevinmbeaulieu
- License: mit
- Created: 2022-10-22T20:19:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T18:30:46.000Z (about 3 years ago)
- Last Synced: 2025-06-29T21:03:42.146Z (7 months ago)
- Topics: data-science, machine-learning, numpy, pandas
- Language: Python
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning practice repo
This repo contains ML models & data preprocessing utilities written as practice for understanding how they work. They mainly use Pandas to represent data, but avoid using models from scikit-learn, keras, or other similar libraries that provide prebuilt ML models.
No guarantees are made about the stability of this repo, and the code is definitely not production-ready.