This commit is contained in:
王万霖 2017-07-24 15:37:01 +08:00 коммит произвёл Cha Zhang
Родитель aa52c82e4a
Коммит 5c611ec9b5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
"source": [
"# Tutorial 104: Time Series Basics with Pandas and Finance Data\n",
"\n",
"Contributed by: Avi Thaker https://github.com/athaker/CNTK\n",
"Contributed by: Avi Thaker\n",
"November 20, 2016\n",
"\n",
"This tutorial will introduce the use of the Cognitive Toolkit for time series data. We show how to prepare time series data for deep learning algorithms. We will cover training a neural network and evaluating the neural network model. We will also look at the predictive potential on classification of an Exchange-traded Funds ([ETF](https://en.wikipedia.org/wiki/Exchange-traded_fund)), and in this simplified setting how one could trade it. This tutorial serves **only** as an example of how to use neural networks for time series analysis. \n",