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.
- Host: GitHub
- URL: https://github.com/perceptronv/dlcc
- Owner: PerceptronV
- License: apache-2.0
- Created: 2020-08-10T03:34:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T15:32:33.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T11:46:03.273Z (over 1 year ago)
- Topics: deep-learning-tutorial, keras, keras-tensorflow, nlp, rnn, rnn-tensorflow, tensorflow, tensorflow2, text-generation
- Language: Jupyter Notebook
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.