Machine learning in neuroscience

Size: px
Start display at page:

Download "Machine learning in neuroscience"

Transcription

1 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 April 24 th, Madrid B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

2 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

3 Computational Intelligence Group At Artificial Intelligence Department, School of Computer Science Since full professors, 1 associate professor, 1 post-doc, and 11 PhD students B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

4 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

5 A useful tool B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

6 Data-driven Learn from data what you cannot program (well) explicitly Large amounts of data these days Typically, we assume data comes as attribute values X 1 X 2 X 3 X 4 X A D B C B U Goal: learn some function over X Related terms: data mining, pattern recognition, data science... B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

7 Tasks Classification (discrete target variable) Regression (real-valued target variable) Clustering (hidden discrete target variable) Others: collaborative filtering, market basket analysis, etc. wiki/file:social_red.jpg B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

8 Multiple models Some of them: P(x, c) = P(c)P(x 1 c)p(x 2 c)p(x 3 c)p(x 4 c)p(x 5 c) Naive Bayes k nearest neighbors p(c x, w) = Ber(y sigm(x T x)) Logistic regression Hastie, T., Tibshirani, R., Friedman, J., (2009). The elements of statistical learning (Vol. 2, No. 1). New York: Springer Decision tree B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

9 Toolbox Many different tools to extract models from data Optimization (often heuristic) Combinatorial Continuous Information theory Probability theory and statistics Inherent uncertainty (e.g., noise; prediction confidence)... B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

10 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

11 Underpinning: conditional independence Many random variables: intractable distributions 20 binary variables mean parameters in the joint distribution Fortunately, some variables are sometimes independent of others E.g., if I know that it is very warm, then knowing that it is summer might not make it more likely that many people will be on the beach Factor a joint distribution into smaller local ones P(X 1, X 2, X 3..., X n ) = P(X 1 )P(X 2 X 1 )P(X 3,..., X n X 1, X 2 ) B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

12 Representation Directed acyclic graph Nodes = variables Arcs encode conditional independencies A local distribution for each parents values combination P(x) = n i=1 P(x i pa(x i )) Can greatly reduce number of parameters B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

13 Inference B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

14 Inference B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

15 Some research topics Learning from data NP-hard in the general case Conditional-independence tests Structure scoring (optimization) Inference NP-complete in the general case Exact Approximate Classifiers Specialized learning algorithms Non-standard local probability distributions Hybrid networks Mixtures of polynomials Directional variables B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

16 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

17 Directional statistics Deal with directions, axes, rotations Cannot be studied as regular real-valued variables. Periodicity Real world data: Wind, animal behaviour, neuroscience,... B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

18 Representation and methods Different ways to represent directional data Directional probability distributions B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

19 Research topics in CIG Bayesian networks Different local distributions Multi-dimensional classifiers Learning classifiers Big Data... Heuristic optimization Multi-objetive Estimation of distribution algorithms (probabilistic evolutionary) Applications Neuroscience Scientometrics Bioinformatics B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

20 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

21 Projects and collaborations Projects Collaborations Companies B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

22 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

23 The brain Scientific study of the nervous system. Molecular and cellular neuroscience We do not study the brain at macro level (yet) but on a micro scale: Neurons 100 billion neurons in the brain kilometers of wiring (myelinated white fibers) B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

24 Neurons Three main parts: Soma, dendrites and axon Neurons communicate with each other using electro-chemical signals Significant differences between neurons B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

25 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

26 Gardener Classification There is an accepted catalogue of neuron types and names But lack of a consistent terminology Every neuroanatomist has is own classification scheme B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

27 Towards a consensus in naming Learning from the experts Gather data from 42 experts Learn a model (Bayesian network) for each expert B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

28 Towards a consensus in naming Differences among experts Six clusters of experts (Bayesian network clustering) B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

29 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

30 Morphological simulation Denditric trees Why so different denditric tree shapes? Determine interconnectivity and functional roles B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

31 Morphological simulation Variables More than 40 variables Evidence and construction variables B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

32 Morphological simulation B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

33 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

34 Soma spatial characterization Descriptors based on the level curves of a level set function Hybrid Gaussian and angular Bayesian network B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

35 Spines Related with brain functions like learning and memory 3D active contours to repair fragmented spines Hybrid spatial DBN B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

36 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

37 Main idea Degree-constrained minimum spanning tree Degree constraints Restrict the role of the nodes in the tree to root, intermediate or leaf node Novel permutation-based representation to encode forests of DRCMST B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

38 Example 20 points where we are interested in building a forest of three trees B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

39 Application to Neuroscience Applied to optimal neuronal wiring B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

40 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

41 Medical applications Medical decision support systems: Neonatal jaundice treatment B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

42 Other applications DNA microarray analysis Immunology Alzheimer Parkinson B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

43 Outline 1 Introduction 2 Methods Machine learning Bayesian networks Directional statistics 3 Applications Introduction to neuroscience Neuron classification Morphological simulation Soma and spines DRCMST Other applications 4 Future work B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

44 Integration B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

45 BN & Big data B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

46 Big data in neuroscience Functional Magnetic Resonance Imaging (fmri) Single Photon Emission Computed Tomography (SPECT) B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

47 Contact us! Summer School 2015 Computational Intelligence Group B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

48 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 April 24 th, Madrid B. Mihaljevic, L. Rodriguez-Lujan (UPM) Apr, / 48

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

An Effective Genetic Algorithm for Large-Scale Traveling Salesman Problems

An Effective Genetic Algorithm for Large-Scale Traveling Salesman Problems An Effective Genetic Algorithm for Large-Scale Traveling Salesman Problems Son Duy Dao, Kazem Abhary, and Romeo Marian Abstract Traveling salesman problem (TSP) is an important optimization problem in

More information

Customer Relationship Management in marketing programs: A machine learning approach for decision. Fernanda Alcantara

Customer Relationship Management in marketing programs: A machine learning approach for decision. Fernanda Alcantara Customer Relationship Management in marketing programs: A machine learning approach for decision Fernanda Alcantara F.Alcantara@cs.ucl.ac.uk CRM Goal Support the decision taking Personalize the best individual

More information

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine R. Sathya Assistant professor, Department of Computer Science & Engineering Annamalai University

More information

Shobeir Fakhraei, Hamid Soltanian-Zadeh, Farshad Fotouhi, Kost Elisevich. Effect of Classifiers in Consensus Feature Ranking for Biomedical Datasets

Shobeir Fakhraei, Hamid Soltanian-Zadeh, Farshad Fotouhi, Kost Elisevich. Effect of Classifiers in Consensus Feature Ranking for Biomedical Datasets Shobeir Fakhraei, Hamid Soltanian-Zadeh, Farshad Fotouhi, Kost Elisevich Effect of Classifiers in Consensus Feature Ranking for Biomedical Datasets Dimension Reduction Prediction accuracy of practical

More information

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics Metaheuristics Meta Greek word for upper level methods Heuristics Greek word heuriskein art of discovering new strategies to solve problems. Exact and Approximate methods Exact Math programming LP, IP,

More information

Gene Reduction for Cancer Classification using Cascaded Neural Network with Gene Masking

Gene Reduction for Cancer Classification using Cascaded Neural Network with Gene Masking Gene Reduction for Cancer Classification using Cascaded Neural Network with Gene Masking Raneel Kumar, Krishnil Chand, Sunil Pranit Lal School of Computing, Information, and Mathematical Sciences University

More information

MISSING DATA CLASSIFICATION OF CHRONIC KIDNEY DISEASE

MISSING DATA CLASSIFICATION OF CHRONIC KIDNEY DISEASE MISSING DATA CLASSIFICATION OF CHRONIC KIDNEY DISEASE Wala Abedalkhader and Noora Abdulrahman Department of Engineering Systems and Management, Masdar Institute of Science and Technology, Abu Dhabi, United

More information

Gene Expression Data Analysis

Gene Expression Data Analysis Gene Expression Data Analysis Bing Zhang Department of Biomedical Informatics Vanderbilt University bing.zhang@vanderbilt.edu BMIF 310, Fall 2009 Gene expression technologies (summary) Hybridization-based

More information

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur...

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur... What is Evolutionary Computation? Genetic Algorithms Russell & Norvig, Cha. 4.3 An abstraction from the theory of biological evolution that is used to create optimization procedures or methodologies, usually

More information

1. Describe the depth-first search algorithm. What is the order of visiting the nodes for the following

1. Describe the depth-first search algorithm. What is the order of visiting the nodes for the following Artificial Intelligence Fundamentals Theory 1. Describe the depth-first search algorithm. What is the order of visiting the nodes for the following tree (the alternatives are tried in left-to-right order)?

More information

Data Mining and Applications in Genomics

Data Mining and Applications in Genomics Data Mining and Applications in Genomics Lecture Notes in Electrical Engineering Volume 25 For other titles published in this series, go to www.springer.com/series/7818 Sio-Iong Ao Data Mining and Applications

More information

Research Summer School on Statistics for Data Science S4D 2018, Caen, France

Research Summer School on Statistics for Data Science S4D 2018, Caen, France Research Summer School on Statistics for Data Science S4D 2018, Caen, France Faicel Chamroukhi https://chamroukhi.com Faicel Chamroukhi Research Summer School on Statistics for Data Science (S4D 2018)

More information

Data mining: Identify the hidden anomalous through modified data characteristics checking algorithm and disease modeling By Genomics

Data mining: Identify the hidden anomalous through modified data characteristics checking algorithm and disease modeling By Genomics Data mining: Identify the hidden anomalous through modified data characteristics checking algorithm and disease modeling By Genomics PavanKumar kolla* kolla.haripriyanka+ *School of Computing Sciences,

More information

Top-down Forecasting Using a CRM Database Gino Rooney Tom Bauer

Top-down Forecasting Using a CRM Database Gino Rooney Tom Bauer Top-down Forecasting Using a CRM Database Gino Rooney Tom Bauer Abstract More often than not sales forecasting in modern companies is poorly implemented despite the wealth of data that is readily available

More information

Learning Bayesian Network Models of Gene Regulation

Learning Bayesian Network Models of Gene Regulation Learning Bayesian Network Models of Gene Regulation CIBM Retreat October 3, 2003 Keith Noto Mark Craven s Group University of Wisconsin-Madison CIBM Retreat 2003 Poster Session p.1/18 Abstract Our knowledge

More information

OILFIELD ANALYTICS: OPTIMIZE EXPLORATION AND PRODUCTION WITH DATA-DRIVEN MODELS

OILFIELD ANALYTICS: OPTIMIZE EXPLORATION AND PRODUCTION WITH DATA-DRIVEN MODELS Sas day 2014 OILFIELD ANALYTICS: OPTIMIZE EXPLORATION AND PRODUCTION WITH DATA-DRIVEN MODELS AGENDA The Intelligent Field Data Mining Virtuous Cycle Data Mining: What is it? Data Mining: O&G Input Space

More information

Gene function prediction. Computational analysis of biological networks. Olga Troyanskaya, PhD

Gene function prediction. Computational analysis of biological networks. Olga Troyanskaya, PhD Gene function prediction Computational analysis of biological networks. Olga Troyanskaya, PhD Available Data Coexpression - Microarrays Cells of Interest Known DNA sequences Isolate mrna Glass slide Resulting

More information

Classification and Learning Using Genetic Algorithms

Classification and Learning Using Genetic Algorithms Sanghamitra Bandyopadhyay Sankar K. Pal Classification and Learning Using Genetic Algorithms Applications in Bioinformatics and Web Intelligence With 87 Figures and 43 Tables 4y Spri rineer 1 Introduction

More information

Contents. Preface...VII

Contents. Preface...VII Contents Preface...VII 1 An Overview of Evolutionary Computation... 1 1.1 Examples of Evolutionary Computation... 3 1.1.1 Predators Running Backward... 3 1.1.2 Wood-Burning Stoves... 5 1.1.3 Hyperspectral

More information

CHAPTER 17 Brain Image Analysis and Atlas Construction

CHAPTER 17 Brain Image Analysis and Atlas Construction CHAPTER 17 Brain Image Analysis and Atlas Construction Paul M. Thompson Michael S. Mega Katherine L. Narr Elizabeth R. Sowell Rebecca E. Blanton Arthur W. Toga Contents 17.1 Challenges in brain image analysis

More information

This place covers: Methods or systems for genetic or protein-related data processing in computational molecular biology.

This place covers: Methods or systems for genetic or protein-related data processing in computational molecular biology. G16B BIOINFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR GENETIC OR PROTEIN-RELATED DATA PROCESSING IN COMPUTATIONAL MOLECULAR BIOLOGY Methods or systems for genetic

More information

Profit Optimization ABSTRACT PROBLEM INTRODUCTION

Profit Optimization ABSTRACT PROBLEM INTRODUCTION Profit Optimization Quinn Burzynski, Lydia Frank, Zac Nordstrom, and Jake Wolfe Dr. Song Chen and Dr. Chad Vidden, UW-LaCrosse Mathematics Department ABSTRACT Each branch store of Fastenal is responsible

More information

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING PROF. SARVADE KISHORI D. Computer Science and Engineering,SVERI S College Of Engineering Pandharpur,Pandharpur,India KALSHETTY Y.R. Assistant Professor

More information

ARTIFICIAL IMMUNE SYSTEM CLASSIFICATION OF MULTIPLE- CLASS PROBLEMS

ARTIFICIAL IMMUNE SYSTEM CLASSIFICATION OF MULTIPLE- CLASS PROBLEMS 1 ARTIFICIAL IMMUNE SYSTEM CLASSIFICATION OF MULTIPLE- CLASS PROBLEMS DONALD E. GOODMAN, JR. Mississippi State University Department of Psychology Mississippi State, Mississippi LOIS C. BOGGESS Mississippi

More information

REAL TIME ASSESSMENT OF DRINKING WATER SYSTEMS USING A DYNAMIC BAYESIAN NETWORK

REAL TIME ASSESSMENT OF DRINKING WATER SYSTEMS USING A DYNAMIC BAYESIAN NETWORK REAL TIME ASSESSMENT OF DRINKING WATER SYSTEMS USING A DYNAMIC BAYESIAN NETWORK W. J. Dawsey 1, B. S. Minsker 2 and E. Amir 3 1 Graduate Research Asst., Dept of Civil & Environmental Engineering, University

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION This thesis is aimed to develop a computer based aid for physicians. Physicians are prone to making decision errors, because of high complexity of medical problems and due to cognitive

More information

Lecture 6: Decision Tree, Random Forest, and Boosting

Lecture 6: Decision Tree, Random Forest, and Boosting Lecture 6: Decision Tree, Random Forest, and Boosting Tuo Zhao Schools of ISyE and CSE, Georgia Tech CS764/ISYE/CSE 674: Machine Learning/Computational Data Analysis Tree? Tuo Zhao Lecture 6: Decision

More information

296 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 10, NO. 3, JUNE 2006

296 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 10, NO. 3, JUNE 2006 296 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 10, NO. 3, JUNE 2006 An Evolutionary Clustering Algorithm for Gene Expression Microarray Data Analysis Patrick C. H. Ma, Keith C. C. Chan, Xin Yao,

More information

Biomedical Data Science

Biomedical Data Science 510.311 Structure of Materials 510.312 Thermodynamics/Materials 510.313 Mechanical Properties of Materials 510.314 Electronic Properties of Materials 510.315 Physical Chemistry of Materials II 510.316

More information

Inference and computing with decomposable graphs

Inference and computing with decomposable graphs Inference and computing with decomposable graphs Peter Green 1 Alun Thomas 2 1 School of Mathematics University of Bristol 2 Genetic Epidemiology University of Utah 6 September 2011 / Bayes 250 Green/Thomas

More information

Inferring Cellular Networks Using Probabilis6c Graphical Models. Jianlin Cheng, PhD University of Missouri 2010

Inferring Cellular Networks Using Probabilis6c Graphical Models. Jianlin Cheng, PhD University of Missouri 2010 Inferring Cellular Networks Using Probabilis6c Graphical Models Jianlin Cheng, PhD University of Missouri 2010 Bayesian Network So@ware hap://www.cs.ubc.ca/~murphyk/so@ware/ BNT/bnso@.html Demo References

More information

DEA SUPPORTED ANN APPROACH TO OPERATIONAL EFFICIENCY ASSESSMENT OF SMEs

DEA SUPPORTED ANN APPROACH TO OPERATIONAL EFFICIENCY ASSESSMENT OF SMEs Management Challenges in a Network Economy 17 19 May 2017 Lublin Poland Management, Knowledge and Learning International Conference 2017 Technology, Innovation and Industrial Management DEA SUPPORTED ANN

More information

Bayesian Visual Analysis of the Indian Labour Market

Bayesian Visual Analysis of the Indian Labour Market Bayesian Visual Analysis of the Indian Labour Market Kaushal Paneri TCS Research New Delhi India kaushal.paneri@tcs.com Karamjit Singh TCS Research New Delhi India karamjit.singh@tcs.com Geetika Sharma

More information

Cellular Automaton, Genetic Algorithms, and Neural Networks

Cellular Automaton, Genetic Algorithms, and Neural Networks Cellular Automaton, Genetic Algorithms, and Neural Networks Catherine Beauchemin, Department of Physics, University of Alberta January 30, 2004 Overview Cellular Automaton What is a cellular automaton?

More information

Artificial Intelligence Qual Exam

Artificial Intelligence Qual Exam Artificial Intelligence Qual Exam Fall 2015 ID: Note: This is exam is closed book. You will not need a calculator and should not use a calculator or any other electronic devices during the exam. 1 1 Search

More information

Accuracy of the Bayesian Network Algorithms for Inferring Gene Regulatory Networks

Accuracy of the Bayesian Network Algorithms for Inferring Gene Regulatory Networks HELSINKI UNIVERSITY OF TECHNOLOGY Engineering Physics and Mathematics Systems Analysis Laboratory Mat-2.108 Independent research projects in applied mathematics Accuracy of the Bayesian Network Algorithms

More information

A classical predictive modeling approach for Task Who rated what? of the KDD CUP 2007

A classical predictive modeling approach for Task Who rated what? of the KDD CUP 2007 A classical predictive modeling approach for Task Who rated what? of the KDD CUP 2007 Jorge Sueiras jorge.sueiras@neo-metrics.com Alfonso Salafranca Jose Luis Florez alfonso.salafranca@neometrics.com jose.luis.florez@neometrics.com

More information

Study on the Application of Data Mining in Bioinformatics. Mingyang Yuan

Study on the Application of Data Mining in Bioinformatics. Mingyang Yuan International Conference on Mechatronics Engineering and Information Technology (ICMEIT 2016) Study on the Application of Mining in Bioinformatics Mingyang Yuan School of Science and Liberal Arts, New

More information

1/27 MLR & KNN M48, MLR and KNN, More Simple Generalities Handout, KJ Ch5&Sec. 6.2&7.4, JWHT Sec. 3.5&6.1, HTF Sec. 2.3

1/27 MLR & KNN M48, MLR and KNN, More Simple Generalities Handout, KJ Ch5&Sec. 6.2&7.4, JWHT Sec. 3.5&6.1, HTF Sec. 2.3 Stat 502X Details-2016 N=Stat Learning Notes, M=Module/Stat Learning Slides, KJ=Kuhn and Johnson, JWHT=James, Witten, Hastie, and Tibshirani, HTF=Hastie, Tibshirani, and Friedman 1 2 3 4 5 1/11 Intro M1,

More information

DATA ANALYTICS WITH R, EXCEL & TABLEAU

DATA ANALYTICS WITH R, EXCEL & TABLEAU Learn. Do. Earn. DATA ANALYTICS WITH R, EXCEL & TABLEAU COURSE DETAILS centers@acadgild.com www.acadgild.com 90360 10796 Brief About this Course Data is the foundation for technology-driven digital age.

More information

A Hybrid Deep Learning Model for Predictive Analytics

A Hybrid Deep Learning Model for Predictive Analytics A Hybrid Deep Learning Model for Predictive Analytics Vaibhav Kumar 1, M L Garg 2 1, 2 Department of CSE, DIT University, Dehradun, India Email ID: vaibhav05cse@gmail.com Abstract: - This research paper

More information

What is Bioinformatics? Bioinformatics is the application of computational techniques to the discovery of knowledge from biological databases.

What is Bioinformatics? Bioinformatics is the application of computational techniques to the discovery of knowledge from biological databases. What is Bioinformatics? Bioinformatics is the application of computational techniques to the discovery of knowledge from biological databases. Bioinformatics is the marriage of molecular biology with computer

More information

The application of hidden markov model in building genetic regulatory network

The application of hidden markov model in building genetic regulatory network J. Biomedical Science and Engineering, 2010, 3, 633-637 doi:10.4236/bise.2010.36086 Published Online June 2010 (http://www.scirp.org/ournal/bise/). The application of hidden markov model in building genetic

More information

Optimisation and Operations Research

Optimisation and Operations Research Optimisation and Operations Research Lecture 17: Genetic Algorithms and Evolutionary Computing Matthew Roughan http://www.maths.adelaide.edu.au/matthew.roughan/ Lecture_notes/OORII/

More information

Data Analytics with MATLAB Adam Filion Application Engineer MathWorks

Data Analytics with MATLAB Adam Filion Application Engineer MathWorks Data Analytics with Adam Filion Application Engineer MathWorks 2015 The MathWorks, Inc. 1 Case Study: Day-Ahead Load Forecasting Goal: Implement a tool for easy and accurate computation of dayahead system

More information

Understanding Customer Choice Processes Using Neural Networks. Walter A. Kosters, Han La Poutré and Michiel C. van Wezel

Understanding Customer Choice Processes Using Neural Networks. Walter A. Kosters, Han La Poutré and Michiel C. van Wezel Understanding Customer Choice Processes Using Neural Networks Walter A. Kosters, Han La Poutré and Michiel C. van Wezel Leiden University, Department of Computer Science P.O. Box 9512, 2300 RA Leiden,

More information

Using Multi-chromosomes to Solve. Hans J. Pierrot and Robert Hinterding. Victoria University of Technology

Using Multi-chromosomes to Solve. Hans J. Pierrot and Robert Hinterding. Victoria University of Technology Using Multi-chromosomes to Solve a Simple Mixed Integer Problem Hans J. Pierrot and Robert Hinterding Department of Computer and Mathematical Sciences Victoria University of Technology PO Box 14428 MCMC

More information

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad.

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad. GENETIC ALGORITHMS Narra Priyanka K.Naga Sowjanya Vasavi College of Engineering. Ibrahimbahg,Hyderabad mynameissowji@yahoo.com priyankanarra@yahoo.com Abstract Genetic algorithms are a part of evolutionary

More information

Providing Relevant Advertisements Based on Item- Specific Purchase History

Providing Relevant Advertisements Based on Item- Specific Purchase History Technical Disclosure Commons Defensive Publications Series December 07, 2017 Providing Relevant Advertisements Based on Item- Specific Purchase History Nick Felker Follow this and additional works at:

More information

BIOMEDICAL SIGNAL AND IMAGE PROCESSING

BIOMEDICAL SIGNAL AND IMAGE PROCESSING BIOMEDICAL SIGNAL AND IMAGE PROCESSING EE 5390-001 SYLLABUS Instructor: Wei Qian, Ph.D. Professor of Electrical and Computer Engineering Medical Signal and Image Computerized Processing Scheme for Medical

More information

Multiscale Materials Design Using Informatics. S. R. Kalidindi, A. Agrawal, A. Choudhary, V. Sundararaghavan AFOSR-FA

Multiscale Materials Design Using Informatics. S. R. Kalidindi, A. Agrawal, A. Choudhary, V. Sundararaghavan AFOSR-FA Multiscale Materials Design Using Informatics S. R. Kalidindi, A. Agrawal, A. Choudhary, V. Sundararaghavan AFOSR-FA9550-12-1-0458 1 Hierarchical Material Structure Kalidindi and DeGraef, ARMS, 2015 Main

More information

Load Frequency Control of Power Systems Using FLC and ANN Controllers

Load Frequency Control of Power Systems Using FLC and ANN Controllers Load Frequency Control of Power Systems Using FLC and ANN Controllers Mandru Harish Babu PG Scholar, Department of Electrical and Electronics Engineering, GITAM Institute of Technology, Rushikonda-530045,

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 MATLAB 을이용한머신러닝 ( 기본 ) Senior Application Engineer 엄준상과장 2015 The MathWorks, Inc. 2 Machine Learning is Everywhere Solution is too complex for hand written rules or equations

More information

Big Data. Methodological issues in using Big Data for Official Statistics

Big Data. Methodological issues in using Big Data for Official Statistics Giulio Barcaroli Istat (barcarol@istat.it) Big Data Effective Processing and Analysis of Very Large and Unstructured data for Official Statistics. Methodological issues in using Big Data for Official Statistics

More information

Assoc. Prof. Rustem Popa, PhD

Assoc. Prof. Rustem Popa, PhD Dunarea de Jos University of Galati-Romania Faculty of Electrical & Electronics Engineering Dep. of Electronics and Telecommunications Assoc. Prof. Rustem Popa, PhD http://www.etc.ugal.ro/rpopa/index.htm

More information

Computational Biology

Computational Biology 3.3.3.2 Computational Biology Today, the field of Computational Biology is a well-recognised and fast-emerging discipline in scientific research, with the potential of producing breakthroughs likely to

More information

Data Mining for Biological Data Analysis

Data Mining for Biological Data Analysis Data Mining for Biological Data Analysis Data Mining and Text Mining (UIC 583 @ Politecnico di Milano) References Data Mining Course by Gregory-Platesky Shapiro available at www.kdnuggets.com Jiawei Han

More information

ZHAW 6, APRIL, 2016 WHAT DO NEURONS AND CORALS HAVE IN COMMON?

ZHAW 6, APRIL, 2016 WHAT DO NEURONS AND CORALS HAVE IN COMMON? ZHAW 6, APRIL, 2016 WHAT DO NEURONS AND CORALS HAVE IN COMMON? YIHWA KIM ABOUT MYSELF Origin: Daegu, South Korea Countries stayed: Korea (most of the life), Japan (Okinawa: 3.5 years), Switzerland (Bern:

More information

DNA Based Disease Prediction using pathway Analysis

DNA Based Disease Prediction using pathway Analysis 2017 IEEE 7th International Advance Computing Conference DNA Based Disease Prediction using pathway Analysis Syeeda Farah Dr.Asha T Cauvery B and Sushma M S Department of Computer Science and Shivanand

More information

Fraud Detection for MCC Manipulation

Fraud Detection for MCC Manipulation 2016 International Conference on Informatics, Management Engineering and Industrial Application (IMEIA 2016) ISBN: 978-1-60595-345-8 Fraud Detection for MCC Manipulation Hong-feng CHAI 1, Xin LIU 2, Yan-jun

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

REVIEW ON PREDICTION OF CHRONIC KIDNEY DISEASE USING DATA MINING TECHNIQUES

REVIEW ON PREDICTION OF CHRONIC KIDNEY DISEASE USING DATA MINING TECHNIQUES Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Random matrix analysis for gene co-expression experiments in cancer cells

Random matrix analysis for gene co-expression experiments in cancer cells Random matrix analysis for gene co-expression experiments in cancer cells OIST-iTHES-CTSR 2016 July 9 th, 2016 Ayumi KIKKAWA (MTPU, OIST) Introduction : What is co-expression of genes? There are 20~30k

More information

Introduction to Information Systems Fifth Edition

Introduction to Information Systems Fifth Edition Introduction to Information Systems Fifth Edition R. Kelly Rainer Brad Prince Casey Cegielski Appendix D Intelligent Systems Copyright 2014 John Wiley & Sons, Inc. All rights reserved. 1. Explain the potential

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

Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm

Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2012 Farzaneh Abdollahi Computational

More information

Predictive Analytics

Predictive Analytics Predictive Analytics Mani Janakiram, PhD Director, Supply Chain Intelligence & Analytics, Intel Corp. Adjunct Professor of Supply Chain, ASU October 2017 "Prediction is very difficult, especially if it's

More information

Methodological challenges of Big Data for official statistics

Methodological challenges of Big Data for official statistics Methodological challenges of Big Data for official statistics Piet Daas Statistics Netherlands THE CONTRACTOR IS ACTING UNDER A FRAMEWORK CONTRACT CONCLUDED WITH THE COMMISSION Content Big Data: properties

More information

RNA-Seq. Joshua Ainsley, PhD Postdoctoral Researcher Lab of Leon Reijmers Neuroscience Department Tufts University

RNA-Seq. Joshua Ainsley, PhD Postdoctoral Researcher Lab of Leon Reijmers Neuroscience Department Tufts University RNA-Seq Joshua Ainsley, PhD Postdoctoral Researcher Lab of Leon Reijmers Neuroscience Department Tufts University joshua.ainsley@tufts.edu Day five Alternative splicing Assembly RNA edits Alternative splicing

More information

Finding Maximum Colorful Subtrees in practice

Finding Maximum Colorful Subtrees in practice Finding Maximum Colorful Subtrees in practice Imran Rauf, Florian Rasche, François Nicolas, Sebastian Böcker Friedrich-Schiller-Universität Jena Sebastian Böcker Chair for Bioinformatics, Friedrich-Schiller-University

More information

Linear, Machine Learning and Probabilistic Approaches for Time Series Analysis

Linear, Machine Learning and Probabilistic Approaches for Time Series Analysis The 1 th IEEE International Conference on Data Stream Mining & Processing 23-27 August 2016, Lviv, Ukraine Linear, Machine Learning and Probabilistic Approaches for Time Series Analysis B.M.Pavlyshenko

More information

A Forecasting model to Predict the Health Impacts in Metropolitan Cities using Data Mining Techniques and Tools

A Forecasting model to Predict the Health Impacts in Metropolitan Cities using Data Mining Techniques and Tools A Forecasting model to Predict the Health in Metropolitan Cities using Data Mining Techniques and Tools Asha N *, Dr. M P Indira Gandhi ** * Research Scholor, Department of Computer Science, Mother Teresa

More information

A Comparative Study of Filter-based Feature Ranking Techniques

A Comparative Study of Filter-based Feature Ranking Techniques Western Kentucky University From the SelectedWorks of Dr. Huanjing Wang August, 2010 A Comparative Study of Filter-based Feature Ranking Techniques Huanjing Wang, Western Kentucky University Taghi M. Khoshgoftaar,

More information

A heuristic method for simulating open-data of arbitrary complexity that can be used to compare and evaluate machine learning methods *

A heuristic method for simulating open-data of arbitrary complexity that can be used to compare and evaluate machine learning methods * A heuristic method for simulating open-data of arbitrary complexity that can be used to compare and evaluate machine learning methods * Jason H. Moore, Maksim Shestov, Peter Schmitt, Randal S. Olson Institute

More information

A FLEXIBLE JOB SHOP ONLINE SCHEDULING APPROACH BASED ON PROCESS-TREE

A FLEXIBLE JOB SHOP ONLINE SCHEDULING APPROACH BASED ON PROCESS-TREE st October 0. Vol. 44 No. 005-0 JATIT & LLS. All rights reserved. ISSN: 99-8645 www.jatit.org E-ISSN: 87-95 A FLEXIBLE JOB SHOP ONLINE SCHEDULING APPROACH BASED ON PROCESS-TREE XIANGDE LIU, GENBAO ZHANG

More information

In order to have GA, you must have a way to rate a given solution (fitness function). The fitness function must be continuous.

In order to have GA, you must have a way to rate a given solution (fitness function). The fitness function must be continuous. Disclaimer This document is a summary of Prof. Floreano s Bio-inspired Adaptive Machines course. The purpose is to help the student revise for the oral examination. This document should not be considered

More information

IBM SPSS & Apache Spark

IBM SPSS & Apache Spark IBM SPSS & Apache Spark Making Big Data analytics easier and more accessible ramiro.rego@es.ibm.com @foreswearer 1 2016 IBM Corporation Modeler y Spark. Integration Infrastructure overview Spark, Hadoop

More information

Plan for today GENETIC ALGORITHMS. Randomised search. Terminology: The GA cycle. Decoding genotypes

Plan for today GENETIC ALGORITHMS. Randomised search. Terminology: The GA cycle. Decoding genotypes GENETIC ALGORITHMS Jacek Malec email: jacek.malec@cs.lth.se Plan for today What is a genetic algorithm? Degrees of freedom. Some examples. Co-evolution, SAGA, Genetic Programming, Evolutionary Strategies,...

More information

Causal Explorer: A Causal Probabilistic Network Learning Toolkit for Biomedical Discovery

Causal Explorer: A Causal Probabilistic Network Learning Toolkit for Biomedical Discovery Causal Explorer: A Causal Probabilistic Network Learning Toolkit for Biomedical Discovery C. F. Aliferis A. R. Statnikov Abstract Causal Probabilistic Networks (CPNs), (a.k.a. Bayesian Networks, or Belief

More information

Researches of Detection of Fraudulent Financial Statements based on Data Mining

Researches of Detection of Fraudulent Financial Statements based on Data Mining Researches of Detection of Fraudulent Financial Statements based on Data Mining Abstract Dan Han Henan Institute of Technology, Xinxiang 453000, China Financial statement fraud has been one of the biggest

More information

Network System Inference

Network System Inference Network System Inference Francis J. Doyle III University of California, Santa Barbara Douglas Lauffenburger Massachusetts Institute of Technology WTEC Systems Biology Final Workshop March 11, 2005 What

More information

An Analytical Upper Bound on the Minimum Number of. Recombinations in the History of SNP Sequences in Populations

An Analytical Upper Bound on the Minimum Number of. Recombinations in the History of SNP Sequences in Populations An Analytical Upper Bound on the Minimum Number of Recombinations in the History of SNP Sequences in Populations Yufeng Wu Department of Computer Science and Engineering University of Connecticut Storrs,

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK VII SEMESTER BM6005 BIO INFORMATICS Regulation 2013 Academic Year 2018-19 Prepared

More information

Using SAS Enterprise Guide, SAS Enterprise Miner, and SAS Marketing Automation to Make a Collection Campaign Smarter

Using SAS Enterprise Guide, SAS Enterprise Miner, and SAS Marketing Automation to Make a Collection Campaign Smarter Paper 3503-2015 Using SAS Enterprise Guide, SAS Enterprise Miner, and SAS Marketing Automation to Make a Collection Campaign Smarter Darwin Amezquita, Andres Gonzalez, Paulo Fuentes DIRECTV ABSTRACT Companies

More information

Computational methods in bioinformatics: Lecture 1

Computational methods in bioinformatics: Lecture 1 Computational methods in bioinformatics: Lecture 1 Graham J.L. Kemp 2 November 2015 What is biology? Ecosystem Rain forest, desert, fresh water lake, digestive tract of an animal Community All species

More information

SOFTWARE DEVELOPMENT PRODUCTIVITY FACTORS IN PC PLATFORM

SOFTWARE DEVELOPMENT PRODUCTIVITY FACTORS IN PC PLATFORM SOFTWARE DEVELOPMENT PRODUCTIVITY FACTORS IN PC PLATFORM Abbas Heiat, College of Business, Montana State University-Billings, Billings, MT 59101, 406-657-1627, aheiat@msubillings.edu ABSTRACT CRT and ANN

More information

A Simulation-based Multi-level Redundancy Allocation for a Multi-level System

A Simulation-based Multi-level Redundancy Allocation for a Multi-level System International Journal of Performability Engineering Vol., No. 4, July 205, pp. 357-367. RAMS Consultants Printed in India A Simulation-based Multi-level Redundancy Allocation for a Multi-level System YOUNG

More information

Inferring Gene Networks from Microarray Data using a Hybrid GA p.1

Inferring Gene Networks from Microarray Data using a Hybrid GA p.1 Inferring Gene Networks from Microarray Data using a Hybrid GA Mark Cumiskey, John Levine and Douglas Armstrong johnl@inf.ed.ac.uk http://www.aiai.ed.ac.uk/ johnl Institute for Adaptive and Neural Computation

More information

HYBRID FLOWER POLLINATION ALGORITHM AND SUPPORT VECTOR MACHINE FOR BREAST CANCER CLASSIFICATION

HYBRID FLOWER POLLINATION ALGORITHM AND SUPPORT VECTOR MACHINE FOR BREAST CANCER CLASSIFICATION HYBRID FLOWER POLLINATION ALGORITHM AND SUPPORT VECTOR MACHINE FOR BREAST CANCER CLASSIFICATION Muhammad Nasiru Dankolo 1, Nor Haizan Mohamed Radzi 2 Roselina Salehuddin 3 Noorfa Haszlinna Mustaffa 4 1,

More information

advanced analysis of gene expression microarray data aidong zhang World Scientific State University of New York at Buffalo, USA

advanced analysis of gene expression microarray data aidong zhang World Scientific State University of New York at Buffalo, USA advanced analysis of gene expression microarray data aidong zhang State University of New York at Buffalo, USA World Scientific NEW JERSEY LONDON SINGAPORE BEIJING SHANGHAI HONG KONG TAIPEI CHENNAI Contents

More information

Who Is Likely to Succeed: Predictive Modeling of the Journey from H-1B to Permanent US Work Visa

Who Is Likely to Succeed: Predictive Modeling of the Journey from H-1B to Permanent US Work Visa Who Is Likely to Succeed: Predictive Modeling of the Journey from H-1B to Shibbir Dripto Khan ABSTRACT The purpose of this Study is to help US employers and legislators predict which employees are most

More information

College of information technology Department of software

College of information technology Department of software University of Babylon Undergraduate: third class College of information technology Department of software Subj.: Application of AI lecture notes/2011-2012 ***************************************************************************

More information

Data representation for clinical data and metadata

Data representation for clinical data and metadata Data representation for clinical data and metadata WP1: Data representation for clinical data and metadata Inconsistent terminology creates barriers to identifying common clinical entities in disparate

More information

Segmenting Customer Bases in Personalization Applications Using Direct Grouping and Micro-Targeting Approaches

Segmenting Customer Bases in Personalization Applications Using Direct Grouping and Micro-Targeting Approaches Segmenting Customer Bases in Personalization Applications Using Direct Grouping and Micro-Targeting Approaches Alexander Tuzhilin Stern School of Business New York University (joint work with Tianyi Jiang)

More information

STUDY OF CLASSIFIERS IN DATA MINING

STUDY OF CLASSIFIERS IN DATA MINING Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 9, September 2014,

More information

Deep Dive into High Performance Machine Learning Procedures. Tuba Islam, Analytics CoE, SAS UK

Deep Dive into High Performance Machine Learning Procedures. Tuba Islam, Analytics CoE, SAS UK Deep Dive into High Performance Machine Learning Procedures Tuba Islam, Analytics CoE, SAS UK WHAT IS MACHINE LEARNING? Wikipedia: Machine learning, a branch of artificial intelligence, concerns the construction

More information

Analytics for Banks. September 19, 2017

Analytics for Banks. September 19, 2017 Analytics for Banks September 19, 2017 Outline About AlgoAnalytics Problems we can solve for banks Our experience Technology Page 2 About AlgoAnalytics Analytics Consultancy Work at the intersection of

More information

Reliable Software Networks

Reliable Software Networks Tihana Galinac Grbac Software Engineering and Information Processing Laboratory, SEIP Lab http://www.seiplab.riteh.uniri.hr Reliable Software Networks 1st EIT ICTLabs Future Networking Solutions Outreach

More information

Feature Selection of Gene Expression Data for Cancer Classification: A Review

Feature Selection of Gene Expression Data for Cancer Classification: A Review Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 52 57 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) Feature Selection of Gene Expression

More information