Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 917 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 917 Bytes

NeuralNetworkProject

Welcome to the Neural Network Project repository!

image

Introduction

The project endeavors to develop a neural network library designed for educational and experimental objectives. Moreover, an accompanying hand-digit recognizer utilizing the MNIST dataset has been crafted utilizing this library.

Features

  • Implementation of neural network models.
  • Support for various activation functions and layers structures.
  • The test application which enables users to draw custom shapes and subsequently classify them as digits using neural network.

Using

To get started with using the neural network modules clone this repository and make sure to install all necessary libraries.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute the code as per the terms of the license.