Skip to content
/ Elyane Public

An OOP Deep Neural Network using a similar syntax as Keras with many hyper-parameters, optimizers and activation functions available.

Notifications You must be signed in to change notification settings

kinoute/Elyane

Repository files navigation

A Keras-Like Deep Neural Network Abstraction

An OOP Deep Neural Network using a similar syntax as Keras with many hyper-parameters, optimizers and activation functions available.

Installation

Just clone the repository to your computer to get started:

git clone git@github.com:kinoute/Elyane.git
cd Elyane

The only dependency to make this neural network work are "numpy" and "pdoc3". They can be installed directly from the main directory if you don't have them already:

pip3 install -r requirements.txt

About

An OOP Deep Neural Network using a similar syntax as Keras with many hyper-parameters, optimizers and activation functions available.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published