The Wayback Machine - https://web.archive.org/web/20220625143231/https://github.com/topics/long-short-term-memory-models
Skip to content
#

long-short-term-memory-models

Here are 47 public repositories matching this topic...

The course is contained knowledge that are useful to work on deep learning as an engineer. Simple neural networks & training, CNN, Autoencoders and feature extraction, Transfer learning, RNN, LSTM, NLP, Data augmentation, GANs, Hyperparameter tuning, Model deployment and serving are included in the course.

  • Updated Jun 21, 2022
  • Jupyter Notebook

Implemented the deep learning techniques using Google Tensorflow that cover deep neural networks with a fully connected network using SGD and ReLUs; Regularization with a multi-layer neural network using ReLUs, L2-regularization, and dropout, to prevent overfitting; Convolutional Neural Networks (CNNs) with learning rate decay and dropout; and Recurrent Neural Networks (RNNs) for text and sequences with Long Short-Term Memory (LSTM) networks.

  • Updated Dec 13, 2017
  • Jupyter Notebook
sumanismcse
sumanismcse commented Oct 3, 2019

### When I tried to convert pytorch model to onnx file,This Happened:

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-33-a9d25627b347> in <module>()
     10 # Export the trained model to ONNX
     11 dummy
bug help wanted good first issue question

Improve this page

Add a description, image, and links to the long-short-term-memory-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the long-short-term-memory-models topic, visit your repo's landing page and select "manage topics."

Learn more