Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aashish1-1-1/simpleneuralnetinc
A repo where i will be diving deeply in fudamentals of Ml and NeuralNet
https://github.com/aashish1-1-1/simpleneuralnetinc
backtracking clang costfunction perceptron simpleneuralnetinclang
Last synced: 5 days ago
JSON representation
A repo where i will be diving deeply in fudamentals of Ml and NeuralNet
- Host: GitHub
- URL: https://github.com/aashish1-1-1/simpleneuralnetinc
- Owner: Aashish1-1-1
- Created: 2023-12-27T13:14:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T11:23:54.000Z (5 months ago)
- Last Synced: 2024-06-05T13:04:15.155Z (5 months ago)
- Topics: backtracking, clang, costfunction, perceptron, simpleneuralnetinclang
- Language: C
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learing NeuralNet in C
## Overview
This repository contains a basic implementation of a neural network from scratch using the C programming language. The goal is to provide a fundamental understanding of neural networks without relying on external libraries.
## Features
- **Simplicity:** The implementation is kept simple and easy to understand, making it suitable for educational purposes.
- **Modularity:** Code is organized into modular components, facilitating easy comprehension and potential extensions.
- **Comments and Documentation:** Detailed comments and documentation are provided to explain the functioning of each component.## Reference
From an article [see](https://www.spicelogic.com/Blog/Perceptron-Artificial-Neural-Networks-10)
From youtube [see](https://www.youtube.com/watch?v=PGSba51aRYU&t=856s)
File handeling [see](https://www.programiz.com/c-programming/c-file-input-output)
### Prerequisites- [C Compiler](https://gcc.gnu.org/)
---
### Build and Run1. Clone the repository:
```bash
git clone https://github.com/Aashish69-96/LearningNeuralNet2024.git
bash build.sh