Search results for "Deep Learning"

How to Use Features in LSTM Networks for Time Series Forecasting

How to Use Features in LSTM Networks for Time Series Forecasting

The Long Short-Term Memory (LSTM) network in Keras supports multiple input features. This raises the question as to whether lag observations for a univariate time series can be used as features for an LSTM and whether or not this improves forecast performance. In this tutorial, we will investigate the use of lag observations as features […]

Continue Reading
How to Update LSTM Networks During Training for Time Series Forecasting

How to Update LSTM Networks During Training for Time Series Forecasting

A benefit of using neural network models for time series forecasting is that the weights can be updated as new data becomes available. In this tutorial, you will discover how you can update a Long Short-Term Memory (LSTM) recurrent neural network with new data for time series forecasting. After completing this tutorial, you will know: […]

Continue Reading
Time Series Forecasting with the Long Short-Term Memory Network in Python

Time Series Forecasting with the Long Short-Term Memory Network in Python

The Long Short-Term Memory recurrent neural network has the promise of learning long sequences of observations. It seems a perfect match for time series forecasting, and in fact, it may be. In this tutorial, you will discover how to develop an LSTM forecast model for a one-step univariate time series forecasting problem. After completing this […]

Continue Reading
How to Get Started with Kaggle

How to Get Started with Kaggle

4-Step Process for Getting Started and Getting Good at Competitive Machine Learning. Kaggle is a community and site for hosting machine learning competitions. Competitive machine learning can be a great way to develop and practice your skills, as well as demonstrate your capabilities. In this post, you will discover a simple 4-step process to get […]

Continue Reading
How to Go From Working in a Bank to Senior Data Scientist at Target

How to Go From Working in a Bank To Hired as Senior Data Scientist at Target

How Santhosh Sharma Went From Working in the Loans Department of a Bank to Getting Hired as a Senior Data Scientist at Target. Santhosh Sharma recently reached out to me to share his inspirational story and I want to share it with you. His story shows how with enthusiasm for machine learning, taking the initiative, sharing your results and […]

Continue Reading
How to Implement the Backpropagation Algorithm From Scratch In Python

How to Code a Neural Network with Backpropagation In Python (from scratch)

The backpropagation algorithm is used in the classical feed-forward artificial neural network. It is the technique still used to train large deep learning networks. In this tutorial, you will discover how to implement the backpropagation algorithm for a neural network from scratch with Python. After completing this tutorial, you will know: How to forward-propagate an […]

Continue Reading
Jong

Siong Jong Hang

This is a truly excellent hands-on, no-nonsense book on deep learning.  If you want to quickly jump into the bandwagon of deep learning without having to worry about the nuts and bolts, the linear algebra, calculus, etc, this is the book. The author’s decision to pick TensorFlow is also a very wise one. Data scientists […]

Continue Reading