In case you missed it, here is Chris Mattmann and Dr. Scott Penberthy’s live Twitch coding stream recap. For more, check out the book: Machine Learning with TensorFlow, Second Edition. For more live coding streams, subscribe to Manning’s Twitch channel… Continue Reading →
From Machine Learning with TensorFlow by Nishant Shukla
To bestow neural networks with contextual cues, we’ll study an architecture called a recurrent neural network. Instead of natural language data, we’ll be dealing with continuous timeseries data, like stock-market prices. By the end of the article, you’ll be able to model the patterns in timeseries data to make predictions about future values.