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.
To run the program, use the following command:
make && ./logistic_regression
The command will create an output
file and executes it.
A simple project by Adarsh Dubey