Deep learning: Recurrent neural networks with TensorFlow

About The Author Lazy Programmer: The Lazy Programmer is an AI and machine learning engineer with a focus on deep learning, who also has experience in data science, big data engineering, and full-stack software engineering. With a background in computer engineering and specialization in machine lear...

Full description

Bibliographic Details
Corporate Authors: Lazy Programmer, Packt Publishing
Format: eBook
Language:English
Published: [Place of publication not identified] Packt Publishing 2023
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04348nmm a2200421 u 4500
001 EB002154864
003 EBX01000000000000001292990
005 00000000000000.0
007 cr|||||||||||||||||||||
008 230404 ||| eng
020 |a 9781803242828 
050 4 |a Q325.5 
245 0 0 |a Deep learning: Recurrent neural networks with TensorFlow 
246 3 1 |a Recurrent neural networks with TensorFlow 
260 |a [Place of publication not identified]  |b Packt Publishing  |c 2023 
300 |a 1 video file (4 hr., 7 min.)  |b sound, color 
653 |a Réseaux neuronaux (Informatique) 
653 |a Neural networks (Computer science) / fast 
653 |a Machine learning / http://id.loc.gov/authorities/subjects/sh85079324 
653 |a Artificial intelligence / fast 
653 |a Artificial intelligence / http://id.loc.gov/authorities/subjects/sh85008180 
653 |a Intelligence artificielle 
653 |a Neural networks (Computer science) / http://id.loc.gov/authorities/subjects/sh90001937 
653 |a Machine learning / fast 
653 |a Apprentissage automatique 
653 |a artificial intelligence / aat 
653 |a TensorFlow / http://id.loc.gov/authorities/names/n2019020612 
710 2 |a Lazy Programmer 
710 2 |a Packt Publishing 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
856 4 0 |u https://learning.oreilly.com/videos/~/9781803242828/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 500 
082 0 |a 006.3/1 
520 |a About The Author Lazy Programmer: The Lazy Programmer is an AI and machine learning engineer with a focus on deep learning, who also has experience in data science, big data engineering, and full-stack software engineering. With a background in computer engineering and specialization in machine learning, he holds two master's degrees in computer engineering and statistics with applications to financial engineering. His expertise in online advertising and digital media includes work as both a data scientist and big data engineer. He has created deep learning models for prediction and has experience in recommendation systems using reinforcement learning and collaborative filtering. He is a skilled instructor who has taught at universities including Columbia, NYU, Hunter College, and The New School. He has web programming expertise, with experience in technologies such as Python, Ruby/Rails, PHP, and Angular, and has provided his services to multiple businesses 
520 |a Recurrent Neural Networks are a type of deep learning architecture designed to process sequential data, such as time series, text, speech, and video. RNNs have a memory mechanism, which allows them to preserve information from past inputs and use it to inform their predictions. TensorFlow 2 is a popular open-source software library for machine learning and deep learning. It provides a high-level API for building and training machine learning models, including RNNs. In this compact course, you will learn how to use TensorFlow 2 to build RNNs. We will study the Simple RNN (Elman unit), the GRU, and the LSTM, followed by investigating the capabilities of the different RNN units in terms of their ability to detect nonlinear relationships and long-term dependencies. We will apply RNNs to both time series forecasting and NLP. Next, we will apply LSTMs to stock "price" predictions, but in a different way compared to most other resources.  
520 |a It will mostly be an investigation about what not to do and how not to make the same mistakes that most blogs and courses make when predicting stocks. By the end of this course, you will be able to build your own build RNNs with TensorFlow 2. What You Will Learn Learn about simple RNNs (Elman unit) Covers GRU (gated recurrent unit) Learn how to use LSTM (long short-term memory unit) Learn how to preform time series forecasting Learn how to predict stock price and stock return with LSTM Learn how to apply RNNs to NLP Audience This course is designed for anyone interested in deep learning and machine learning or for anyone who wants to implement recurrent neural networks in TensorFlow 2. One must have decent Python programming skills, should know how to build a feedforward ANN in TensorFlow 2, and must have experience with data science libraries such as NumPy and Matplotlib.