/SimpleNeuralNetinC

A repo where i will be diving deeply in fudamentals of Ml and NeuralNet

Primary LanguageC

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
From youtube see
File handeling see

Prerequisites


Build and Run

  1. Clone the repository:

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