Skip to content

fdahle/deepL

Repository files navigation

deepL

Own deep learning framework written in Numpy. The number of layers and nodes is not given and can be changed by the user.

How to

deepL = DeepLearner(type="classic") #init deepLearner
deepL.optimize(trainX, trainY) #train
testY = deepL.predict(testX) #evaluate

Sources

based on following guides:

Roadmap

For next steps see the Trello Board.

About

own deep learning for testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages