Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 265 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 265 Bytes

Simple-Neural-Network-Framework

This is the project for COMS 4995 "Design Using C++", 2024.

This project is to build a simple neural network framework, ensuring the basic functions such as gradient descent, optimizing, while utilizing modern C++ features.