Skip to content

coder0143/ML_in_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML_in_C

Coding neural networks and various other models from scratch in C.

  • Project1 - Basic Linear Regression mechanics in C
    A very basic linear regression algorithm with two parameters, output shows reducing loss over time. A python implementation is shown here for simplicity.
  • Project2 - A logistic regression based classifier for a classification task in c along with csv file I/O interfacing in pure C with no libraries.
    A logistic regression model which takes in input from train.csv, 2 independent variables and a dependent variable.
  • Project3 - Micrograd implemented in c++

About

Coding neural networks and various other model from scratch in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published