Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inclinedadarsh/logistic-regression-c

This is my attempt to do logistic regression the deep learning way in C language.
https://github.com/inclinedadarsh/logistic-regression-c

c deep-learning logistic-regression

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```sh
make && ./logistic_regression
```

The command will create an `output` file and executes it.

## Author

A simple project by [Adarsh Dubey](https://x.com/inclinedadarsh)