Time Series Prediction with Mixture of Experts

Slides:



Advertisements
Similar presentations
The PROJECT!!!!. Introduction – Background – Goal of the project.
Advertisements

PRESENTATION OF THE TRAINING TOOL DEVELOPED FOR THE PROJECT MODULAR TE EUROFACE CONSULTING TURKEY, ANKARA 13th – 15th November 2007.
Practical examples VET Programs Marina JEAN CCIP - Négocia.
IP Address Management and Request Service Kim Huynh CS491B.
Dynamic Face Recognition Committee Machine Presented by Sunny Tang.
Open an internet browser such as internet explorer.
Improving WWW Performance Using Domain-Top approach to prefetching Seung Won Shin, Byeong Hag Seong and Daeyeon park Conference/Exhibition on High Performance.
LGN1 – LGN5 Methodological developments and requirements G.W. Hazeu.
Using Error-Correcting Codes For Text Classification Rayid Ghani This presentation can be accessed at
Figure Figure 18-1 part 1 Figure 18-1 part 2.
1 times table 2 times table 3 times table 4 times table 5 times table
Introduction to Artificial Neural Network and Fuzzy Systems
Understanding of Automation Framework A Storehouse of Vast Knowledge on Software Testing and Quality Assurance.
Machine Learning CS 165B Spring 2012
Cyber Expert Computer Technology Ltd. Website Template (A) What is ‘ Website Template ’ ? It is a set of pre-designed website templates chosen from clients.
How not to make a good PowerPoint. Alan Robock Department of Environmental Sciences No introduction No table of contents.
Learning BlackJack with ANN (Aritificial Neural Network) Ip Kei Sam ID:
Multiple parallel hidden layers and other improvements to recurrent neural network language modeling ICASSP 2013 Diamantino Caseiro, Andrej Ljolje AT&T.
Dr. Z. R. Ghassabi Spring 2015 Deep learning for Human action Recognition 1.
Modeling and Simulating Time- Sensitive Networking Harri Laine.
Artificial Neural Networks Approach to Stock Prediction Presented by Justin Jaeck.
Real-Time Trip Information Service for a Large Taxi Fleet
數值方法 2008, Applied Mathematics NDHU1 Chaos time series.
Configuring, Managing and Maintaining Windows Server® 2008 Servers Course 6419A.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Tables Learning Support
Source Page US:official&tbm=isch&tbnid=Mli6kxZ3HfiCRM:&imgrefurl=
A Parallel Mixture of SVMs for Very Large Scale Problems Ronan Collobert Samy Bengio Yoshua Bengio Prepared : S.Y.C. Neural Information Processing Systems,
Cloud Computing ILAS project DONE BY:. Table of content INTRODUCTION. ◦ Cloud computing in general ◦ What are the things that worked during the implementation.
Artificial Neural Network System to Predict Golf Score on the PGA Tour ECE 539 – Fall 2003 Final Project Robert Steffes ID:
1 ECS CALO LED Control System CALO Piquet Training Session Anatoli Konoplyannikov /ITEP/ Outline  Introduction  Calorimeter ECS LED monitoring.
11 web app deployment Finally, your web app is ready for prime time. Your pages are polished, your code is tested and tuned, and your deadline was two.
Worldwide Desflurane Industry: Market research, Company Assessment and Industry Analysis 2016
Submission date: May 2002 Sébastien Kotzine Bachelor of Science with Honours in Network Computing School of computing Napier University Supervisor:
Forecasting of preprocessed daily solar radiation time series using neural networks Presenter : Cheng-Han Tsai Authors : Christophe Paoli, Cyril Voyant,
Путешествуй со мной и узнаешь, где я сегодня побывал.
Neural network based hybrid computing model for wind speed prediction K. Gnana Sheela, S.N. Deepa Neurocomputing Volume 122, 25 December 2013, Pages 425–429.
CS Fall 2016 (Shavlik©), Lecture 5
Outline Problem Description Data Acquisition Method Overview
QianZhu, Liang Chen and Gagan Agrawal
ECE 539 Final Project Mark Slosarek
Times Tables.
Top 10 Sports Plugins for WordPress Website – [2018] Guided By wpglobalsupport wpglobalsupport.
Quickbooks training in Chandigarh. Introduction to Quickbooks.
Page 1. Page 2 Page 3 Page 4 Page 5 Page 6 Page 7.
BSHS 428Competitive Success/snaptutorial.com
CYB 100 Education Begins / Snaptutorial.com. CYB 100 All Assignments For more classes visit CYB 100 Week 1 Organizational Data Flow.
A pattern classifier based approach to Campaign planning
NEURAL NETWORK APPROACHES FOR AUTOMOBILE MPG PREDICTION
Generalization ..
Order Pairs An introduction.
ريكاوري (بازگشت به حالت اوليه)
مادة الدرس : مقدمة في علم الإحصاء
Prediction of Wine Grade
ВОМР Подмярка 19.2 Възможности за финансиране
Споразумение за партньорство
Evaluating Models Part 2
Networking corner 1. Publicity requirements for beneficiaries
e- tunes-witness bunch 42
CMS Math
Title page.
Research Paper Overview.
3 times tables.
6 times tables.
e+ tunes-witness bunch 42
Using Clustering to Make Prediction Intervals For Neural Networks
Types of Errors And Error Analysis.
Introduction to Neural Networks
Baseline Model CSV Files Pandas DataFrame Sentence Lists
Divide 9 × by 3 ×
Presentation transcript:

Time Series Prediction with Mixture of Experts A ECE539 Project By: Jiong Fan

Introduction Time Series Prediction can be defined as y(t+1) = f(y(0), y(1), …, y(t-L)) Times Series Prediction has a lot of applications There exists a lot of method to perform this perdiciton

Implementation The implementation consists 3 experts and gating network Each of the expert is a MLP implementation Experts are chosen from a pool of predefined configurations The Gating Network is another MLP implementation

“Time-Series Prediction Competition” Testing Methodology Test file is from the class web page “Time-Series Prediction Competition” Data file is then divided into 2 partitions The last 270 is the testing data The rest is training and tuning data AR model is used as base model

Results

AR Model

Experts 1 Result

Expert 2 Result

Expert 3 Result

Mixture of Experts Result

Table of Errors AR Expert 1 Expert 2 Expert 3 Mixture of Experts 0.016115 0.0014062 0.0059747 0.0026146 0.00070705

Conclusion The Mixture of Expert system predicts with more accuracy than any of the model tested