Courses
Kerasで学ぶ言語モデリングのためのRecurrent Neural Networks (RNNs)
高度なスキルレベル
更新 2025/02無料でコースを始める
含まれるものプレミアム or チーム
PythonArtificial Intelligence4時間16 videos54 Exercises4,500 XP15,963達成証明書
数千社の学習者に愛用されています
2人以上をトレーニングしますか?
DataCamp for Businessを試すコースの説明
前提条件
Introduction to Natural Language Processing in PythonIntroduction to Deep Learning with Keras1
Recurrent Neural Networks and Keras
In this chapter, you will learn the foundations of Recurrent Neural Networks (RNN). Starting with some prerequisites, continuing to understanding how information flows through the network and finally seeing how to implement such models with Keras in the sentiment classification task.
2
RNN Architecture
You will learn about the vanishing and exploding gradient problems, often occurring in RNNs, and how to deal with them with the GRU and LSTM cells.
Furthermore, you'll create embedding layers for language models and revisit the sentiment classification task.
3
Multi-Class Classification
Next, in this chapter you will learn how to prepare data for the multi-class classification task, as well as the differences between multi-class classification and binary classification (sentiment analysis). Finally, you will learn how to create models and measure their performance with Keras.
4
Sequence to Sequence Models
This chapter introduces you to two applications of RNN models: Text Generation and Neural Machine Translation. You will learn how to prepare the text data to the format needed by the models.
The Text Generation model is used for replicating a character's way of speech and will have some fun mimicking Sheldon from The Big Bang Theory.
Neural Machine Translation is used for example by Google Translate in a much more complex model. In this chapter, you will create a model that translates Portuguese small phrases into English.
Kerasで学ぶ言語モデリングのためのRecurrent Neural Networks (RNNs)
コース完了