Skip to content

This is my attempt to do logistic regression the deep learning way in C language.

Notifications You must be signed in to change notification settings

inclinedadarsh/logistic-regression-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic regression in C

This is my attempt to do logistic regression the deep learning way in C language.

I have divided all the modules in the respective files.

Usage

To run the program, use the following command:

make && ./logistic_regression

The command will create an output file and executes it.

Author

A simple project by Adarsh Dubey

About

This is my attempt to do logistic regression the deep learning way in C language.

Topics

Resources

Stars

Watchers

Forks