Skip to content
/ dnn Public

Implementations of Deep Neural Networks in Tensorflow 2.x

License

Notifications You must be signed in to change notification settings

tallamjr/dnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnn: Implementations of Deep Neural Networks in Tensorflow 2.x

What I cannot create, I do not understand. --- Richard P. Feynman

The goal is to implement these architectures using the Python tf.keras Subclass API for reusable models in my research and for building custom networks.