Artificial Intelligence Project 1 Neural Networks Biointelligence Lab School of Computer Sci. & Eng. Seoul National University.

Slides:



Advertisements
Similar presentations
Artificial Intelligence Chapter 21 The Situation Calculus Biointelligence Lab School of Computer Sci. & Eng. Seoul National University.
Advertisements

AI Practice 05 / 07 Sang-Woo Lee. 1.Usage of SVM and Decision Tree in Weka 2.Amplification about Final Project Spec 3.SVM – State of the Art in Classification.
Indian Statistical Institute Kolkata
Author(s): Alex Ocampo, Chong Zhang, Sangwon Hyun, Yiqun Hu, 2012 License: Unless otherwise noted, this material is made available under the terms of the.
1 Automated Feature Abstraction of the fMRI Signal using Neural Network Clustering Techniques Stefan Niculescu and Tom Mitchell Siemens Medical Solutions,
Data Mining: Discovering Information From Bio-Data Present by: Hongli Li & Nianya Liu University of Massachusetts Lowell.
Artificial Intelligence Chapter 14 Resolution in the Propositional Calculus Artificial Intelligence Chapter 14 Resolution in the Propositional Calculus.
Statistical Natural Language Processing. What is NLP?  Natural Language Processing (NLP), or Computational Linguistics, is concerned with theoretical.
A Neural Network Approach to Predicting Stock Performance John Piefer ECE/CS 539 Project Presentation.
1 Data Mining over the Deep Web Tantan Liu, Gagan Agrawal Ohio State University April 12, 2011.
Attention Deficit Hyperactivity Disorder (ADHD) Student Classification Using Genetic Algorithm and Artificial Neural Network S. Yenaeng 1, S. Saelee 2.
Medical Diagnosis via Genetic Programming Project #2 Artificial Intelligence: Biointelligence Computational Neuroscience Connectionist Modeling of Cognitive.
197 Case Study: Predicting Breast Cancer Invasion with Artificial Neural Networks on the Basis of Mammographic Features MEDINFO 2004, T02: Machine Learning.
Project 1: Classification Using Neural Networks Kim, Kwonill Biointelligence laboratory Artificial Intelligence.
Short Introduction to Machine Learning Instructor: Rada Mihalcea.
Artificial Neural Networks (ANN). Output Y is 1 if at least two of the three inputs are equal to 1.
Artificial Intelligence Project 1 Neural Networks Biointelligence Lab School of Computer Sci. & Eng. Seoul National University.
Biological data mining by Genetic Programming AI Project #2 Biointelligence lab Cho, Dong-Yeon
Project 1: Machine Learning Using Neural Networks Ver 1.1.
Artificial Intelligence Chapter 6 Robot Vision Biointelligence Lab School of Computer Sci. & Eng. Seoul National University.
Neural and Evolutionary Computing - Lecture 9 1 Evolutionary Neural Networks Design  Motivation  Evolutionary training  Evolutionary design of the architecture.
Artificial Intelligence Chapter 3 Neural Networks Artificial Intelligence Chapter 3 Neural Networks Biointelligence Lab School of Computer Sci. & Eng.
ECML/PKDD 2003 Discovery Challenge Attribute-Value and First Order Data Mining within the STULONG project Anneleen Van Assche, Sofie Verbaeten,
Project 2: Classification Using Genetic Programming Kim, MinHyeok Biointelligence laboratory Artificial.
Artificial Intelligence Project #3 : Diagnosis Using Bayesian Networks May 19, 2005.
Artificial Intelligence Project 1 Neural Networks Biointelligence Lab School of Computer Sci. & Eng. Seoul National University.
Solving Function Optimization Problems with Genetic Algorithms September 26, 2001 Cho, Dong-Yeon , Tel:
CSSE463: Image Recognition Day 11 Due: Due: Written assignment 1 tomorrow, 4:00 pm Written assignment 1 tomorrow, 4:00 pm Start thinking about term project.
Project 1: Classification Using Neural Networks Kim, Kwonill Biointelligence laboratory Artificial Intelligence.
Artificial Intelligence Project 1 Neural Networks Biointelligence Lab School of Computer Sci. & Eng. Seoul National University.
K nearest neighbors algorithm Parallelization on Cuda PROF. VELJKO MILUTINOVIĆ MAŠA KNEŽEVIĆ 3037/2015.
ROC curve estimation. Index Introduction to ROC ROC curve Area under ROC curve Visualization using ROC curve.
Intelligent Database Systems Lab Presenter : Fen-Rou Ciou Authors : Hamdy K. Elminir, Yosry A. Azzam, Farag I. Younes 2007,ENERGY Prediction of hourly.
Symbolic Regression via Genetic Programming AI Project #2 Biointelligence lab Cho, Dong-Yeon
Bayesian Brain Probabilistic Approaches to Neural Coding 1.1 A Probability Primer Bayesian Brain Probabilistic Approaches to Neural Coding 1.1 A Probability.
Understanding Business Intelligence with Neural Networks James McCaffrey Microsoft Research Labs Wednesday, May 4, :15 – 4:00 PM Room Breakers CD.
語音訊號處理之初步實驗 NTU Speech Lab 指導教授: 李琳山 助教: 熊信寬
Artificial Intelligence Chapter 7 Agents That Plan Biointelligence Lab School of Computer Sci. & Eng. Seoul National University.
Announcements 1. Textbook will be on reserve at library 2. Topic schedule change; modified reading assignment: This week: Linear discrimination, evaluating.
TEMPLATE DESIGN © CONTINUOUS GLUCOSE MONITORING, ORAL GLUCOSE TOLERANCE, AND INSULIN – GLUCOSE PARAMETERS IN ADOLESCENTS.
Artificial Intelligence DNA Hypernetworks Biointelligence Lab School of Computer Sci. & Eng. Seoul National University.
Bayesian Brain - Chapter 11 Neural Models of Bayesian Belief Propagation Rajesh P.N. Rao Summary by B.-H. Kim Biointelligence Lab School of.
Facial Detection via Convolutional Neural Network Nathan Schneider.
Applying Deep Neural Network to Enhance EMPI Searching
Glucose tolerance testing. A
Medical Diagnosis via Genetic Programming
Take it Easy with your Diabetes
Classification with Perceptrons Reading:
Machine Learning Dr. Mohamed Farouk.
Artificial Intelligence Project 2 Genetic Algorithms
Model Averaging with Discrete Bayesian Network Classifiers
Optimization and Learning via Genetic Programming
An Inteligent System to Diabetes Prediction
Biointelligence Lab School of Computer Sci. & Eng.
Project 1: Text Classification by Neural Networks
Artificial Intelligence Chapter 3 Neural Networks
Artificial Intelligence Chapter 2 Stimulus-Response Agents
Biointelligence Lab School of Computer Sci. & Eng.
network of simple neuron-like computing elements
Word Embedding Word2Vec.
A randomized controlled trial of a web-based education intervention for women with gestational diabetes mellitus  Mary Carolan-Olah, Padaphet Sayakhot 
Detecting Myocardial Infarctions (Heart Attack) using Neural Network
Artificial Intelligence Chapter 3 Neural Networks
Biointelligence Lab School of Computer Sci. & Eng.
A Classification Data Set for PLM
Biointelligence Lab School of Computer Sci. & Eng.
Artificial Intelligence Chapter 3 Neural Networks
Artificial Intelligence Chapter 3 Neural Networks
A task of induction to find patterns
Artificial Intelligence Chapter 3 Neural Networks
Presentation transcript:

Artificial Intelligence Project 1 Neural Networks Biointelligence Lab School of Computer Sci. & Eng. Seoul National University

(C) SNU CSE BioIntelligence Lab 2 Outline Classification Problems  Task 1  Estimate several statistics on Diabetes data set  Task 2  Given unknown data set, find the performance as good as you can get  The labels of test data are hidden.

(C) SNU CSE BioIntelligence Lab 3 Network Structure (1) … positive negative f pos (x) > f neg (x),→ x is postive

(C) SNU CSE BioIntelligence Lab 4 Network Structure (2) … f (x) > thres,→ x is postive

Medical Diagnosis: Diabetes

(C) SNU CSE BioIntelligence Lab 6 Pima Indian Diabetes Data (768)  8 Attributes  Number of times pregnant  Plasma glucose concentration in an oral glucose tolerance test  Diastolic blood pressure (mm/Hg)  Triceps skin fold thickness (mm)  2-hour serum insulin (mu U/ml)  Body mass index (kg/m 2 )  Diabetes pedigree function  Age (year)  Positive: 500, negative: 268

(C) SNU CSE BioIntelligence Lab 7 Report (1/4) Number of Epochs

(C) SNU CSE BioIntelligence Lab 8 Report (2/4) Number of Hidden Units  At least, 10 runs for each setting # Hidden Units TrainTest Average  SD BestWorst Average  SD BestWorst Setting 1 Setting 2 Setting 3 

(C) SNU CSE BioIntelligence Lab 9 Report (3/4)

(C) SNU CSE BioIntelligence Lab 10 Report (4/4) Normalization method you applied. Other parameters setting  Learning rates  Threshold value with which you predict an example as positive.  E.g. if f(x) > thres, you can say it is postive, otherwise negative.

(C) SNU CSE BioIntelligence Lab 11 Challenge (1) Unknown Data  Data for you: 5822 examples  Pos: 348, Neg: 5474 Test data  4000 examples  Pos: 238, Neg: 3762  Labels are HIDDEN!

(C) SNU CSE BioIntelligence Lab 12 Challenge (2) Data  train.data : 5822 x 86 (5822 examples with 86 dim; labels are attached at 86 th -column: positive 1, negative 0)  test.data: 4000 x 85 (5822 examples with 85 dim)  Test labels are not given to you. Verify your NN at 

(C) SNU CSE BioIntelligence Lab 13 Challenge (3) Include followings at your report  The best performance you achieved.  The spec of your NN when achieving the performance.  Structure of NN  Learning epochs  Your techniques  Other remarks… True Predict PositiveNegative Positive Negative Confusion matrix

(C) SNU CSE BioIntelligence Lab 14 References Source Codes  Free softwares  NN libraries (C, C++, JAVA, …)  MATLAB Toolbox  Weka Web sites 

(C) SNU CSE BioIntelligence Lab 15 Pay Attention! Due (April 14, 2004): until pm 11:59 Submission  Results obtained from your experiments  Compress the data  Via  Report: printed version. (419 호 오장민 )  Used software and running environments  Results for many experiments with various parameter settings  Analysis and explanation about the results in your own way  메일 제목에 “[4a05project1]” 반드시 포함

(C) SNU CSE BioIntelligence Lab 16 Optional Experiments Various learning rate Number of hidden layers Applying feature selection techniques Output encoding