/Deep-Learning-Toolbox-Python

This toolbox offers several deep learning methods, which are simple and easy to implement.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Jx-DLT : Deep Learning Toolbox

License GitHub release


"Toward Talent Scientist: Sharing and Learning Together" --- Jingwei Too


Wheel

Introduction

This toolbox offers some popular deep neural networks. Examples are given on the Demo files.

  • AlexNet
  • CNN
  • GoogLeNet ( transfer learning )
  • VggNet ( transfer learning )
  • ResNet ( transfer learning )

Requirement

  • Python 3
  • Numpy
  • Scikit-learn
  • Matplotlib
  • Tensorflow
  • Keras
  • Theano