Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Neural Network Programming with C#

You're reading from  Hands-On Neural Network Programming with C#

Product type Book
Published in Sep 2018
Publisher Packt
ISBN-13 9781789612011
Pages 328 pages
Edition 1st Edition
Languages
Author (1):
Matt Cole Matt Cole
Profile icon Matt Cole

Table of Contents (16) Chapters

Preface 1. A Quick Refresher 2. Building Our First Neural Network Together 3. Decision Trees and Random Forests 4. Face and Motion Detection 5. Training CNNs Using ConvNetSharp 6. Training Autoencoders Using RNNSharp 7. Replacing Back Propagation with PSO 8. Function Optimizations: How and Why 9. Finding Optimal Parameters 10. Object Detection with TensorFlowSharp 11. Time Series Prediction and LSTM Using CNTK 12. GRUs Compared to LSTMs, RNNs, and Feedforward networks 13. Activation Function Timings
14. Function Optimization Reference 15. Other Books You May Enjoy

Time Series Prediction and LSTM Using CNTK

This chapter is dedicated to helping you understand more of the Microsoft Cognitive Toolkit, or CNTK. The inspiration for the examples contained within this chapter comes from the Python version of CNTK 106: Part A – Time Series prediction with LSTM (Basics). As C# developers, the Python code is not what we will be using (although there are several ways in which we could) so we made our own C# example to mirror that tutorial. To make our example easy and intuitive, we will use the Sine function to predict future time-series data. Specifically, and more concretely, we will be using a long short-term memory recurrent neural network, sometimes called an LSTM-RNN or just LSTM. There are many variants of the LSTM; we will be working with the original.

In this chapter, we will cover the following topics:

  • LSTM
  • Tensors
  • Static and dynamic...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}