Research Interests.

Slides:



Advertisements
Similar presentations
Deep Learning Bing-Chen Tsai 1/21.
Advertisements

Ch. Eick: More on Machine Learning & Neural Networks Different Forms of Learning: –Learning agent receives feedback with respect to its actions (e.g. using.
Support Vector Machines
Lecture 14 – Neural Networks
Slide 1 EE3J2 Data Mining EE3J2 Data Mining Lecture 15: Introduction to Artificial Neural Networks Martin Russell.
Neural Networks An Introduction.
October 28, 2010Neural Networks Lecture 13: Adaptive Networks 1 Adaptive Networks As you know, there is no equation that would tell you the ideal number.
Hazırlayan NEURAL NETWORKS Radial Basis Function Networks II PROF. DR. YUSUF OYSAL.
Introduction to Neural Networks Debrup Chakraborty Pattern Recognition and Machine Learning 2006.
Backpropagation An efficient way to compute the gradient Hung-yi Lee.
Mestrado em Ciência de Computadores Mestrado Integrado em Engenharia de Redes e Sistemas Informáticos VC 14/15 – TP19 Neural Networks & SVMs Miguel Tavares.
Back-Propagation MLP Neural Network Optimizer ECE 539 Andrew Beckwith.
NEURAL NETWORKS FOR DATA MINING
Radial Basis Function Networks:
An informal description of artificial neural networks John MacCormick.
Building high-level features using large-scale unsupervised learning Anh Nguyen, Bay-yuan Hsu CS290D – Data Mining (Spring 2014) University of California,
Non-Bayes classifiers. Linear discriminants, neural networks.
PART 9 Fuzzy Systems 1. Fuzzy controllers 2. Fuzzy systems and NNs 3. Fuzzy neural networks 4. Fuzzy Automata 5. Fuzzy dynamic systems FUZZY SETS AND FUZZY.
An Artificial Neural Network Approach to Surface Waviness Prediction in Surface Finishing Process by Chi Ngo ECE/ME 539 Class Project.
MaskIt: Privately Releasing User Context Streams for Personalized Mobile Applications SIGMOD '12 Proceedings of the 2012 ACM SIGMOD International Conference.
Introduction to Neural Networks Introduction to Neural Networks Applied to OCR and Speech Recognition An actual neuron A crude model of a neuron Computational.
Machine Learning: A Brief Introduction Fu Chang Institute of Information Science Academia Sinica ext. 1819
GPGPU Performance and Power Estimation Using Machine Learning Gene Wu – UT Austin Joseph Greathouse – AMD Research Alexander Lyashevsky – AMD Research.
Machine Learning Supervised Learning Classification and Regression
Artificial Neural Networks
Research on Machine Learning and Deep Learning
Deep Feedforward Networks
ECE 539 Project Jialin Zhang
CSE 473 Introduction to Artificial Intelligence Neural Networks
Announcements HW4 due today (11:59pm) HW5 out today (due 11/17 11:59pm)
Deep Learning with TensorFlow online Training at GoLogica Technologies
AV Autonomous Vehicles.
Structure learning with deep autoencoders
Unsupervised Learning and Neural Networks
Hybrid computing using a neural network with dynamic external memory
Neural Networks and Backpropagation
Machine Learning Today: Reading: Maria Florina Balcan
Deep Learning and Mixed Integer Optimization
Neural Networks Advantages Criticism
Image Captions With Deep Learning Yulia Kogan & Ron Shiff
Training a Neural Network
Cache Replacement Scheme based on Back Propagation Neural Networks
Dog/Cat Classifier Christina Stiff.
Introduction to Deep Learning with Keras
network of simple neuron-like computing elements
Object Classes Most recent work is at the object level We perceive the world in terms of objects, belonging to different classes. What are the differences.
Implementation of neural gas on Cell Broadband Engine
Matteo Fischetti, University of Padova
The use of Neural Networks to schedule flow-shop with dynamic job arrival ‘A Multi-Neural Network Learning for lot Sizing and Sequencing on a Flow-Shop’
Future of Artificial Intelligence
HUMAN AND SYSTEMS ENGINEERING:
Copyright © 2014 Elsevier Inc. All rights reserved.
Temporal Back-Propagation Algorithm
CSC321 Winter 2007 Lecture 21: Some Demonstrations of Restricted Boltzmann Machines Geoffrey Hinton.
Word2Vec.
ImageNet Classification with Deep Convolutional Neural Networks
Structure of a typical back-propagated multilayered perceptron used in this study. Structure of a typical back-propagated multilayered perceptron used.
TensorFlow: A System for Large-Scale Machine Learning
Semi-Supervised Learning
Deep learning enhanced Markov State Models (MSMs)
Introduction to Neural Networks
Learning Combinational Logic
Jia-Bin Huang Virginia Tech
CS621: Artificial Intelligence Lecture 18: Feedforward network contd
Example of a simple deep network architecture.
CSC 578 Neural Networks and Deep Learning
Artificial Intelligence Machine Learning
What is Artificial Intelligence?
Computer System.
Overall Introduction for the Lecture
Presentation transcript:

Research Interests

My Research Interests Distributed algorithms Distributed shared memory systems Distributed computations over wireless networks Distributed optimization/machine learning

My Research Interests Distributed algorithms Distributed shared memory systems Distributed computations over wireless networks Distributed optimization/machine learning

Deep Neural Networks a1 x1 a2 x2 a3 x3 a4 neuron layer 1 W111 1 2 3

x1 x2 x3 output input parameters layer 1 0.8 dog W111 1 0.1 cat 2 0.09 ship x3 3 W132 0.01 car

Deep Neural Networks layer 1 a1 x1 1 a2 x2 2 a3 x3 3 W132 a4

x2 W131 x3 3 s(X2W131+X3W132+b13) W132

s(z) z Rectifier Linear Unit x2 W131 x3 3 s(X2W131+X3W132+b13) W132 z

How to train your dragon network Given a machine structure Parameters are the only free variables  Choose parameters that maximize accuracy

How to train your network Given a machine structure Parameters are the only free variables  Choose parameters to maximize accuracy Optimize a suitably defined cost function h(w) to find the right parameter vector w

Training  Optimize cost function So far … h(w) Training  Optimize cost function h(w) Machine parameters w

Distributed Machine Learning Data is distributed across different agents Mobile users Hospitals Competing vendors

Distributed Machine Learning Data is distributed across different agents Mobile users Hospitals Competing vendors Agent 1 Agent 2 Agent 3 Agent 4

Distributed Machine Learning Data is distributed across different  Collaborate to learn agents

Distributed Machine Learning Data is distributed across different  Collaborate to learn agents h1(w) h2(w) Training  Optimize cost function Σ hi(w) i Machine parameters w h3(w) h4(w)

Distributed Machine Learning Research problems Privacy-preserving distributed optimization Robustness to adversarial agents