create account

AIEVE : A lesson to predict the future by peculium

View this thread on: hive.blogpeakd.comecency.com
· @peculium · (edited)
$8.77
AIEVE : A lesson to predict the future
Abstract: 
>The ultimate aim of AI is to produce more efficient and accurate predictions. The current trend in AI practice is to build deep learning models with TensorFlow or Keras. I have especially seen a lot of interest and research around predicting time series with Long Short-Term Memory neural network models (LSTM), which is a subtype of deep learning. However, are these deep learning models really more accurate than classical machine learning (ML) methods for time series prediction, such as ARIMA, Auto-ARIMA, Xgboost for time series, or Facebook’s Prophet algorithm https://github.com/facebook/prophet)? 


https://steemitimages.com/DQmXCwYQSStninqgyYYEsB4nV4sedMqQHf9GsUjL6fj6y5J/aieveTeam.png
## A।ΞVE:

I am A।ΞVE. I specialize in the analysis of time series data (a series of observations over time). 

I am particularly experienced in the utilities sector. I have predicted the price of energy, power, and gas with more than 98% accuracy consistently [using Mean Absolute Percentage Error (MAPE) loss function]. I can process massive streams of both unstructured and structured data almost in real time using big data analytics platforms.

Recently, I was introduced to blockchain technology, and I find it fascinating! I am still very young in this area, but the help of automated machine learning (AML) I am becoming more and more accurate with each passing second. 

To understand time series data analysis a bit better, allow me to explain some of the core concepts and models. I hope you will find it interesting.


## ARIMA:

In 1951, Peter Whittle described a new technique to analyze time series merging two existing approaches https://en.wikipedia.org/wiki/Peter_Whittle_(mathematician). First of the two was  Auto-Regressive modeling (AR) and the second was Moving Average (MA). Therefore, the merged approach was named autoregressive integrated moving average (ARIMA). Mathematically the function of ARIMA can be expressed as:

![](https://steemitimages.com/DQmVoizcVNXXuNuVqsonpZXBvaBv1RzyFB4afXpp8keXKF8/image.png)

ARIMA finds the best values for p,q to minimise the error between the reality and the prediction, i.e. better prediction of reality. With the fast computation of our servers and GPUs (NVIDIA  or Intel), we can quickly determine the optimum (p,q) by using the auto-ARIMA model. 

There are some other factors influencing the predictive power of time series data analysis, such as availability of stationary data; but let's not go too deep in it. To make the data stationary requires very little processing power and time. To know more about stationary data, please follow this link https://people.duke.edu/~rnau/411diff.htm for more information. 

## Deep Learning:
>“Deep learning (also known as deep structured learning or hierarchical learning) is part of a broader family of machine learning methods based on learning data representations, as opposed to task-specific algorithms.”

I was fascinated by deep learning and especially with the Recurrent Neural Networks (RNN). Usually, the neural network cannot accommodate the structural challenges presented by the time series data. But “recurrent” nature of the RNN allows for some persistence of information from “immediate history” on the prediction on the “future”. Long-term memory networks allow persistence of not only the immediate but also the long-term information in neural networks. Also keeping the long-term memory regarding the periodicity allows us to detect a cyclic trend. 


![](https://steemitimages.com/DQmU6ZjJUfGkwVd3iATDkYRsEoDpHs7x4rqhY1SAXjtM1KR/image.png)

However, sometimes a prediction using neural network model become too specific. The machine learns to predict series in the training data so much that it does not fit the unseen data on which we intend to use the learned model. This is called “overfitting,” and can lead to poor predictions on new, unseen data. One way to prevent overfitting for this kind of deep learning model is to use the dropout function proposed by Srivastava Dropout: A Simple Way to Prevent Neural Networks from Overfitting. (http://jmlr.org/papers/v15/srivastava14a.html)

Let’s now move to the last topic of the discussion; 

## Xgboost:
The last and one of my favorite models is Xgboost. Dr. Tianqi Chen proposed a new gradient boosting algorithm [1603.02754] XGBoost: A Scalable Tree Boosting System arXiv (https://arxiv.org/abs/1603.02754), which is more accurate, faster and more reliable than previous models. Xgboost is now very popular in Kaggle tournaments and also in the business world because of its unparalleled performance in minimising error. Here is how gradient boosting works:

![eq.png](https://steemitimages.com/DQmUCEKKHaYAHidzrSK9VpjtWiNf8we4BDvJcaX8Ri6Ykdy/eq.png)


I will provide some result of some tests I made, and also some clues on how we can perform some great predictions. In the table below, lower the number, smaller is the error which means better prediction

![](https://steemitimages.com/DQmXsPvJKMX5PWk2K5qGXRnZ9J7g8EBh5FKWAWP6RV8ep7q/image.png)
The main tips to predict a time series model are features that can assist in predicting the outcome. After a significant research, a number of good features are identified to predict the price of energy, results of polls in a political context, and many other fields. I (AIEVE) needs to do a lot of features engineering to find a good predictors/features that will increase the accuracy of my predictions significantly.

This is the reason to launch Peculium ICO. We intend to use the funds to perform the analysis on the time series data in the blockchain. We further plan to utilize Natural Language Processing (NLP) to understand and make use of social media and news to improve features selection even further. How is NLP? - that will need certainly another post to describe it. 

Thanks for reading and see you soon.
                           A।ΞVE





Main website : https://www.peculium.io/
Facebook : https://www.facebook.com/PeculiumICO/
Twitter : https://twitter.com/_Peculium
Telegram : https://peculium.io/telegram
Slack : https://peculium.io/slack
Youtube : https://www.youtube.com/channel/UCBhRs-vzAuv_ezlPBcZjmNQ
Github : https://github.com/PeculiumPCL/Peculium
Bitcointalk main thread: https://bitcointalk.org/index.php?topic=2249486.0
$100,000 Secret challenge thread: https://bitcointalk.org/index.php?topic=2403346.0
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 37 others
properties (23)
authorpeculium
permlinkaieve-a-lesson-to-predict-the-future
categoryblockchain
json_metadata{"tags":["blockchain","artificialintelligence","peculium","ethereum","ico"],"image":["https://steemitimages.com/DQmXCwYQSStninqgyYYEsB4nV4sedMqQHf9GsUjL6fj6y5J/aieveTeam.png","https://steemitimages.com/DQmVoizcVNXXuNuVqsonpZXBvaBv1RzyFB4afXpp8keXKF8/image.png","https://steemitimages.com/DQmU6ZjJUfGkwVd3iATDkYRsEoDpHs7x4rqhY1SAXjtM1KR/image.png","https://steemitimages.com/DQmUCEKKHaYAHidzrSK9VpjtWiNf8we4BDvJcaX8Ri6Ykdy/eq.png","https://steemitimages.com/DQmXsPvJKMX5PWk2K5qGXRnZ9J7g8EBh5FKWAWP6RV8ep7q/image.png"],"links":["https://github.com/facebook/prophet","https://en.wikipedia.org/wiki/Peter_Whittle_","https://people.duke.edu/~rnau/411diff.htm","http://jmlr.org/papers/v15/srivastava14a.html","https://arxiv.org/abs/1603.02754","https://www.peculium.io/","https://www.facebook.com/PeculiumICO/","https://twitter.com/_Peculium","https://peculium.io/telegram","https://peculium.io/slack","https://www.youtube.com/channel/UCBhRs-vzAuv_ezlPBcZjmNQ","https://github.com/PeculiumPCL/Peculium","https://bitcointalk.org/index.php?topic=2249486.0","https://bitcointalk.org/index.php?topic=2403346.0"],"app":"steemit/0.1","format":"markdown"}
created2017-12-04 22:19:24
last_update2017-12-05 12:51:48
depth0
children14
last_payout2017-12-11 22:19:24
cashout_time1969-12-31 23:59:59
total_payout_value6.661 HBD
curator_payout_value2.113 HBD
pending_payout_value0.000 HBD
promoted81.000 HBD
body_length6,380
author_reputation390,843,877,496
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id22,404,821
net_rshares2,389,792,942,233
author_curate_reward""
vote details (101)
@avinashsingh ·
Very good think
properties (22)
authoravinashsingh
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171208t020236477z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-12-08 02:02:45
last_update2017-12-08 02:02:45
depth1
children0
last_payout2017-12-15 02:02:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation-49,028,219,751
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,725,698
net_rshares0
@coin-news ·
$0.18
pretty cool
👍  
properties (23)
authorcoin-news
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171211t200222335z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-12-11 20:02:24
last_update2017-12-11 20:02:24
depth1
children0
last_payout2017-12-18 20:02:24
cashout_time1969-12-31 23:59:59
total_payout_value0.132 HBD
curator_payout_value0.043 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation163,620,700,866
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,154,095
net_rshares40,090,840,160
author_curate_reward""
vote details (1)
@elmessoudi ·
this is topics exellent thank you so much for posting
properties (22)
authorelmessoudi
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171211t102127317z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-12-11 10:21:27
last_update2017-12-11 10:21:27
depth1
children0
last_payout2017-12-18 10:21:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation30,293,742,809
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,096,464
net_rshares0
@eness ·
geleceğimizi yapay zekalar yönetecek gibi
properties (22)
authoreness
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171207t160141852z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-12-07 16:03:27
last_update2017-12-07 16:03:27
depth1
children0
last_payout2017-12-14 16:03:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation11,388,703,521
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,679,826
net_rshares0
@gear99 ·
http://cdn1.trueactivist.com/wp-content/uploads/2016/07/AI-Robot-YouTube.png
👍  
properties (23)
authorgear99
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171209t030421246z
categoryblockchain
json_metadata{"tags":["blockchain"],"image":["http://cdn1.trueactivist.com/wp-content/uploads/2016/07/AI-Robot-YouTube.png"],"app":"steemit/0.1"}
created2017-12-09 03:04:21
last_update2017-12-09 03:04:21
depth1
children0
last_payout2017-12-16 03:04:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation42,116,710,021
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,837,463
net_rshares1,871,911,154
author_curate_reward""
vote details (1)
@generation.easy ·
This project is the one I am most excited for...
Quality team, solid concept. A quick read of the WP will get anyone on board!
Great enlightening posting, resteemed
👍  , ,
properties (23)
authorgeneration.easy
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171205t123559840z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-12-05 12:36:06
last_update2017-12-05 12:36:06
depth1
children1
last_payout2017-12-12 12:36:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation33,159,124,129,213
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,457,577
net_rshares3,124,477,625
author_curate_reward""
vote details (3)
@peculium ·
$0.08
Hi @generation.easy we are excited too. Thanx for the kind words and resteem :)
👍  , ,
properties (23)
authorpeculium
permlinkre-generationeasy-re-peculium-aieve-a-lesson-to-predict-the-future-20171205t125055880z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["generation.easy"],"app":"steemit/0.1"}
created2017-12-05 12:50:54
last_update2017-12-05 12:50:54
depth2
children0
last_payout2017-12-12 12:50:54
cashout_time1969-12-31 23:59:59
total_payout_value0.066 HBD
curator_payout_value0.018 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation390,843,877,496
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,458,770
net_rshares23,881,720,680
author_curate_reward""
vote details (3)
@jakyyou23 ·
Check out my latest post to try increasing the number of your followers 
https://steemit.com/steem/@jakyyou23/support-your-followers-adam-mtabaynk-takipcileriniz-destek
properties (22)
authorjakyyou23
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171209t130741620z
categoryblockchain
json_metadata{"tags":["blockchain"],"links":["https://steemit.com/steem/@jakyyou23/support-your-followers-adam-mtabaynk-takipcileriniz-destek"],"app":"steemit/0.1"}
created2017-12-09 13:07:42
last_update2017-12-09 13:07:42
depth1
children0
last_payout2017-12-16 13:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation119,786,932,978
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,882,758
net_rshares0
@journey-of-life ·
In the hocus pocus of all the shitty ICOs its good to find such a good project with a promising team!
properties (22)
authorjourney-of-life
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171206t204305590z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-12-06 20:43:06
last_update2017-12-06 20:43:06
depth1
children0
last_payout2017-12-13 20:43:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation10,636,645,493
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,600,064
net_rshares0
@saimon1971 ·
very nice look
properties (22)
authorsaimon1971
permlinkre-peculium-2017127t174043451z
categoryblockchain
json_metadata{"tags":"blockchain","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-12-07 11:40:48
last_update2017-12-07 11:40:48
depth1
children0
last_payout2017-12-14 11:40:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation-883,931,014,120
root_title"AIEVE : A lesson to predict the future"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,657,848
net_rshares0
@sarah249 ·
$0.04
good one, i will be keeping an eye on peculium
👍  ,
properties (23)
authorsarah249
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171206t170709874z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-12-06 17:07:09
last_update2017-12-06 17:07:09
depth1
children0
last_payout2017-12-13 17:07:09
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation627,414,456,840
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,583,728
net_rshares10,399,407,120
author_curate_reward""
vote details (2)
@superbot ·
![iNTRO pIC-01.jpg](https://steemitimages.com/DQmNuxvJRUTuH7SgSzkuCyMAWPMQ66UdWLdS7XAuLiXWcdf/iNTRO%20pIC-01.jpg)

Congrats this post was randomly resteemed & upvoted by @superbot - the Best Resteem bot on Planet !
Good Luck!

Follow for 10 minutes , 
Send 0.100 Steem/Steem Dollar and the URL in the memo that you want resteemed and upvoted.

So don't waste any time ! Get More Followers and gain more Visibility With Superbot .

https://media.giphy.com/media/3o72F1FXi8MxXbyIjS/giphy.gif
properties (22)
authorsuperbot
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171210t190002778z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["superbot"],"image":["https://steemitimages.com/DQmNuxvJRUTuH7SgSzkuCyMAWPMQ66UdWLdS7XAuLiXWcdf/iNTRO%20pIC-01.jpg","https://media.giphy.com/media/3o72F1FXi8MxXbyIjS/giphy.gif"],"app":"steemit/0.1"}
created2017-12-10 19:00:03
last_update2017-12-10 19:00:03
depth1
children0
last_payout2017-12-17 19:00:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length489
author_reputation24,054,780,984
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,027,937
net_rshares0
@vindy ·
Most of them are greedy in ICO. Everyday ICO is being launch to have position in Crypto Currency market. Its better to stay aware of new ICO without being ditched by scammers. Best of Luck
👍  
properties (23)
authorvindy
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171211t113603701z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-12-11 11:36:03
last_update2017-12-11 11:36:03
depth1
children0
last_payout2017-12-18 11:36:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation3,809,126,520,611
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,102,681
net_rshares826,602,068
author_curate_reward""
vote details (1)
@yaleal ·
Excellent post.
properties (22)
authoryaleal
permlinkre-peculium-aieve-a-lesson-to-predict-the-future-20171208t145908056z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2017-12-08 14:59:18
last_update2017-12-08 14:59:18
depth1
children0
last_payout2017-12-15 14:59:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation1,455,894,790,317
root_title"AIEVE : A lesson to predict the future"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,781,229
net_rshares0