Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamfridh/exploring_neural_networks
This repository is used for exploring how neural networks work form the ground up. They are written with Python and without libraries such as Tensorflow and PyTorch.
https://github.com/williamfridh/exploring_neural_networks
Last synced: about 2 months ago
JSON representation
This repository is used for exploring how neural networks work form the ground up. They are written with Python and without libraries such as Tensorflow and PyTorch.
- Host: GitHub
- URL: https://github.com/williamfridh/exploring_neural_networks
- Owner: williamfridh
- Created: 2024-07-16T11:13:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T21:55:37.000Z (5 months ago)
- Last Synced: 2024-10-20T03:20:12.375Z (3 months ago)
- Language: Jupyter Notebook
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**THIS README IS A WORK IN PROGRESS**
# Exploring Neural Networks
![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue) ![NumPy](https://img.shields.io/badge/Numpy-777BB4?style=for-the-badge&logo=numpy&logoColor=white) ![Pandas](https://img.shields.io/badge/Pandas-2C2D72?style=for-the-badge&logo=pandas&logoColor=white)
**In this repository you can find all the code from my experiments with neural networks. The goal is to learn the math and logic behind neural networks more thoroughly and how/why certain functionalities of the Tensorflow library are used.**
## Libraries Used
As the goal with this project is to learn more about neural networks and not general math and development, some libraries were used. The libraries used are for instance NumPy, Pandas, and Matplotlib as seen in the badges at the top of this document.
## The Library Itself
### Model
### Layers
### Neurons