Logistics Project proposals are due by midnight tonight (two pages)

Slides:



Advertisements
Similar presentations
Lazy Paired Hyper-Parameter Tuning
Advertisements

Example: ZIP Code Recognition Classification of handwritten numerals.
Artificial Neural Networks
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Deep Learning and Neural Nets Spring 2015
CSSE463: Image Recognition Day 21 Upcoming schedule: Upcoming schedule: Exam covers material through SVMs Exam covers material through SVMs.
Presentation on Neural Networks.. Basics Of Neural Networks Neural networks refers to a connectionist model that simulates the biophysical information.
An Example of Course Project Face Identification.
Neural Networks Chapter 6 Joost N. Kok Universiteit Leiden.
Machine Learning Chapter 4. Artificial Neural Networks
NEURAL NETWORKS FOR DATA MINING
An informal description of artificial neural networks John MacCormick.
Understanding User’s Query Intent with Wikipedia G 여 승 후.
Conditional Random Fields for ASR Jeremy Morris July 25, 2006.
Neural Networks Vladimir Pleskonjić 3188/ /20 Vladimir Pleskonjić General Feedforward neural networks Inputs are numeric features Outputs are in.
Neural networks (2) Reminder Avoiding overfitting Deep neural network Brief summary of supervised learning methods.
Combining Models Foundations of Algorithms and Machine Learning (CS60020), IIT KGP, 2017: Indrajit Bhattacharya.
Neural networks and support vector machines
Unsupervised Learning of Video Representations using LSTMs
Handwritten Digit Recognition Using Stacked Autoencoders
CS 4501: Introduction to Computer Vision Computer Vision + Natural Language Connelly Barnes Some slides from Fei-Fei Li / Andrej Karpathy / Justin Johnson.
Deep learning David Kauchak CS158 – Fall 2016.
Deep Learning Amin Sobhani.
an introduction to: Deep Learning
Data Mining, Neural Network and Genetic Programming
CS Fall 2015 (Shavlik©), Midterm Topics
CSC321: Neural Networks Lecture 22 Learning features one layer at a time Geoffrey Hinton.
An Artificial Intelligence Approach to Precision Oncology
R SE to the challenges of ntelligent systems
Conditional Random Fields for ASR
Lecture 24: Convolutional neural networks
ICS 491 Big Data Analytics Fall 2017 Deep Learning
COMP61011 : Machine Learning Ensemble Models
Are End-to-end Systems the Ultimate Solutions for NLP?
Deep learning and applications to Natural language processing
Deep Belief Networks Psychology 209 February 22, 2013.
CSSE463: Image Recognition Day 17
Machine Learning Platform Life-Cycle Management
Convolutional Neural Networks
COS 518: Advanced Computer Systems Lecture 12 Mike Freedman
Machine Learning practical
Lecturer: Geoff Hulten TAs: Kousuke Ariga & Angli Liu
CHAPTER 7 BAYESIAN NETWORK INDEPENDENCE BAYESIAN NETWORK INFERENCE MACHINE LEARNING ISSUES.
CS 4700: Foundations of Artificial Intelligence
Deep Forest: Towards an Alternative to Deep Neural Networks
Overview of Machine Learning
Measure Reliability of Automation – using Machine learning
CSSE463: Image Recognition Day 17
Neural Networks and Deep Learning
Neural Networks Geoff Hulten.
CSSE463: Image Recognition Day 18
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 13
Overview of deep learning
CSSE463: Image Recognition Day 17
Data Lifecycle Challenges in Production Machine Learning: A Survey
CSSE463: Image Recognition Day 17
TensorFlow: A System for Large-Scale Machine Learning
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
Explainable Machine Learning Joseph E. Gonzalez
Natural Language Processing (NLP) Systems Joseph E. Gonzalez
Neural Modular Networks
Unsupervised Perceptual Rewards For Imitation Learning
An introduction to: Deep Learning aka or related to Deep Neural Networks Deep Structural Learning Deep Belief Networks etc,
Multiple DAGs Learning with Non-negative Matrix Factorization
Rohan Yadav and Charles Yuan (rohany) (chenhuiy)
Modeling IDS using hybrid intelligent systems
Search-Based Approaches to Accelerate Deep Learning
Advisor: Dr.vahidipour Zahra salimian Shaghayegh jalali Dec 2017
Presentation transcript:

Logistics Project proposals are due by midnight tonight (two pages) Email to instructors We will send feedback by next week In class proposal presentations on Monday 3/11 (two weeks) 4 minutes each Presentations should briefly answer the following questions What is the problem and why is it important What are the key limitations of previous work What is your proposed approach

AutoML “Democratizing ML” Joseph E. Gonzalez jegonzal@cs.berkeley.edu

Machine Learning Lifecycle

Machine Learning Lifecycle Data Preparation Model Design & Training

Model Development: Data Preparation X1 X2 X3 Y X1 / X2 Sin(X2) OH(X3) Y Raw Data Training Data Transformed Training Data Requires substantial domain expertise: Where are the data? What do the columns mean? How should they be coded?

Andrej Karpathy

Model Development: Design and Training Model Parameters are ”fit” during training. Model: What Kind of Model Hyper-Parameters Tuned Using Expert Knowledge Model Algorithm Classic Models Neural Network Regularization Batch size Structural Parameters Hidden Units Activations Layer design Training Alg. Learning Rate Parallelism Linear Model SVM Decision Tree Random Forrest … Conv. Net Recurrent Net. Auto Encoder. Graph Net. … Tuned using Hyper-Parameter Search

Technologies Data prep. and feature engineering Model design and Training

Systems Research Opportunities Accelerate data collection and preparation Automatic data discovery Distributed data processing, esp. for image and video data Data cleaning and schema driven auto-featurization Accelerate model selection and hyper-parameter search Parallel and distributed execution Data and feature caching across training runs Provenance Track previous model development to inform future decisions Connect errors in production with decisions in model development