Skip to content

carbonatezero/ml-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML From Scratch

This repository contains implementations of classical machine learning algorithms and basic neural networks written from scratch for educational purposes.

Implemented models

  • k-Nearest Neighbor (kNN)
  • Softmax Linear Classifier
  • Two-Layer Neural Network (Fully Connected)

Repository structure

  • src/ — reusable ML implementations
  • demos/ — notebooks demonstrating how to use the models
  • data/ — datasets (ignored by git)
  • artifacts/ — saved models and outputs (ignored by git)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages