FUNDAMENTALS OF MACHINE LEARNING AND DEEP LEARNING

Slides:



Advertisements
Similar presentations
Rerun of machine learning Clustering and pattern recognition.
Advertisements

Perceptron Learning Rule
Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
Soft computing Lecture 6 Introduction to neural networks.
01 -1 Lecture 01 Artificial Intelligence Topics –Introduction –Knowledge representation –Knowledge reasoning –Machine learning –Applications.
CSCI 3 Introduction to Computer Science. CSCI 3 Course Description: –An overview of the fundamentals of computer science. Topics covered include number.
An Illustrative Example
Introduction to WEKA Aaron 2/13/2009. Contents Introduction to weka Download and install weka Basic use of weka Weka API Survey.
Handwritten Character Recognition Using Block wise Segmentation Technique (BST) in Neural Network 47th Annual Convention of the Computer Society of India.
Learning Programs Danielle and Joseph Bennett (and Lorelei) 4 December 2007.
Presented To: Madam Nadia Gul Presented By: Bi Bi Mariam.
Introduction to Data Mining Engineering Group in ACL.
Introduction to AI Michael J. Watts
Introduction to machine learning and data mining 1 iCSC2014, Juan López González, University of Oviedo Introduction to machine learning Juan López González.
From Machine Learning to Deep Learning. Topics that I will Cover (subject to some minor adjustment) Week 2: Introduction to Deep Learning Week 3: Logistic.
Overview of Machine Learning RPI Robotics Lab Spring 2011 Kane Hadley.
Introduction to Azure Machine Learning and Data Mining algorithms Oleksandr Krakovetskyi CEO, DevRain Solutions PhD, Microsoft Regional
Deep Learning Overview Sources: workshop-tutorial-final.pdf
Artificial Neural Networks By: Steve Kidos. Outline Artificial Neural Networks: An Introduction Frank Rosenblatt’s Perceptron Multi-layer Perceptron Dot.
Machine Learning Supervised Learning Classification and Regression K-Nearest Neighbor Classification Fisher’s Criteria & Linear Discriminant Analysis Perceptron:
Introduction to Machine Learning, its potential usage in network area,
Brief Intro to Machine Learning CS539
A Brief Introduction to Bayesian networks
2/13/2018 4:38 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Deep Learning: What is it good for? R. Burgmann
Machine Learning Clustering: K-means Supervised Learning
Machine Learning for Big Data
Multilayer Perceptrons
Eick: Introduction Machine Learning
Goodfellow: Chap 1 Introduction
Done Done Course Overview What is AI? What are the Major Challenges?
Restricted Boltzmann Machines for Classification
Machine Learning for dotNET Developer Bahrudin Hrnjica, MVP
Deep Learning Fundamentals online Training at GoLogica
Deep Learning with TensorFlow online Training at GoLogica Technologies
CNN Demo LIU Pengpeng.
Deep Learning Qing LU, Siyuan CAO.
Machine Learning Training Bootcamp
Deep Learning Workshop
Goodfellow: Chap 1 Introduction
CSE P573 Applications of Artificial Intelligence Neural Networks
CSE 473 Introduction to Artificial Intelligence Neural Networks
Basic Intro Tutorial on Machine Learning and Data Mining
Machine Learning for High-Throughput Stress Phenotyping in Plants
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
Brain Inspired Algorithms Dr. David Fagan
Prepared by: Mahmoud Rafeek Al-Farra
Deep learning Introduction Classes of Deep Learning Networks
Software Engineering Experimentation
Machine Learning Ensemble Learning: Voting, Boosting(Adaboost)
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
Overview of Machine Learning
CSE 573 Introduction to Artificial Intelligence Neural Networks
3.1.1 Introduction to Machine Learning
کتابهای تازه خریداری شده دروس عمومی 1397
Prepared by: Mahmoud Rafeek Al-Farra
Overview of deep learning
龙星计划课程-深度学习 天津大学 7月2日-7月5日.
Lecture 02: Perceptron By: Nur Uddin, Ph.D.
Christoph F. Eick: A Gentle Introduction to Machine Learning
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
Machine Learning for Space Systems: Are We Ready?
Midterm Exam Review.
Machine learning CS 229 / stats 229
FOUNDATIONS OF BUSINESS ANALYTICS Introduction to Machine Learning
PYTHON Deep Learning Prof. Muhammad Saeed.
Stock Predictions Project Presentation
Prabhas Chongstitvatana Chulalongkorn University
CRCV REU 2019 Aaron Honculada.
What is Artificial Intelligence?
Presentation transcript:

FUNDAMENTALS OF MACHINE LEARNING AND DEEP LEARNING An introduction Presented by Dr. Stephen Gbenga Fashoto. Department of Computer Science, Faculty of Science & Engineering University of Swaziland.

Machine Learning Supporting Disciplines

Fundamentals of Machine Learning Developed from Artificial Intelligence The first artificial neuron learning is the perceptron by Frank Rosenblatt 1957 Key Elements of Machine Learning Representation: how to represent knowledge. Evaluation: the way to evaluate performance using metrics.  Optimization: it is used to determine the optimal result. Historical Perspective Supervised Machine Learning Unsupervised Machine Learning Semi - supervised Machine Learning Reinforcement Machine Learning Deep Learning

Supervised Machine Learning What is SML Goal of SML Classification of SML Problems Examples of SML Algorithm are : Linear regression for regression problems Neural networks for classification and regression problems. Random forest for classification and regression problems. Support vector machines for classification problems. Regression 3D Classification Reflection Reflection

Text, Graphics & Pictures

Unsupervised Machine Learning What is UsML Goal of UsML Classification of UsML Problems Examples of UsML Algorithm are : k-means for clustering problems. Apriori algorithm for association rule learning problems. Clustering 3D Association Reflection Reflection

Text, Graphics & Pictures

Semi supervised Machine Learning Clustering What is S-SML Goal of S-SML 3D Reflection Association Reflection

Text, Graphics & Pictures

Reinforcement Learning Regression What is RL Goal of RL Steps in RL Examples of RL Algorithm are : Q-Learning Temporal Difference (TD) Deep Adversarial Networks 3D Reflection Reflection Classification

Deep Learning Algorithms Regression What is DL Goal of DL Steps in DL Examples of DL Algorithm are : Deep Boltzmann Machine (DBM) Deep Belief Networks (DBN) Convolutional Neural Network (CNN) Stacked Auto-Encoders Recurrent Neural Network(RNN) 3D Reflection Reflection Classification

Convolutional Neural Network (CNN) Regression Introduction to CNN Application of CNN 3D Reflection Reflection Classification

Performance of Machine Learning Under – fitting Graph Clustering 3D Reflection Association Reflection

Over – fitting Graph Clustering 3D Reflection Association Reflection

Generalization Graph Clustering 3D Reflection Association Reflection

Comparison of Machine Learning and Deep Learning Data dependencies Hardware dependencies Execution time

PRACTICAL SESSION ON WEKA 3.8.2 DEMO

Thank you for listening