Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Run

1. Clone the repository:

```bash
git clone https://github.com/Aashish69-96/LearningNeuralNet2024.git
bash build.sh