ML Models from Scratch
·55 words
Table of Contents
Overview #
ML Models from Scratch is a collection of classic machine learning models implemented without high-level libraries like Scikit-Learn or TensorFlow.
Features #
- Implementation of basic and advanced ML algorithms.
- No external ML libraries used.
- Educational resource for learning ML concepts.
Technologies Used #
- Python
- NumPy
- Matplotlib