Estimation of car gas consumption in city cycle with ANN Introduction  An ANN based approach to estimation of car fuel consumption  Multi Layer Perceptron.

Slides:



Advertisements
Similar presentations
Notes Sample vs distribution “m” vs “µ” and “s” vs “σ” Bias/Variance Bias: Measures how much the learnt model is wrong disregarding noise Variance: Measures.
Advertisements

AI Practice 05 / 07 Sang-Woo Lee. 1.Usage of SVM and Decision Tree in Weka 2.Amplification about Final Project Spec 3.SVM – State of the Art in Classification.
Scott Wiese ECE 539 Professor Hu
Charles Rodenkirch December 11 th, 2013 ECE 539 – Introduction to Artificial Neural Networks PREDICTING INDIVIDUAL PLACEMENT IN COLLEGIATE WATERSKI TOURNAMENTS.
Application of Stacked Generalization to a Protein Localization Prediction Task Melissa K. Carroll, M.S. and Sung-Hyuk Cha, Ph.D. Pace University, School.
Supervised Learning Recap
Lecture 17: Supervised Learning Recap Machine Learning April 6, 2010.
Assuming normally distributed data! Naïve Bayes Classifier.
Decision Support Systems
Confidence Estimation for Machine Translation J. Blatz et.al, Coling 04 SSLI MTRG 11/17/2004 Takahiro Shinozaki.
Speaker Adaptation for Vowel Classification
GAPS IN OUR KNOWLEDGE? a central problem in data modelling and how to get round it Rob Harrison AC&SE.
Process Improvement Dr. Ron Tibben-Lembke. Quality Dimensions  Quality of Design Quality characteristics suited to needs and wants of a market at a given.
Sparse Kernels Methods Steve Gunn.
MACHINE LEARNING 12. Multilayer Perceptrons. Neural Networks Lecture Notes for E Alpaydın 2004 Introduction to Machine Learning © The MIT Press (V1.1)
Object Detection Using the Statistics of Parts Henry Schneiderman Takeo Kanade Presented by : Sameer Shirdhonkar December 11, 2003.
Business Statistics - QBM117 Revising interval estimation.
On the Application of Artificial Intelligence Techniques to the Quality Improvement of Industrial Processes P. Georgilakis N. Hatziargyriou Schneider ElectricNational.
Radial Basis Function Networks
Multilayer Perceptron Classifier Combination for Identification of Materials on Noisy Soil Science Multispectral Images Fabricio A.
5-1 Introduction 5-2 Inference on the Means of Two Populations, Variances Known Assumptions.
A Genetic Algorithms Approach to Feature Subset Selection Problem by Hasan Doğu TAŞKIRAN CS 550 – Machine Learning Workshop Department of Computer Engineering.
Project 1: Classification Using Neural Networks Kim, Kwonill Biointelligence laboratory Artificial Intelligence.
ECE 539 Final Project ANN approach to help manufacturing of a better car Prabhdeep Singh Virk Fall 2010.
10-1 Introduction 10-2 Inference for a Difference in Means of Two Normal Distributions, Variances Known Figure 10-1 Two independent populations.
Learning BlackJack with ANN (Aritificial Neural Network) Ip Kei Sam ID:
Back-Propagation MLP Neural Network Optimizer ECE 539 Andrew Beckwith.
1 RECENT DEVELOPMENTS IN MULTILAYER PERCEPTRON NEURAL NETWORKS Walter H. Delashmit Lockheed Martin Missiles and Fire Control Dallas, TX 75265
Applying Neural Networks Michael J. Watts
Estimate Evapotranspiration from Remote Sensing Data -- An ANN Approach Feihua Yang ECE539 Final Project Fall 2003.
Shanghai Jiao Tong University 1 ME250: Statistics & Probability ME 250: Design & Manufacturing I School of Mechanical Engineering.
컴퓨터 과학부 김명재.  Introduction  Data Preprocessing  Model Selection  Experiments.
Intelligent Database Systems Lab Advisor : Dr.Hsu Graduate : Keng-Wei Chang Author : Lian Yan and David J. Miller 國立雲林科技大學 National Yunlin University of.
An Artificial Neural Network Approach to Surface Waviness Prediction in Surface Finishing Process by Chi Ngo ECE/ME 539 Class Project.
Machine Learning 5. Parametric Methods.
Project 1: Classification Using Neural Networks Kim, Kwonill Biointelligence laboratory Artificial Intelligence.
Introduction to Sampling Methods Qi Zhao Oct.27,2004.
Artificial Neural Networks (ANN). Artificial Neural Networks First proposed in 1940s as an attempt to simulate the human brain’s cognitive learning processes.
1 Systematic Data Selection to Mine Concept-Drifting Data Streams Wei Fan Proceedings of the 2004 ACM SIGKDD international conference on Knowledge discovery.
Intro. ANN & Fuzzy Systems Lecture 16. Classification (II): Practical Considerations.
Neural Networks for EMC Modeling of Airplanes Vlastimil Koudelka Department of Radio Electronics FEKT BUT Metz,
Elnaz Siami-Irdemoosaa,Saeid R. Dindarloo
RiskTeam/ Zürich, 6 July 1998 Andreas S. Weigend, Data Mining Group, Information Systems Department, Stern School of Business, NYU 2: 1 Nonlinear Models.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
1 A latent information function to extend domain attributes to improve the accuracy of small-data-set forecasting Reporter : Zhao-Wei Luo Che-Jung Chang,Der-Chiang.
Classification of Breast Cancer Cells Using Artificial Neural Networks and Support Vector Machines Emmanuel Contreras Guzman.
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.
ETHEM ALPAYDIN © The MIT Press, Lecture Slides for.
Machine Learning Supervised Learning Classification and Regression
Intrusion Detection using Deep Neural Networks
Applying Neural Networks
Adavanced Numerical Computation 2008, AM NDHU
Math 4030 – 9b Introduction to Hypothesis Testing
ECE 539 Project Jialin Zhang
Predicting Stock Prices with Multi-Layer Perceptron
Schizophrenia Classification Using
NEURAL NETWORK APPROACHES FOR AUTOMOBILE MPG PREDICTION
Genetic Algorithm Optimization for Selecting the Best Architecture of a Multi-Layer Perceptron Neural Network. A Credit Scoring Case Alejandro Correa,
Neuro-Computing Lecture 4 Radial Basis Function Network
Drive Time Average and Variation Estimator
Neural Networks II Chen Gao Virginia Tech ECE-5424G / CS-5824
Neural networks (1) Traditional multi-layer perceptrons
Multivariate Methods Berlin Chen
Multivariate Methods Berlin Chen, 2005 References:
Neural Networks II Chen Gao Virginia Tech ECE-5424G / CS-5824
Evolutionary Ensembles with Negative Correlation Learning
Lecture 16. Classification (II): Practical Considerations
Support Vector Machines 2
Shengcong Chen, Changxing Ding, Minfeng Liu 2018
Presentation transcript:

Estimation of car gas consumption in city cycle with ANN Introduction  An ANN based approach to estimation of car fuel consumption  Multi Layer Perceptron as a choice of the art  Different discrete and continuous features  Prediction without extensive trials on the road  Could be used as first guess

Estimation of car gas consumption in city cycle with ANN Data Description  Seven features used: Horsepower, Weight, Number of Cylinders etc.  Some data with unknown values  Wide variation of cars, 398 samples available  Equally distributed from different manufacturers  Quite old, from early ‘80s

Estimation of car gas consumption in city cycle with ANN Data Preprocessing  Feature dimension statistical values differ very much  Removing name of car and values with unknown parameters  Normalization of each feature dimension  Create data sets for training and final testing

Estimation of car gas consumption in city cycle with ANN MLP Development I  Estimation of underlying physical model difficult  How complex and how “much” nonlinear?  One hidden layer versus several hidden layers  Cross-validation as best way to find optimal configurations  Five parameters for variation

Estimation of car gas consumption in city cycle with ANN MLP Development II  Each cross validation performed several times with same parameters to get a meaningful average  Learning rate and epoch size most important  Tables to evaluate best settings  No complete automation, two-step evaluation  Several comparable best configurations

Estimation of car gas consumption in city cycle with ANN Comparison to Base Case  Best result from final training still 30-40% worse than base case  No improvement achieved with two hidden layers  Results still good for first estimation  Understanding of model not sufficient enough

Estimation of car gas consumption in city cycle with ANN Conclusion  Use of MLP delivered satisfactory results, but not better than base case  Using different activation function could bring improvement  Without some prior knowledge of physical model hard to see what features are more important than others  Other ANN like radial basis functions possible