open-nn-python

A Neural Network implementation from scratch in Python


Keywords
deep-learning, neural-network, numpy
License
MIT
Install
pip install open-nn-python==0.3.1

Documentation

OpenNN

A Neural Network implementation from scratch in Python. In this repository, Artificial Neural Networks are implemented from scratch. From scratch meaning without using external machine learning libraries. The API structure is similar to the Tensorflow Keras API.

PyPI Latest Release v0.3.1 License: MIT Language: Python

Installing OpenNN from PyPI :

pip install open-nn-python

Importing OpenNN:

import nn