Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohan-bharatia/neural-networks
This is a simple neural network using a multilayer perceptrons utilizing linear algebra and matrix math without any libraries like TensorFlow
https://github.com/rohan-bharatia/neural-networks
basic-neural-network cpp neural-network neural-network-cpp neural-network-python python
Last synced: 2 days ago
JSON representation
This is a simple neural network using a multilayer perceptrons utilizing linear algebra and matrix math without any libraries like TensorFlow
- Host: GitHub
- URL: https://github.com/rohan-bharatia/neural-networks
- Owner: Rohan-Bharatia
- License: mit
- Created: 2024-05-16T02:51:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T17:16:38.000Z (6 months ago)
- Last Synced: 2024-11-14T07:16:37.118Z (2 days ago)
- Topics: basic-neural-network, cpp, neural-network, neural-network-cpp, neural-network-python, python
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Neural Network
This is a simple neural network using a multilayer perceptrons utilizing linear algebra and matrix math without any libraries like [TensorFlow](https://github.com/tensorflow/tensorflow)
## LICENSE
This GitHub repository is under an [MIT License](https://github.com/Rohan-Bharatia/Basic-Neural-Network/blob/main/LICENSE).## Examples
If you are looking for some basic implementation of this neural network look at ```example.cpp``` or ```example.py```.