Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/inclinedadarsh/logistic-regression-c
- Owner: inclinedadarsh
- Created: 2024-07-05T19:22:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T18:20:40.000Z (7 months ago)
- Last Synced: 2024-07-08T00:52:01.976Z (7 months ago)
- Topics: c, deep-learning, logistic-regression
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)