This repository was archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Home
Steve Martinelli edited this page Feb 11, 2018
·
6 revisions
This pattern will guide you through downloading data, installing Tensorflow and Keras, and training a deep learning language model.
Conduct a data science pipeline of building a Recurrent Neural Network (RNN) in a notebook, using Keras and Tensorflow.
Cognitive & Data Analytics
add intro here
https://github.com/IBM/deep-learning-language-model
The user will learn:
- How to use Keras.
- How to use Tensorflow.
- How to use a Jupyter Notebook.
- How to create a Recurrent Neural Network (RNN) language model.
- How to apply this to other areas..
This journey was created for data scientists and data lovers who are interested in deep learning and fraud detection and/or those who are new to Deep Learning or Keras. This will guide the user through a text generating pipeline.

- Jupyter Notebook: An open source web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text.
- Keras: The Python Deep Learning library.
- Tensorflow: An open-source software library for Machine Intelligence.
- Cloud: Accessing computer and information technology resources through the Internet.
- Data Science: Systems and scientific methods to analyze structured and unstructured data in order to extract knowledge and insights.
- Python: Python is a programming language that lets you work more quickly and integrate your systems more effectively.
TBD
- Create Data Science Experience Notebooks
- Jupyter Notebook: An open source web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text.
- Keras: The Python Deep Learning library.
- Tensorflow: An open-source software library for Machine Intelligence.