Skip to content

Framework for fully modular neural networks

License

Notifications You must be signed in to change notification settings

LorenzoM1997/Chimera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chimera

Framework for fully modular neural networks. With Chimera you can easily create and customize neural networks without needing any code. You can import data, create the structure, change loss function and optimizers, and train the network by simply selecting the features you want.

Install Linux/Mac

 sudo apt-get install python-pip        # if you don't already have pip
 sudo apt-get install python3-tk        # if you dont' already have tkinter
 pip install tensorflow==2.0.0-beta1    # if you don't already have tensorflow 2.0

Run

python main.py

About

Framework for fully modular neural networks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages