An open API service indexing awesome lists of open source software.

https://github.com/perceptronv/dlcc

Resources for a quick introduction to Deep Learning with TensorFlow and Keras. Implementation of a simple text-generating RNN.
https://github.com/perceptronv/dlcc

deep-learning-tutorial keras keras-tensorflow nlp rnn rnn-tensorflow tensorflow tensorflow2 text-generation

Last synced: 2 months ago
JSON representation

Resources for a quick introduction to Deep Learning with TensorFlow and Keras. Implementation of a simple text-generating RNN.

Awesome Lists containing this project

README

          

# DCLL
A _**D**eep **L**earning **C**rash **C**ourse_

This repo contains resources for a quick introduction to Deep Learning with TensorFlow and Keras. Basic concepts are explained, aided by a Colab notebook for hands-on experience. Everything builds up toward the implementation of a simple text-generating RNN.