Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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