Skip to content

av-guy/d603-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Algorithms from Scratch

This repository was created for study purposes as part of the D603 Machine Learning course. It contains from-scratch implementations of various machine learning algorithms covered in the class.

The goal of this project is to deepen understanding by manually building each algorithm, alongside equivalent Jupyter notebooks that demonstrate how the same models are used with standard Python libraries (e.g., scikit-learn, NumPy, Pandas, etc.).

Contents

  • Pure Python implementations of core machine learning algorithms
  • Jupyter notebooks with library-based equivalents
  • Example datasets used for demonstration and testing
  • Exploratory analysis and result comparisons

Disclaimer

This project is intended for educational and informational purposes only.

About

From scratch implementations of some machine learning algorithms I am learning about in my master's program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors