Learn Before
Relation
Deep Learning Python libraries (frameworks)
Instead of manually building up deep network architectures, many python libraries are available online to help users to easily implement deep learning models.
- Trax (built on TensorFlow)
- Tensor2Tensor (built on TensorFlow)
- Pytorch
- Fast.ai ( built on top of PyTorch)
- Keras (built to be a higher level framework to interface with other frameworks like TensorFlow)
- Vowpal Wabbit
- Theano
- Caffee
0
2
Updated 2021-10-09
Tags
Data Science
Related
Neural Network Reference
Convolutional Neural Network (CNN)
Recurrent Neural Network (RNN)
Generative Models
Circuit Theory
More about deep learning algorithms
Deep learning train/dev/test split
Deep Feedforward Networks (MLP = Multi-Layer Perceptrons)
Deep Learning Python libraries (frameworks)
What can convolutional neural networks be used for?
Generative adversarial network(GAN)
Optimization for Training Deep Models
Implementations of Deep Learning
Monte Carlo Methods
Deep Learning Frameworks
Adversarial Example