This is the official repository for the Electroins Club Summer Project — ANNs.
- Soham Panchal
- Vihaan Sapra
- Vidhi Chordia
- Parnika Mittal
The aim of this project is to create an analog neural network using op-amp and capacitors and resistors.
The project is tentatively scheduled for 8 weeks (offline), with the following breakdown:
- Week 1: Introduction to NNs and Basic Electronics
- Week 2: Understanding Analog Circuits
- Week 3: Designing the ANN Circuit
- Week 4: PCB Design Fundamentals
- Week 5: PCB Design for the ANN Circuit
- Week 6: PCB Fabrication and Assembly
- Week 7: Testing and Debugging the PCB
- Week 8: Documentation and project evaluation
To get started, follow these steps:
- Open your terminal (macOS/Linux) or Command Prompt (Windows).
- Clone the repository by running:
git clone https://github.com/Sohamp05/ANNs.git
- Navigate into the cloned directory:
cd /path/to/the/cloned/repo
- To update your local repository with the latest changes, run:
git pull
Feel free to contribute, raise issues, or suggest improvements as we work through the project!