Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Networks

Size: px
Start display at page:

Download "Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Networks"

Transcription

1 Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Networks Presented by: Parsa Yousefi Supervisors: Dr. M. Jamshidi, Dr. P. Benavidez June 23 rd, 2017

2 Outline Data Analytics Introduction Clustering Neural Networks Long Short-Term Memory Data prediction Latency Reconstructing Data Using LSTM Fault Detection Training Initial Model Using LSTM Future Works Acknowledgments References Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 2

3 Data Analytics Introduction Definition: Data analytics refers to qualitative and quantitative techniques and processes used to enhance productivity and business gain. Data is extracted and categorized to identify and analyze behavioral data and patterns, and techniques vary according to organizational requirements. Big Data Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 3

4 Data Analytics A Summary of Data Science Process: Data Collection Processing Cleaning Data Product Data Communication Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 4

5 Data Analytics Processing Methods Clustering Neural Networks Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 5

6 Processing Methods Data Clustering Definition Centroid-based Clustering Density-based Clustering Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 6

7 Data Clustering Centroid-based Clustering Initiating centroids Finding nearest members to centroids Calculating New Centroids Repeating the method until convergence Advantage Convergence Speed Disadvantage Number of Centroids as an input Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 7

8 Data Clustering Density-based Clustering Defining clusters as areas of higher density Advantage No need to set the number of clusters as input Disadvantage Not applicable for datasets with large differences DBSCAN-Illustration.svg/400px-DBSCAN-Illustration.svg.png Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 8

9 Processing Methods Neural Networks What is a Neural Network? Definition of Dr. Hecht- Nielsen: A computing system made up of a number of simple, highly interconnected processing elements, which process information by their dynamic state response to external inputs. The Basics Applications Long Short-Term Memory Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 9

10 Neural Networks Long Short-Term Memory A type of Recurrent Neural Networks Introduced by S. Hochreiter and J. Schmidhuber in 1997 The Core Idea Why LSTM? cb5116c9dfc5897c7296.png Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 10

11 Data Prediction Using LSTM Thrust 1, Sub-thrust 1-1 of TECHLAV Problem definition? The latency in sending and receiving data by UAVs and UGVs in the presence of heavy computation The latency is an effect of limitation in communication speed Solution? Prediction of future data based on the current data with high accuracy and reconstructing it Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 11

12 Data Prediction Using LSTM Feeding Data to UAVs Latency (Delay) Cloud Processor Unit Computation Feeding Data to UGVs Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 12

13 Data Prediction Using LSTM Our Methodology Receiving data from Reference [1], [2], and Creating Dataset 12,000 samples of angular error Simulating Latency Use 70% of Dataset as the current data Feed the current data to the Neural Network (LSTM) for Training Finding the pattern of data Forecasting next 30% of dataset by NN Reconstructing Data by Adding 70% of the Original Data and the 30% forecasted one Evaluating the predicted data comparing with original dataset Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 13

14 Data Prediction Using LSTM The Objective Original Dataset Latency 70% of Original Dataset Time Series Forecasting Reconstructed Data Predictive Model Forecasted 30% Reconstruction Method Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 14

15 Data Prediction Using LSTM The Structure of LSTM One input layer One hidden layer with four LSTM neurons Input gate Output gate Forget gate Current Condition of the network One output layer Sigmoid Function x(t) Input Gate o(t) i(t) sig c(t) sig f(t) Forget Gate Output Gate h(t) Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 15

16 Data Prediction Using LSTM The Structure of LSTM Sigmoid Function: Used as an activation function for all LSTM Blocks Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 16

17 Data Prediction Using LSTM Results Root mean square error for train: Root mean square error for test: % accuracy in training 97.68% accuracy in testing Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 17

18 Data Prediction Using LSTM Results Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 18

19 Data Prediction Using LSTM Results Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 19

20 Data Prediction Using LSTM Results Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 20

21 Data Prediction Using LSTM Results Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 21

22 Data Prediction Using LSTM Challenges: Despite the regression forecasting, time series prediction can be more challenging, due to the fact that sequence dependence increases the complexity of the problem. Our approach should be able to handle long sequence dependencies. Gaps: When the available data is only a small portion of total data, it is almost impossible to achieve a proper estimation of the lost data. Having a dataset including noise Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 22

23 Data Prediction Using LSTM Future Works Using LSTM for a noisy dataset and comparing the results Using bi-directional recurrent neural networks in case of irregular dispersed data loss for using both past and future samples Using Centroid-based and Density-based clustering methods for classification the dataset Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 23

24 Fault Detection Using LSTM Thrust 2, Sub-thrust 2-1 of TECHLAV Problem definition? Failure in sensors, actuators, and components of a robot Propagating wrong data to the computation unit Failure in completing tasks Solution? Using Another agent for observing fault Using neural networks for forecasting fault in the future Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 24

25 Fault Detection Using LSTM Our Methodology Using two Kobuki TurtleBot 2, the first as the remote observer Helper, and the second as the Faulty Inducing mechanical fault on the odometry sensors of Faulty by using electrical tape to modify the friction of the wheels Measuring the sensors of the Helper and the Faulty 19,000 testing datapoints Training the model using LSTM Validating the model with high accuracy and prediction of future fault Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 25

26 Fault Detection Using LSTM Type of faults No Fault Right wheel fault Left wheel fault Fault in both wheels Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 26

27 Fault Detection Using LSTM Results Training the initial fault detection model with LSTM and Testing it Using 6 inputs from the odometry sensors (x and y position, orientation in quaternions) 4 outputs (no fault, left fault, right fault, both faults) The testing accuracy of 88% on ~19,000 datapoints Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 27

28 Fault Detection Using LSTM Results Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 28

29 Fault Detection Using LSTM Challenges Sensing: For a remote observer robot Helper to be able to detect a fault in the Faulty the sensors on the robot need to be able to capture the fault in sufficient detail. Cameras for instance need to be capable of recording at a rate high enough to capture the fault over more than one image frame. Computation: The fault diagnosis algorithm should be able to run near real-time in order to make it useful in live detection of faults in the system. Training of the models should be completed with sufficient amounts of training data to capture types and levels of faults. Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 29

30 Fault Detection Using LSTM Future Works Integrating JSON, the extended version of AgentSpeak into our ROS system through the use of ROSJAVA and RSON, the ROS interface to JSON Using camera on Helper for processing the images captured from Faulty to detect the faults Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 30

31 Acknowledgments These researches are supported by Air Force Research Laboratory and OSD for sponsoring this research under agreement number FA The Thrust 1, Sub-thrust 1-1 was done with collaboration with Nima Ebadi, Ph.D. student of ECE Department at UTSA The Thrust 2, Sub-thrust 2-1 was done by Jonathan Lwowski and Shubham Sarpal, Ph.D. and M.Sc. students of ECE Department at UTSA Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 31

32 References N. Gamez, P. Kolar and M. Jamshidi, Impact of Time Delays on Networked Control of Autonomous Systems," a chapter in Beyond Traditional Probabilistic Data Processing Techniques: Interval and Fuzzy Logic Methods and Their Applications}", Springer-Verlag, Heidelberg, German, to appear in N. Gamez, Modeling, Simulation, and Design of a Time-Delayed Multi-Agent System of Autonomous Vehicles, Masters Thesis, University of Texas at San Antonio, J. Schmidhuber, D. Wierstra, and F. J. Gomez Evolino, Hybrid Neuroevolution and Optimal Linear Search for Sequence Learning, Proceedings of the 19 th International Joint Conference on Artificial Intelligence (IJCAI), Edinburgh, pp , K. Greff, R. Srivastava, J. Koutník, B. Steunebrink and J. Schmidhuber, LSTM: A Search Space Odyssey, Cornell University Library, March L. N. Smith, Best Practices for Applying Deep Learning to Novel Applications, Navy Center for Applied Research in Artificial Intelligence, Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 32

33 Thanks for your attention! Data Analysis, Estimation, and Fault detection of Large-Scale Autonomous System of Vehicles Using Neural Network 33

Machine learning in neuroscience

Machine learning in neuroscience Machine learning in neuroscience Bojan Mihaljevic, Luis Rodriguez-Lujan Computational Intelligence Group School of Computer Science, Technical University of Madrid 2015 IEEE Iberian Student Branch Congress

More information

Artificial Neural Networks for predicting cooling load in buildings in tropical countries

Artificial Neural Networks for predicting cooling load in buildings in tropical countries Artificial Neural Networks for predicting cooling load in buildings in tropical countries Sapan Agarwal, M.Tech. (IT in Building Science), International Institute of Information Technology, Hyderabad.

More information

Study on Predictive Maintenance Strategy

Study on Predictive Maintenance Strategy , pp.52-56 http://dx.doi.org/10.14257/astl.2016.137.10 Study on Predictive Maintenance Strategy Wang Hongxia, Ye Xiaohui, Yin Ming Naval University of Engineering, Wuhan 430033, China 25523224@QQ.com Abstract.

More information

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University

Neural Networks and Applications in Bioinformatics. Yuzhen Ye School of Informatics and Computing, Indiana University Neural Networks and Applications in Bioinformatics Yuzhen Ye School of Informatics and Computing, Indiana University Contents Biological problem: promoter modeling Basics of neural networks Perceptrons

More information

Building Energy Modeling Using Artificial Neural Networks

Building Energy Modeling Using Artificial Neural Networks Energy Research Journal Original Research Paper Building Energy Modeling Using Artificial Neural Networks Maya Arida, Nabil Nassif, Rand Talib and Taher Abu-Lebdeh Department of Civil, Architectural and

More information

CONCEPTUAL DESIGN OF AN AUTOMATED REAL-TIME DATA COLLECTION SYSTEM FOR LABOR-INTENSIVE CONSTRUCTION ACTIVITIES

CONCEPTUAL DESIGN OF AN AUTOMATED REAL-TIME DATA COLLECTION SYSTEM FOR LABOR-INTENSIVE CONSTRUCTION ACTIVITIES CONCEPTUAL DESIGN OF AN AUTOMATED REAL-TIME DATA COLLECTION SYSTEM FOR LABOR-INTENSIVE CONSTRUCTION ACTIVITIES H. Randolph Thomas The Pennsylvania State University Research Building B University Park,

More information

Comparative Study on Prediction of Fuel Cell Performance using Machine Learning Approaches

Comparative Study on Prediction of Fuel Cell Performance using Machine Learning Approaches , March 16-18, 2016, Hong Kong Comparative Study on Prediction of Fuel Cell Performance using Machine Learning Approaches Lei Mao*, Member, IAENG, Lisa Jackson Abstract This paper provides a comparative

More information

Analysis of Boiler Operational Variables Prior to Tube Leakage Fault by Artificial Intelligent System

Analysis of Boiler Operational Variables Prior to Tube Leakage Fault by Artificial Intelligent System MATEC Web of Conferences 13, 05004 (2014) DOI: 10.1051/ matecconf/ 201413 05004 C Owned by the authors, published by EDP Sciences, 2014 Analysis of Boiler Operational Variables Prior to Tube Leakage Fault

More information

Collaboration Between Unmanned Aerial and Ground Vehicles. Dr. Daisy Tang

Collaboration Between Unmanned Aerial and Ground Vehicles. Dr. Daisy Tang Collaboration Between Unmanned Aerial and Ground Vehicles Dr. Daisy Tang Key Components Autonomous control of individual agent Collaborative system Mission planning Task allocation Communication Data fusion

More information

Artificial Intelligence in Automotive Production

Artificial Intelligence in Automotive Production Chair Information Management in Mechanical Engineering Artificial Intelligence in Automotive Production 3. Fachkonferenz: Roboter in der Automobilindustrie Stuttgart, Germany, 29 th November 2017 Robotic

More information

BIOINFORMATICS AND SYSTEM BIOLOGY (INTERNATIONAL PROGRAM)

BIOINFORMATICS AND SYSTEM BIOLOGY (INTERNATIONAL PROGRAM) BIOINFORMATICS AND SYSTEM BIOLOGY (INTERNATIONAL PROGRAM) PROGRAM TITLE DEGREE TITLE Master of Science Program in Bioinformatics and System Biology (International Program) Master of Science (Bioinformatics

More information

Management Science Letters

Management Science Letters Management Science Letters 2 (2012) 2923 2928 Contents lists available at GrowingScience Management Science Letters homepage: www.growingscience.com/msl An empirical study for ranking insurance firms using

More information

Metaheuristics and Cognitive Models for Autonomous Robot Navigation

Metaheuristics and Cognitive Models for Autonomous Robot Navigation Metaheuristics and Cognitive Models for Autonomous Robot Navigation Raj Korpan Department of Computer Science The Graduate Center, CUNY Second Exam Presentation April 25, 2017 1 / 31 Autonomous robot navigation

More information

Case of predictive maintenance by analysis of acoustic data in an industrial environment

Case of predictive maintenance by analysis of acoustic data in an industrial environment Case of predictive maintenance by analysis of acoustic data in an industrial environment THINK CONNECT THINK ACT June 29,2016 Presented by Philippe Duhem Sogeti High Tech IoT impact in Manufacturing for

More information

Application and comparison of several artificial neural networks for forecasting the Hellenic daily electricity demand load

Application and comparison of several artificial neural networks for forecasting the Hellenic daily electricity demand load Application and comparison of several artificial neural networks for forecasting the Hellenic daily electricity demand load L. EKONOMOU 1 D.S. OIKONOMOU 2 1 Hellenic American University, 12 Kaplanon Street,

More information

Hany Moustapha Professor and Director, AÉROÉTS École de technologie supérieure Senior Research Fellow, P&WC July 2016

Hany Moustapha Professor and Director, AÉROÉTS École de technologie supérieure Senior Research Fellow, P&WC July 2016 Aerospace 4.0 TM Hany Moustapha Professor and Director, AÉROÉTS École de technologie supérieure Senior Research Fellow, P&WC July 2016 Aerospace 4.0 TM is an integrated research, education and training

More information

Recent Advances and Trends of Cyber-Physical Systems and Big Data Analytics in Industrial Informatics

Recent Advances and Trends of Cyber-Physical Systems and Big Data Analytics in Industrial Informatics Recent Advances and Trends of Cyber-Physical Systems and Big Data Analytics in Industrial Informatics Jay Lee, Behrad Bagheri, Hung-An Kao Center for Intelligent Maintenance Systems University of Cincinnati

More information

Reliability, Availability and Maintenance (RAM) & Prognostics and Health Managemenrt (PHM) - 4.0

Reliability, Availability and Maintenance (RAM) & Prognostics and Health Managemenrt (PHM) - 4.0 Reliability, Availability and Maintenance (RAM) & Prognostics and Health Managemenrt (PHM) - 4.0 Enrico Zio Chair on Systems Science and the Energy Challenge CentraleSupelec, Fondation Electricité de France

More information

Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants

Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants Combining Back-Propagation and Genetic Algorithms to Train Neural Networks for Start-Up Time Modeling in Combined Cycle Power Plants I. Bertini 1, M. De Felice 1,2, S. Pizzuti 1 1- ENEA (Italian Energy

More information

Digital / Service Hub Introduction to the Working Group. Thomas Hanke, FOM University

Digital / Service Hub Introduction to the Working Group. Thomas Hanke, FOM University Digital / Service Hub Introduction to the Working Group Thomas Hanke, FOM University Table of Contents 01 02 03 04 05 Digital Hub / Service Hub Digital Transformation Technology drivers & opportunities

More information

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Mahboobeh Dorosti,. Vahid Khatibi Bardsiri Department of Computer Engineering, Kerman Branch, Islamic Azad

More information

FIS Based Speed Scheduling System of Autonomous Railway Vehicle

FIS Based Speed Scheduling System of Autonomous Railway Vehicle International Journal of Scientific & Engineering Research Volume 2, Issue 6, June-2011 1 FIS Based Speed Scheduling System of Autonomous Railway Vehicle Aiesha Ahmad, M.Saleem Khan, Khalil Ahmed, Nida

More information

Design of a Performance Measurement Framework for Cloud Computing

Design of a Performance Measurement Framework for Cloud Computing A Journal of Software Engineering and Applications, 2011, *, ** doi:10.4236/jsea.2011.***** Published Online ** 2011 (http://www.scirp.org/journal/jsea) Design of a Performance Measurement Framework for

More information

Autonomous Battery Charging of Quadcopter

Autonomous Battery Charging of Quadcopter ECE 4901 Fall 2016 Project Proposal Autonomous Battery Charging of Quadcopter Thomas Baietto Electrical Engineering Gabriel Bautista Computer Engineering Ryan Oldham Electrical Engineering Yifei Song Electrical

More information

Optimization of Plastic Injection Molding Process by Combination of Artificial Neural Network and Genetic Algorithm

Optimization of Plastic Injection Molding Process by Combination of Artificial Neural Network and Genetic Algorithm Journal of Optimization in Industrial Engineering 13 (2013) 49-54 Optimization of Plastic Injection Molding Process by Combination of Artificial Neural Network and Genetic Algorithm Mohammad Saleh Meiabadi

More information

A Hybrid Adaptive Rule based System for Smart Home Energy Prediction

A Hybrid Adaptive Rule based System for Smart Home Energy Prediction A Hybrid Adaptive Rule based System for Smart Home Energy Prediction Jithish J and Sriram Sankaran Amrita Center for Cybersecurity Systems & Networks Amrita School of Engineering, Amritapuri Amrita Vishwa

More information

Multi Agent System-Based on Case Based Reasoning for Cloud Computing System

Multi Agent System-Based on Case Based Reasoning for Cloud Computing System Multi Agent System-Based on Case Based Reasoning for Cloud Computing System Amir Mohamed Talib and Nour Eldin Mohamed Elshaiekh Faculty of Computer Science, Software Engineering Department, Future University,

More information

PRIVACY-PRESERVING USE OF

PRIVACY-PRESERVING USE OF PRIVACY-PRESERVING USE OF INDIVIDUAL SMART METERING DATA FOR CUSTOMER SERVICES Georges Hébrail, EDF R&D, France Joint work with T.Allard, F.Masseglia, E.Pacitti INRIA Zenith and University of Montpellier,

More information

The Rise of Engineering-Driven Analytics

The Rise of Engineering-Driven Analytics The Rise of Engineering-Driven Analytics Roy Lurie, Ph.D. Vice President Engineering, MATLAB Products 2015 The MathWorks, Inc. 1 The Rise of Engineering-Driven Analytics 2 The Rise of Engineering-Driven

More information

Residential Power Load Forecasting

Residential Power Load Forecasting Available online at www.sciencedirect.com Procedia Computer Science 00 (2014) 000 000 www.elsevier.com/locate/procedia Conference on Systems Engineering Research (CSER 2014) Eds.: Azad M. Madni, University

More information

Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models

Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models Int'l Conf. Artificial Intelligence ICAI' 1 Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models A. Molina Instituto Tecnológico de

More information

Customer Benefits by Cyber-Physical Systems

Customer Benefits by Cyber-Physical Systems Customer Benefits by Cyber-Physical Systems Roland Rosen, CT RDA AUC January 30, 2017 Unrestricted Siemens AG 2017 Siemens Digitalization changes everything Page 2 Megatrends Challenges that are transforming

More information

A Parametric Bootstrapping Approach to Forecast Intermittent Demand

A Parametric Bootstrapping Approach to Forecast Intermittent Demand Proceedings of the 2008 Industrial Engineering Research Conference J. Fowler and S. Mason, eds. A Parametric Bootstrapping Approach to Forecast Intermittent Demand Vijith Varghese, Manuel Rossetti Department

More information

Experimental design on product development

Experimental design on product development Experimental design on product development Introduction What is the traditional developing method? What is experimental design? What do we need and what kind of possibilities do we have for designing?

More information

Analytics with Intelligent Edge Sergey Serebryakov Research Engineer IEEE COMMUNICATIONS SOCIETY

Analytics with Intelligent Edge Sergey Serebryakov Research Engineer IEEE COMMUNICATIONS SOCIETY Analytics with Intelligent Edge Sergey Serebryakov Research Engineer IEEE COMMUNICATIONS SOCIETY Deep learning today Vision Speech Text Other Search & information extraction Security/Video surveillance

More information

PREDICTING EMPLOYEE ATTRITION THROUGH DATA MINING

PREDICTING EMPLOYEE ATTRITION THROUGH DATA MINING PREDICTING EMPLOYEE ATTRITION THROUGH DATA MINING Abbas Heiat, College of Business, Montana State University, Billings, MT 59102, aheiat@msubillings.edu ABSTRACT The purpose of this study is to investigate

More information

DEVELOPMENT OF A NEURAL NETWORK MATHEMATICAL MODEL FOR DEMAND FORECASTING IN FLUCTUATING MARKETS

DEVELOPMENT OF A NEURAL NETWORK MATHEMATICAL MODEL FOR DEMAND FORECASTING IN FLUCTUATING MARKETS Proceedings of the 11 th International Conference on Manufacturing Research (ICMR2013), Cranfield University, UK, 19th 20th September 2013, pp 163-168 DEVELOPMENT OF A NEURAL NETWORK MATHEMATICAL MODEL

More information

Operations Research in the Department of Defense

Operations Research in the Department of Defense Operations Research in the Department of Defense Jason Daly Senior Operations Analyst for Marine Corps Operational Test and Evaluation Activity (MCOTEA) Outline Background on Operations Research (OR) How

More information

Novedades de las últimas versiones de MATLAB y Simulink

Novedades de las últimas versiones de MATLAB y Simulink Novedades de las últimas versiones de MATLAB y Simulink R2016b R2017a Paz Tárrega David Pérez 2015 The MathWorks, Inc. 1 Application Breadth Workflow Depth Platform Productivity Products for the work you

More information

Research Article Forecasting Bank Deposits Rate: Application of ARIMA and Artificial Neural Networks

Research Article Forecasting Bank Deposits Rate: Application of ARIMA and Artificial Neural Networks Research Journal of Applied Sciences, Engineering and Technology 7(3): 527-532, 2014 DOI:10.19026/rjaset.7.286 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted: February

More information

Determining Nitriding Parameters with Neural Networks

Determining Nitriding Parameters with Neural Networks Journal of ASTM International, May 2005, Vol. 2, No. 5 Paper ID JAI12213 Available online at www.astm.org Tomislav Filetin, 1 Irena Žmak, 1 and Davor Novak 1 Determining Nitriding Parameters with Neural

More information

Smart Buildings for Smart Grid. Bing Dong, Ph.D. Assistant Professor Department of Mechanical Engineering University of Texas at San Antonio, USA

Smart Buildings for Smart Grid. Bing Dong, Ph.D. Assistant Professor Department of Mechanical Engineering University of Texas at San Antonio, USA Smart Buildings for Smart Grid Bing Dong, Ph.D. Assistant Professor Department of Mechanical Engineering University of Texas at San Antonio, USA Where are Our Energy Consumed? 70% U.S. Energy Bill for

More information

Multi-Agent Model for Power System Simulation

Multi-Agent Model for Power System Simulation Multi-Agent Model for Power System Simulation A.A.A. ESMIN A.R. AOKI C.R. LOPES JR. G. LAMBERT-TORRES Institute of Electrical Engineering Federal School of Engineering at Itajubá Av. BPS, 1303 Itajubá/MG

More information

Artificial neural network application in modeling revenue returns from mobile payment services in Kenya

Artificial neural network application in modeling revenue returns from mobile payment services in Kenya American Journal of Theoretical and Applied Statistics 2014; 3(3): 60-64 Published online May 10, 2014 (http://www.sciencepublishinggroup.com/j/ajtas) doi: 10.11648/j.ajtas.20140303.11 Artificial neural

More information

IoT ENABLED INTELLIGENT FLEET MANAGEMENT. Kalman Tiboldi Chief Business Innovation Officer

IoT ENABLED INTELLIGENT FLEET MANAGEMENT. Kalman Tiboldi Chief Business Innovation Officer IoT ENABLED INTELLIGENT FLEET MANAGEMENT Kalman Tiboldi Chief Business Innovation Officer TVH GROUP > 5600 colleagues worldwide Consolidated turnover 1,3 billion SMART LOGISTICS PART OF INDUSTRY 4.0 Smart

More information

Artificial Intelligence-Based Modeling and Control of Fluidized Bed Combustion

Artificial Intelligence-Based Modeling and Control of Fluidized Bed Combustion 46 Artificial Intelligence-Based Modeling and Control of Fluidized Bed Combustion Enso Ikonen* and Kimmo Leppäkoski University of Oulu, Department of Process and Environmental Engineering, Systems Engineering

More information

Jack Weast. Principal Engineer, Chief Systems Engineer. Automated Driving Group, Intel

Jack Weast. Principal Engineer, Chief Systems Engineer. Automated Driving Group, Intel Jack Weast Principal Engineer, Chief Systems Engineer Automated Driving Group, Intel From the Intel Newsroom 2 Levels of Automated Driving Courtesy SAE International Ref: J3061 3 Simplified End-to-End

More information

A Decision Support System for Market Segmentation - A Neural Networks Approach

A Decision Support System for Market Segmentation - A Neural Networks Approach Association for Information Systems AIS Electronic Library (AISeL) AMCIS 1995 Proceedings Americas Conference on Information Systems (AMCIS) 8-25-1995 A Decision Support System for Market Segmentation

More information

Robotics & Autonomous Systems Ground Interoperability Profile (RAS-G IOP) NDIA GRCCE 2016

Robotics & Autonomous Systems Ground Interoperability Profile (RAS-G IOP) NDIA GRCCE 2016 Robotics & Autonomous Systems Ground Interoperability Profile (RAS-G IOP) NDIA GRCCE 2016 Mark Mazzara PM Force Projection Robotics Interoperability Lead 1 RAS-G IOPs Basic Overview Robotics & Autonomous

More information

Index Terms Quadcopter, Unmanned Aerial Vehicle, Radial Basis Function Neural Network. Displacement of x axis ey. Displacement of y axis ez

Index Terms Quadcopter, Unmanned Aerial Vehicle, Radial Basis Function Neural Network. Displacement of x axis ey. Displacement of y axis ez Modeling and Control Design of Quad copter Failsafe System Chun-Yi Lin and Wu-Sung Yao Department of Mechanical and Automation Engineering, National Kaohsiung First University of Science and Technology,

More information

Agile Industrial Analytics

Agile Industrial Analytics Agile Industrial Analytics Successfully introduce analytics services in the machinery industry Dr. Christian Schlögel Chief Digital Officer KUKA AG Dr.-Ing. Babak Farrokhzad Senior Manager Data Analytics

More information

What s New in MATLAB and Simulink

What s New in MATLAB and Simulink What s New in MATLAB and Simulink François Guérin and Daniel Martins, MathWorks 2015 The MathWorks, Inc. 1 Application Breadth Workflow Depth Platform Productivity Products for the work you do 2 Machine

More information

Air Reconnaissance to Ground Intelligent Navigation System

Air Reconnaissance to Ground Intelligent Navigation System Air Reconnaissance to Ground Intelligent Navigation System GROUP MEMBERS Hamza Nawaz, EE Jerrod Rout, EE William Isidort, EE Nate Jackson, EE MOTIVATION With the advent and subsequent popularity growth

More information

Next Phase of Evolution in Storage Industry: Impact of Machine Learning

Next Phase of Evolution in Storage Industry: Impact of Machine Learning Next Phase of Evolution in Storage Industry: Impact of Machine Learning Udayan Singh, Head SPE-Storage, Compute & Manageability 30 May 2017 1 Copyright 2017 Tata Consultancy Services Limited Agenda 1 Digital

More information

Business Information Systems. Decision Making and Problem Solving. Figure Chapters 10 & 11

Business Information Systems. Decision Making and Problem Solving. Figure Chapters 10 & 11 Business Information Systems Chapters 10 & 11 Decision Making and Problem Solving Figure 10.1 1 Programmed versus Nonprogrammed Decisions Programmed decisions Structured situations with well defined relationships

More information

SPE-SPE MSMS. SPE Eastern Regional Meeting Copyright 2016, Society of Petroleum Engineers

SPE-SPE MSMS. SPE Eastern Regional Meeting Copyright 2016, Society of Petroleum Engineers SPE Eastern Regional Meeting 2016 SPE-SPE-184064-MSMS Conditioning the Estimating Ultimate Recovery of Shale Wells to Reservoir and Completion Parameters Maher J. Alabboodi, Shahab D. Mohaghegh, Rachel

More information

THE USE OF ARTIFICIAL NEURAL NETWORK TO PREDICT COMPRESSIVE STRENGTH OF GEOPOLYMERS

THE USE OF ARTIFICIAL NEURAL NETWORK TO PREDICT COMPRESSIVE STRENGTH OF GEOPOLYMERS THE USE OF ARTIFICIAL NEURAL NETWORK TO PREDICT COMPRESSIVE STRENGTH OF GEOPOLYMERS ABSTRACT Dali Bondar Faculty member of Ministry of Energy, Iran E-mail: dlbondar@gmail.com In order to predict compressive

More information

Analysis of NEAT and application in swarm intelligence

Analysis of NEAT and application in swarm intelligence Bachelor Informatica Informatica Universiteit van Amsterdam Analysis of NEAT and application in swarm intelligence Frank van Beem June 9, 2017 Supervisor(s): Rein van den Boomgaard 2 Abstract In this paper

More information

Traffic Safety Measures Using Multiple Streams Real Time Data

Traffic Safety Measures Using Multiple Streams Real Time Data CAIT-UTC-055 Traffic Safety Measures Using Multiple Streams Real Time Data FINAL REPORT January 2017 Submitted by: Mohsen Jafari Professor of Industrial and Systems Engineering Center for Advanced Infrastructure

More information

Forecasting E-commerce Key Performance Indicators

Forecasting E-commerce Key Performance Indicators Vrije Universiteit Amsterdam Master Project Business Analytics Forecasting E-commerce Key Performance Indicators Author: Chi Chun Wan November 13, 2017 Supervisor: Mark Hoogendoorn Supervisor: Vesa Muhonen

More information

Connect. Challenge. Inspire.

Connect. Challenge. Inspire. HPC Universe Expansion Connect. Challenge. Inspire. 0 2017 FUJITSU 1975 SOLAR 16-65: 750ns for 16bits ADD instruction 64KBytes main memory 2.5MBytes disk storage 1 2017 FUJITSU 1979! ICL PERQ «smalltalk»

More information

BelVis PRO Enhancement Package (EHP)

BelVis PRO Enhancement Package (EHP) BelVis PRO EHP ENERGY MARKET SYSTEMS BelVis PRO Enhancement Package (EHP) Sophisticated methods for superior forecasts Methods for the highest quality of forecasts Tools to hedge the model stability Advanced

More information

LOAD FORECASTING FOR POWER SYSTEM PLANNING AND OPERATION USING ARTIFICIAL NEURAL NETWORK AT AL BATINAH REGION OMAN

LOAD FORECASTING FOR POWER SYSTEM PLANNING AND OPERATION USING ARTIFICIAL NEURAL NETWORK AT AL BATINAH REGION OMAN Journal of Engineering Science and Technology Vol. 7, No. 4 (01) 498-504 School of Engineering, Taylor s University LOAD FORECASTING FOR POWER SYSTEM PLANNING AND OPERATION USING ARTIFICIAL NEURAL NETWORK

More information

Industry 4.0: Digital Transformation Prepare, implement and profit

Industry 4.0: Digital Transformation Prepare, implement and profit Industry 4.: Digital Transformation Prepare, implement and profit São Paulo, May 9 th 26 Framework Industry 4.: Digital Transformation WHY? WHAT? HOW? Exponential environment Content Transformation Need

More information

The Application of Data Mining Technology in Building Energy Consumption Data Analysis

The Application of Data Mining Technology in Building Energy Consumption Data Analysis The Application of Data Mining Technology in Building Energy Consumption Data Analysis Liang Zhao, Jili Zhang, Chongquan Zhong Abstract Energy consumption, in particular those involving public buildings,

More information

Stock Price Forecasting Using Exogenous Time Series and Combined Neural Networks

Stock Price Forecasting Using Exogenous Time Series and Combined Neural Networks Stock Price Forecasting Using Exogenous Time Series and Combined eural etworks Manoel C. Amorim eto, Victor M. O. Alves, Gustavo Tavares, Lenildo Aragão Junior, George D. C. Cavalcanti and Tsang Ing Ren

More information

A Hybrid Diagnostic-Recommendation System for Agent Execution Applied to Ubiquitous Computing Systems

A Hybrid Diagnostic-Recommendation System for Agent Execution Applied to Ubiquitous Computing Systems A Hybrid Diagnostic-Recommendation System for Agent Execution Applied to Ubiquitous Computing Systems Andrew D. Costa 1, Carlos J. P. Lucena 1, Viviane T. Silva 2, Donald Cowan 3, Paulo Alencar 3, Baldoino

More information

Winning the Hearts & Minds of the Data Scientist in the Cognitive Era. Gaurav Rao Director, Advanced Analytics IBM Analytics

Winning the Hearts & Minds of the Data Scientist in the Cognitive Era. Gaurav Rao Director, Advanced Analytics IBM Analytics Winning the Hearts & Minds of the Data Scientist in the Cognitive Era Gaurav Rao Director, Advanced Analytics IBM Analytics gaurarao@us.ibm.com Data Is The Basis Of Competitive Advantage 2 97% ACCURACY

More information

DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES

DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES B.Srinivas Raja 1, Ch.Chandrasekhar Reddy 2 1 Research Scholar, Department of ECE, Acharya Nagarjuna

More information

Preliminary Design of Seismic Isolation Systems Using Artificial Neural Networks

Preliminary Design of Seismic Isolation Systems Using Artificial Neural Networks Preliminary Design of Seismic Isolation Systems Using Artificial Neural Networks Samer A. Barakat and Mohammad H. AlHamaydeh Abstract This works attempts to implement artificial neural networks (ANN) for

More information

Autonomous and Intelligent Systems Partnership. Presented by Dr. Jeffrey A. Kuo

Autonomous and Intelligent Systems Partnership. Presented by Dr. Jeffrey A. Kuo Autonomous and Intelligent Systems Partnership Presented by Dr. Jeffrey A. Kuo Autonomous and Intelligent Systems Partnership CONTENTS Introduction to NNL NNL s remote nuclear deployment capability Tele-operation

More information

Data Warehousing. and Data Mining. Gauravkumarsingh Gaharwar

Data Warehousing. and Data Mining. Gauravkumarsingh Gaharwar Data Warehousing 1 and Data Mining 2 Data warehousing: Introduction A collection of data designed to support decisionmaking. Term data warehousing generally refers to the combination of different databases

More information

Is Machine Learning the future of the Business Intelligence?

Is Machine Learning the future of the Business Intelligence? Is Machine Learning the future of the Business Intelligence Fernando IAFRATE : Sr Manager of the BI domain Fernando.iafrate@disney.com Tel : 33 (0)1 64 74 59 81 Mobile : 33 (0)6 81 97 14 26 What is Business

More information

BACKPROPAGATION NEURAL NETWORK AND CORRELATION-BASED FEATURE SELECTION FOR EARNING RESPONSE COEFFICIENT PREDICTION

BACKPROPAGATION NEURAL NETWORK AND CORRELATION-BASED FEATURE SELECTION FOR EARNING RESPONSE COEFFICIENT PREDICTION BACKPROPAGATION NEURAL NETWORK AND CORRELATION-BASED FEATURE SELECTION FOR EARNING RESPONSE COEFFICIENT PREDICTION 1 ABDUL SYUKUR, 2 CATUR SUPRIYANTO 1 Faculty of Economics and Business, University of

More information

Innovation Management Master

Innovation Management Master Innovation Management Master Track choice & Mentor selection procedure March 16, 2017 Welcome! Dr. Jeroen Schepers Associate Professor of Frontline Service and Innovation Program Manager Innovation Management

More information

INUDSTRY 4.0 SMART FACTORY

INUDSTRY 4.0 SMART FACTORY INUDSTRY 4.0 SMART FACTORY How can we categorize Smart Factory with regard to industry 4.0 and other technologies Industry 4.0 Marketing R&D Production Logistics/SCM Data Analytics Real-time product data

More information

Prediction of polymer composite material products using neural networks

Prediction of polymer composite material products using neural networks International Conference on Innovative Material Science and Technology (IMST 216) Prediction of polymer composite material products using neural networks A.V. Gaganov, O.A. Karaeva, A.M. Kudrin, A.V. Kretinin

More information

Digital Asset Management: Optimizing the Asset Life-cycle with new generation of tools. Filip Kowalski, SAP CEE

Digital Asset Management: Optimizing the Asset Life-cycle with new generation of tools. Filip Kowalski, SAP CEE Digital Asset Management: Optimizing the Asset Life-cycle with new generation of tools Filip Kowalski, SAP CEE #NP#_JZBta4MwEID/iuTTxmyrLhr1m1Vr fwnnuszbyjdmi3u4d SqsUPrfd+ngCJ d7nssduak6rv4 VTW3a IB+Zhg

More information

Combined Extension Neural Network and Multi-Regression Analysis Method for Yearly Load Forecasting

Combined Extension Neural Network and Multi-Regression Analysis Method for Yearly Load Forecasting IJCSNS International Journal of Computer Science and Network Security, VO.6 No.1, December 6 19 Combined Extension Neural Network and Multi-Regression Analysis Method for Yearly oad Meng- Hui, Wang, Hung-Cheng,

More information

ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control

ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control ACTAM: Cooperative Multi-Agent System Architecture for Urban Traffic Signal Control SIB Sunil Gyawali Isaac Vargas & Benjamin Bertrand Outline Introduction Objective of our Seminar Multi-Agent System in

More information

Computer UCSC. The MASC Group

Computer UCSC. The MASC Group Computer Architecture @ UCSC The MASC Group Department of Computer Engineering, University of California Santa Cruz http://masc.cse.ucsc.edu MASC Projects 2 MASC Projects 3 MASC Projects 4 Thermal Measurements

More information

AIRCRAFT ENGINE OVERHAUL DEMAND FORECASTING USING ANN

AIRCRAFT ENGINE OVERHAUL DEMAND FORECASTING USING ANN Volume3 Number2 June2012 pp.21 26 DOI: 10.2478/v10270-012-0012-2 AIRCRAFT ENGINE OVERHAUL DEMAND FORECASTING USING ANN PiotrKozik 1,JarosławSęp 2 1 WSK PZL-Rzeszów S.A. 2 RzeszówUniversityofTechnology,FacultyofMechanicalEngineeringandAeronautics

More information

An autonomic prediction suite for cloud resource provisioning

An autonomic prediction suite for cloud resource provisioning Nikravesh et al. Journal of Cloud Computing Advances, Systems and Applications (2017) 6:3 DOI 10.1186/s13677-017-0073-4 Journal of Cloud Computing: Advances, Systems and Applications RESEARCH An autonomic

More information

COMPUTATIONAL INTELLIGENCE FOR SUPPLY CHAIN MANAGEMENT AND DESIGN: ADVANCED METHODS

COMPUTATIONAL INTELLIGENCE FOR SUPPLY CHAIN MANAGEMENT AND DESIGN: ADVANCED METHODS COMPUTATIONAL INTELLIGENCE FOR SUPPLY CHAIN MANAGEMENT AND DESIGN: ADVANCED METHODS EDITED BOOK IGI Global (former IDEA publishing) Book Editors: I. Minis, V. Zeimpekis, G. Dounias, N. Ampazis Department

More information

Anticipating milk yield using artificial neural network

Anticipating milk yield using artificial neural network Int. Journal of Applied Sciences and Engineering Research, Vol. 3, Issue 3, 2014 www.ijaser.com 2014 by the authors Licensee IJASER- Under Creative Commons License 3.0 editorial@ijaser.com Research article

More information

Applying RFID Hand-Held Device for Factory Equipment Diagnosis

Applying RFID Hand-Held Device for Factory Equipment Diagnosis Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Applying RFID Hand-Held Device for Factory Equipment Diagnosis Kai-Ying Chen,

More information

Addressing Predictive Maintenance with SAP Predictive Analytics

Addressing Predictive Maintenance with SAP Predictive Analytics SAP Predictive Analytics Addressing Predictive Maintenance with SAP Predictive Analytics Table of Contents 2 Extract Predictive Insights from the Internet of Things 2 Design and Visualize Predictive Models

More information

A Hybrid SOM-Altman Model for Bankruptcy Prediction

A Hybrid SOM-Altman Model for Bankruptcy Prediction A Hybrid SOM-Altman Model for Bankruptcy Prediction Egidijus Merkevicius, Gintautas Garšva, and Stasys Girdzijauskas Department of Informatics, Kaunas Faculty of Humanities, Vilnius University Muitinės

More information

Building the In-Demand Skills for Analytics and Data Science Course Outline

Building the In-Demand Skills for Analytics and Data Science Course Outline Day 1 Module 1 - Predictive Analytics Concepts What and Why of Predictive Analytics o Predictive Analytics Defined o Business Value of Predictive Analytics The Foundation for Predictive Analytics o Statistical

More information

Course Outline DECISION SUPPORT SYSTEMS. Abraham Otero. Course Outline

Course Outline DECISION SUPPORT SYSTEMS. Abraham Otero. Course Outline Course Outline DECISION SUPPORT SYSTEMS Abraham Otero Abraham Otero DECISION SUPPORT SYSTEMS 1/11 This course Course Outline Describes the decision making process Describes the architecture of a decision

More information

Internet of Things. Point of View. Turn your data into accessible, actionable insights for maximum business value.

Internet of Things. Point of View. Turn your data into accessible, actionable insights for maximum business value. Point of View Internet of Things Turn your data into accessible, actionable insights for maximum business value Executive Summary Use a connected ecosystem to create new levels of business value The Internet

More information

Got Data Silos? Automate Data Ingestion Into Isilon In Support Of Analytics

Got Data Silos? Automate Data Ingestion Into Isilon In Support Of Analytics Got Data Silos? Automate Data Ingestion Into Isilon In Support Of Analytics Key takeaways Analytic Insights Module for self-service analytics Automate data ingestion into Isilon Data Lake Three methods

More information

Price Prediction Evolution: from Economic Model to Machine Learning

Price Prediction Evolution: from Economic Model to Machine Learning Price Prediction Evolution: from Economic Model to Machine Learning By Hugh Ren (hughrxy), Xiangguang Zheng (zhengxg3), Erico Cruz Lemus (ecruzlem) Abstract This report is intended to illustrate timeline

More information

Intelligent Systems. For more information on partnering with the Kansas City Plant, contact:

Intelligent Systems. For more information on partnering with the Kansas City Plant, contact: Intelligent Systems For more information on partnering with the Kansas City Plant, contact: Office of Business Development 1.800.225.8829 customer_inquiry@kcp.com Machine Intelligence Machine intelligence

More information

Building a Mathematical Model for Predicting the Cost of the Communication Towers Projects Using Multifactor Linear Regression Technique

Building a Mathematical Model for Predicting the Cost of the Communication Towers Projects Using Multifactor Linear Regression Technique International Journal of Construction Engineering and Management 2016, 5(1): 25-29 DOI: 10.5923/j.ijcem.20160501.03 Building a Mathematical Model for Predicting the Cost of the Communication Towers Projects

More information

Big Data and Machine Learning for Predictive Maintenance

Big Data and Machine Learning for Predictive Maintenance Big Data and Machine Learning for Predictive Maintenance Paul Peeling 2015 The MathWorks, Inc. 1 Agenda The Predictive Maintenance Opportunity Exploring Big Data Machine Learning Approaches Deep Learning

More information

Capgemini s PoV on Industry 4.0 and its business implications for Siemens

Capgemini s PoV on Industry 4.0 and its business implications for Siemens Capgemini s PoV on Industry 4.0 and its business implications for Siemens Siemens Digital Transformation Executive Forum June 5 th 2014, Udo Lange TRANSFORM TOGETHER Contents INDUSTRY 4.0: Drivers for

More information

An Analogy between the use of Back Propagation and Associative Memory as a Model for the Artificial Immune Network Memory

An Analogy between the use of Back Propagation and Associative Memory as a Model for the Artificial Immune Network Memory An Analogy between the use of Back Propagation and Associative Memory as a Model for the Artificial Immune Network Memory Hossam Meshref Professor, Department of Computer Science, Collage of Computer and

More information

A New Method for Crude Oil Price Forecasting Based on Support Vector Machines

A New Method for Crude Oil Price Forecasting Based on Support Vector Machines A New Method for Crude Oil Price Forecasting Based on Support Vector Machines Wen Xie, Lean Yu, Shanying Xu, and Shouyang Wang Institute of Systems Science, Academy of Mathematics and Systems Sciences,

More information

Research Co-design Activity

Research Co-design Activity Research Co-design Activity A. Purpose of Co-design: The ultimate goals of this co-design activity are to: Directly involve all members of a group to make decisions together that would affect their daily

More information