SlideShare a Scribd company logo
1 of 25
The Big Question
Can We Make Computers Self Learn From Data?
Monday, December 9, 2019 Slide No : 1Machine Learning By Sathish Yellanki
Monday, December 9, 2019 Machine Learning By Sathish Yellanki Slide No : 2
What is Machine Learning?
Machine Learning is A Field of Computer Science That
Gives Computers The Ability To Learn Without Being Explicitly
Programmed
Wikipedia
Machine Learning is A Type of Artificial Intelligence (AI) That Allows
Software Applications To Become More Accurate in Predicting
Outcomes Without Being Explicitly Programmed
Tech Target
Machine Learning is The Science of Getting Computers to Act
Without Being Explicitly Programmed
Stanford University
Monday, December 9, 2019 Slide No : 3Machine Learning By Sathish Yellanki
What is The Functional Flow of Machine Learning?
Monday, December 9, 2019 Slide No : 4Machine Learning By Sathish Yellanki
Monday, December 9, 2019 Machine Learning By Sathish Yellanki Slide No : 5
Real Time
Systems
Machine
Learning Field
Stream The Data To
Be Analyzed
Apply Self-Learning
Algorithms
Turn The Data into
Knowledge
Artificial
Intelligence Field
Is The Goal
Achieved?
Yes
Stop
No
Re-Analyze The
Data
What Are The Different Types of Machine Learning
Approaches?
Monday, December 9, 2019 Slide No : 6Machine Learning By Sathish Yellanki
Monday, December 9, 2019 Machine Learning By Sathish Yellanki Slide No : 7
Supervised Learning
• Labeled Data
• Direct Feedback
• Predict Outcome OR Future
Un-Supervised Learning
• No Labeled
• No Feedback
• Find Hidden Structure in Data
Reinforcement Learning
• Decision Process
• Reward Systems
• Learn Through Series of Actions
Supervised Learning
Monday, December 9, 2019 Slide No : 8Machine Learning By Sathish Yellanki
Where Supervised Learning is More Suitable?
• Supervised Learning is More Suitable in “Making Predictions
About The Future”
What is The Main Goal of Supervised Learning?
• Learn A Model From Labeled Training Data Which Allows The
End-User To Make Predictions About Unseen OR Future Data.
What Does Supervised Learning Refers To?
• Supervised Learning Refers To A Set of Samples Where The
Desired “Output Signals Called Labels” Are Already Well
Known.
Monday, December 9, 2019 Slide No : 9Machine Learning By Sathish Yellanki
What is The Functional Flow of Supervised Learning?
Monday, December 9, 2019 Slide No : 10Machine Learning By Sathish Yellanki
Monday, December 9, 2019 Slide No : 11Machine Learning By Sathish Yellanki
Training Data
With Labels
Apply Machine
Learning Algorithm
Inject New
Data
Develop A
Predictive Model
Finalize And Cross
Verify The Prediction
What Are The Sub-Categories of Supervised Learning?
Monday, December 9, 2019 Slide No : 12Machine Learning By Sathish Yellanki
Classification Task
• The Main Goal is To Predict The Categorical “Class Labels” of
New Operational Instances, Based on Past Observations.
• Create Possible Classes which Are Discrete To Identify By
Properties.
• Class Labels Can Be “Binary Class” OR “Multi-Class” By Nature.
• Any Label That is Not Part of The Training Dataset is Recognized
Correctly.
What is Binary Class?
• In “Binary Class” The Training Samples Are Labeled Exactly By
Two Categories.
• The Sample Gets Distributed into Two Different Dimensions on
The Graph.
What is Multi Class?
• In “Multi Class” The Training Samples Are Labeled By Multiple
Categories.
• The Sample Gets Distributed into Multi Dimensional Axis on The
Graph.Monday, December 9, 2019 Slide No : 13Machine Learning By Sathish Yellanki
Regression Task
• The Main Goal of “Regression Task” is To Predict For Continuous
Outcomes.
What is The Approach of Regression Analysis?
• In “Regression Analysis” The Process is Given A Number of
“Predictor Called As Explanatory Variables” And A “Continuous
Response Variable Called As Outcome OR Target”, And The
Process Should Try To “Find A Relationship Between Those
Variables That Allows The Process To Predict An Outcome”
What is The Success Factor For Regression Analysis?
• “Regression Analysis” Can Be More Successful And Accurate
When We Supply
• Huge Sample OR Training Data
• More Number of Explanatory Variables
• Proper Relationship Between The Variables
Do We Have Any Classes in Regression Analysis?
• In Practical Sense Regression Analysis Does Not Has
Classification of Classes.Monday, December 9, 2019 Slide No : 14Machine Learning By Sathish Yellanki
Un-Supervised Learning
Monday, December 9, 2019 Slide No : 15Machine Learning By Sathish Yellanki
Where is Un-Supervised Learning is Applied?
• Un-Supervised Learning is Most Prominent in Discovering
Hidden Structures.
• In Un-Supervised Learning We Deal With Unlabeled Data OR
Data of Unknown Structure.
Where Un-Supervised Learning is More Suitable?
• Explore The Structure of The Data To Extract Meaningful
Information Without The Guidance of A Known “Outcome
Variable” OR A “Reward Function”.
What Does Un-Supervised Learning Refers To?
• Un-Supervised Learning Refers To A Set of Samples Where The
Desired “Output Signals Called Labels” Are Not Well Known
Monday, December 9, 2019 Slide No : 16Machine Learning By Sathish Yellanki
What is The Functional Flow of Un-Supervised Learning?
Monday, December 9, 2019 Slide No : 17Machine Learning By Sathish Yellanki
Monday, December 9, 2019 Slide No : 18Machine Learning By Sathish Yellanki
Training Data
Without Labels
Apply Machine
Learning Algorithm
Cross Verify
The Cluster
Develop A Clustered
Model
Finalize And Cross
Verify The
Classification
What Are The Sub-Categories of Un-Supervised Learning?
Monday, December 9, 2019 Slide No : 19Machine Learning By Sathish Yellanki
Clustering Concept OR Un-Supervised Classification
• The Main Task of Clustering Concept is To Find Sub-Groups
Within The Data.
What is Clustering Concept?
• Clustering is An Exploratory Data Analysis Technique Which
Allows The Developer To “Organize A Pile of Information into
Meaningful “Subgroups Called Clusters” Without Having
Any Prior Knowledge of Their Group Memberships”
How De We Finalize The Cluster?
• Cluster is Defined With A Group of Objects That “Share A Certain
Degree of “Similarity” But Are More “Dissimilar” To Objects”
in Other Clusters.
What is The Final Outcome of Clustering?
• Clustering is A Great Technique if Applied Properly For
“Structuring Information And Deriving Meaningful
Relationships From Data”
Monday, December 9, 2019 Slide No : 20Machine Learning By Sathish Yellanki
Dimensionality Reduction
• The Main Task of Dimensionality Reduction is Applied For Data
Compression.
What is Dimensionality Reduction Concept?
• Un-Supervised Dimensionality Reduction is A Very Common
Technique Used To Remove Noise From Data.
What is Most Challenging in Dimensionality Reduction?
• Identifying The “Noise” Within The Analyzed Dataset.
• Analyzing The Degrading Factor Upon The Predictive
Performance of The Algorithm.
What is The Final Implementation Concept?
• Compress The Data onto A “Smaller Dimensional
Subspace” And Retain The Most of The Relevant Information.
What is The Final Outcome of Dimensionality Reduction?
• A System The is More Comprehensive And Consistent in
Presentation.
Monday, December 9, 2019 Slide No : 21Machine Learning By Sathish Yellanki
Reinforcement Learning
Monday, December 9, 2019 Slide No : 22Machine Learning By Sathish Yellanki
Where Reinforcement Learning is Applied?
• Reinforcement Learning is Used in Solving Interactive Problems.
• In Reinforcement Learning We Interact With The Environment
To Learn The System in Continuity.
What is The Main Goal in Reinforcement Learning?
• The Goal is To Develop A “System” Which is Also Called As
“Agent” Which Can Improve its Performance Based on
“Interactions With The Environment”.
What Does Reinforcement Learning Refers To?
• In Reinforcement Learning The Information About The Current
State of The Environment Generally Includes A “Reward Signal”.
• An Agent Can Use Reinforcement Learning To Learn A Series of
Actions That Maximizes The Reward Via An Exploratory Trial-
And-Error Approach OR Deliberative Planning.
Monday, December 9, 2019 Slide No : 23Machine Learning By Sathish Yellanki
What is The Functional Flow of Reinforcement Learning?
Monday, December 9, 2019 Slide No : 24Machine Learning By Sathish Yellanki
Monday, December 9, 2019 Slide No : 25Machine Learning By Sathish Yellanki
Agent
Environment
State
Action
Reward
How Does Reward Maximization is Done?
• In General The Agent in Reinforcement Learning Tries To
Maximize The Reward By A Series of Interactions With The
Operational Environment.

More Related Content

What's hot

Driving agility into your customer experience
Driving agility into your customer experienceDriving agility into your customer experience
Driving agility into your customer experiencemarc mcneill
 
Complexity, Change and Wellbeing
Complexity, Change and WellbeingComplexity, Change and Wellbeing
Complexity, Change and WellbeingMike Bell
 
Wicked Solutions Broking
Wicked Solutions BrokingWicked Solutions Broking
Wicked Solutions BrokingNeil Davidson
 
Managing Data Science by David Martínez Rego
Managing Data Science by David Martínez RegoManaging Data Science by David Martínez Rego
Managing Data Science by David Martínez RegoBig Data Spain
 
The Business Impact of Learning
The Business Impact of LearningThe Business Impact of Learning
The Business Impact of LearningWatershed
 
What is Gamification?
What is Gamification? What is Gamification?
What is Gamification? Karl Kapp
 
Bringing Data to Life - Making Charts That Don't Suck
Bringing Data to Life - Making Charts That Don't SuckBringing Data to Life - Making Charts That Don't Suck
Bringing Data to Life - Making Charts That Don't SuckDan Sweet
 
2017 massey ite_lecture
2017 massey ite_lecture2017 massey ite_lecture
2017 massey ite_lectureDavid Kinane
 
Data science for fundraisers
Data science for fundraisersData science for fundraisers
Data science for fundraisersJames Orton
 
Business analyst professional day 2019
Business analyst professional day 2019Business analyst professional day 2019
Business analyst professional day 2019Craig Brown
 
ATD International Conference and Expo: Gamification
ATD International Conference and Expo: GamificationATD International Conference and Expo: Gamification
ATD International Conference and Expo: GamificationZsolt Olah
 
SuccessGPS, how to measure organizational change
SuccessGPS, how to measure organizational change SuccessGPS, how to measure organizational change
SuccessGPS, how to measure organizational change Willem Nooij
 
Advanced Learning Environments for Today's Tech-Savvy Learner
Advanced Learning Environments for Today's Tech-Savvy LearnerAdvanced Learning Environments for Today's Tech-Savvy Learner
Advanced Learning Environments for Today's Tech-Savvy LearnerNICSA
 
[AIIM16] The E3 Method for Collaboration: Engagement, Expectation, Enthusiasm.
[AIIM16]  The E3 Method for Collaboration: Engagement, Expectation, Enthusiasm. [AIIM16]  The E3 Method for Collaboration: Engagement, Expectation, Enthusiasm.
[AIIM16] The E3 Method for Collaboration: Engagement, Expectation, Enthusiasm. AIIM International
 
Session T5 - Data Driven Decision Making - 3DM
Session T5 - Data Driven Decision Making - 3DMSession T5 - Data Driven Decision Making - 3DM
Session T5 - Data Driven Decision Making - 3DMProject Controls Expo
 
11.15.12 CBIG Event - Dan Sweet\'s Presentation
11.15.12 CBIG Event - Dan Sweet\'s Presentation11.15.12 CBIG Event - Dan Sweet\'s Presentation
11.15.12 CBIG Event - Dan Sweet\'s PresentationSubrata Debnath
 
Applying behavioural insights to comms
Applying behavioural insights to commsApplying behavioural insights to comms
Applying behavioural insights to commsCharityComms
 
Decision making , Time management , Action plan
Decision making , Time management ,  Action planDecision making , Time management ,  Action plan
Decision making , Time management , Action planYUP Training Solutions
 
Get Smart: The Present and Future of Data Discovery
Get Smart: The Present and Future of Data DiscoveryGet Smart: The Present and Future of Data Discovery
Get Smart: The Present and Future of Data DiscoveryInside Analysis
 
POW! Design Tips for Virtual Facilitators
POW! Design Tips for Virtual FacilitatorsPOW! Design Tips for Virtual Facilitators
POW! Design Tips for Virtual FacilitatorsCynthia Clay
 

What's hot (20)

Driving agility into your customer experience
Driving agility into your customer experienceDriving agility into your customer experience
Driving agility into your customer experience
 
Complexity, Change and Wellbeing
Complexity, Change and WellbeingComplexity, Change and Wellbeing
Complexity, Change and Wellbeing
 
Wicked Solutions Broking
Wicked Solutions BrokingWicked Solutions Broking
Wicked Solutions Broking
 
Managing Data Science by David Martínez Rego
Managing Data Science by David Martínez RegoManaging Data Science by David Martínez Rego
Managing Data Science by David Martínez Rego
 
The Business Impact of Learning
The Business Impact of LearningThe Business Impact of Learning
The Business Impact of Learning
 
What is Gamification?
What is Gamification? What is Gamification?
What is Gamification?
 
Bringing Data to Life - Making Charts That Don't Suck
Bringing Data to Life - Making Charts That Don't SuckBringing Data to Life - Making Charts That Don't Suck
Bringing Data to Life - Making Charts That Don't Suck
 
2017 massey ite_lecture
2017 massey ite_lecture2017 massey ite_lecture
2017 massey ite_lecture
 
Data science for fundraisers
Data science for fundraisersData science for fundraisers
Data science for fundraisers
 
Business analyst professional day 2019
Business analyst professional day 2019Business analyst professional day 2019
Business analyst professional day 2019
 
ATD International Conference and Expo: Gamification
ATD International Conference and Expo: GamificationATD International Conference and Expo: Gamification
ATD International Conference and Expo: Gamification
 
SuccessGPS, how to measure organizational change
SuccessGPS, how to measure organizational change SuccessGPS, how to measure organizational change
SuccessGPS, how to measure organizational change
 
Advanced Learning Environments for Today's Tech-Savvy Learner
Advanced Learning Environments for Today's Tech-Savvy LearnerAdvanced Learning Environments for Today's Tech-Savvy Learner
Advanced Learning Environments for Today's Tech-Savvy Learner
 
[AIIM16] The E3 Method for Collaboration: Engagement, Expectation, Enthusiasm.
[AIIM16]  The E3 Method for Collaboration: Engagement, Expectation, Enthusiasm. [AIIM16]  The E3 Method for Collaboration: Engagement, Expectation, Enthusiasm.
[AIIM16] The E3 Method for Collaboration: Engagement, Expectation, Enthusiasm.
 
Session T5 - Data Driven Decision Making - 3DM
Session T5 - Data Driven Decision Making - 3DMSession T5 - Data Driven Decision Making - 3DM
Session T5 - Data Driven Decision Making - 3DM
 
11.15.12 CBIG Event - Dan Sweet\'s Presentation
11.15.12 CBIG Event - Dan Sweet\'s Presentation11.15.12 CBIG Event - Dan Sweet\'s Presentation
11.15.12 CBIG Event - Dan Sweet\'s Presentation
 
Applying behavioural insights to comms
Applying behavioural insights to commsApplying behavioural insights to comms
Applying behavioural insights to comms
 
Decision making , Time management , Action plan
Decision making , Time management ,  Action planDecision making , Time management ,  Action plan
Decision making , Time management , Action plan
 
Get Smart: The Present and Future of Data Discovery
Get Smart: The Present and Future of Data DiscoveryGet Smart: The Present and Future of Data Discovery
Get Smart: The Present and Future of Data Discovery
 
POW! Design Tips for Virtual Facilitators
POW! Design Tips for Virtual FacilitatorsPOW! Design Tips for Virtual Facilitators
POW! Design Tips for Virtual Facilitators
 

Similar to python ppt

How to Get Started or Expand Your Learning Analytics Program
 How to Get Started or Expand Your Learning Analytics Program How to Get Started or Expand Your Learning Analytics Program
How to Get Started or Expand Your Learning Analytics ProgramWatershed
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxShubhamBishnoi14
 
Learning Analytics Primer: Getting Started with Learning and Performance Anal...
Learning Analytics Primer: Getting Started with Learning and Performance Anal...Learning Analytics Primer: Getting Started with Learning and Performance Anal...
Learning Analytics Primer: Getting Started with Learning and Performance Anal...Watershed
 
Data Maturity for Nonprofits: Three Perspectives, Nine Lessons, and Three Ass...
Data Maturity for Nonprofits: Three Perspectives, Nine Lessons, and Three Ass...Data Maturity for Nonprofits: Three Perspectives, Nine Lessons, and Three Ass...
Data Maturity for Nonprofits: Three Perspectives, Nine Lessons, and Three Ass...Karen Graham
 
Human Collective Intelligence: the future of corporate innovation
Human Collective Intelligence: the future of corporate innovationHuman Collective Intelligence: the future of corporate innovation
Human Collective Intelligence: the future of corporate innovationCrowdsourcing Week
 
Defining Adaptive Learning Technology: What it is, how it works, and why it’s...
Defining Adaptive Learning Technology: What it is, how it works, and why it’s...Defining Adaptive Learning Technology: What it is, how it works, and why it’s...
Defining Adaptive Learning Technology: What it is, how it works, and why it’s...DreamBox Learning
 
How AI is transforming learning
How AI is transforming learningHow AI is transforming learning
How AI is transforming learningSprout Labs
 
E-Learning Balancing Act: Good vs Efficient development-web_version092010
E-Learning Balancing Act: Good vs Efficient development-web_version092010E-Learning Balancing Act: Good vs Efficient development-web_version092010
E-Learning Balancing Act: Good vs Efficient development-web_version092010tmharpster
 
THE IMPERATIVE TO BUILD A RESILIENT AND AGILE ORGANIZATION—ONE MINDSET AT A TIME
THE IMPERATIVE TO BUILD A RESILIENT AND AGILE ORGANIZATION—ONE MINDSET AT A TIMETHE IMPERATIVE TO BUILD A RESILIENT AND AGILE ORGANIZATION—ONE MINDSET AT A TIME
THE IMPERATIVE TO BUILD A RESILIENT AND AGILE ORGANIZATION—ONE MINDSET AT A TIMEHuman Capital Media
 
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDSBUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDSHuman Capital Media
 
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDSBUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDSHuman Capital Media
 
Fundamentals of Agile
Fundamentals of AgileFundamentals of Agile
Fundamentals of Agilesparkagility
 
Certifying the Hard Stuff (and the role of learning analytics)
Certifying the Hard Stuff (and the role of learning analytics)Certifying the Hard Stuff (and the role of learning analytics)
Certifying the Hard Stuff (and the role of learning analytics)Simon Buckingham Shum
 
Knowledge Management 3.0 Final Presentation
Knowledge Management 3.0 Final PresentationKnowledge Management 3.0 Final Presentation
Knowledge Management 3.0 Final PresentationKM03
 
Eapp Evaluation
Eapp EvaluationEapp Evaluation
Eapp EvaluationPGAEAPP
 
5 Barriers to Effective Employee Training Programs - Webinar 08.21.14
5 Barriers to Effective Employee Training Programs - Webinar 08.21.145 Barriers to Effective Employee Training Programs - Webinar 08.21.14
5 Barriers to Effective Employee Training Programs - Webinar 08.21.14BizLibrary
 
Folk, A., Blocksidge, K. & Hammons, J. Supporting Faculty to Decode Informati...
Folk, A., Blocksidge, K. & Hammons, J. Supporting Faculty to Decode Informati...Folk, A., Blocksidge, K. & Hammons, J. Supporting Faculty to Decode Informati...
Folk, A., Blocksidge, K. & Hammons, J. Supporting Faculty to Decode Informati...IL Group (CILIP Information Literacy Group)
 
Blended learning and flipped classrooms for data science at Dallas Startup Week
Blended learning and flipped classrooms for data science at Dallas Startup WeekBlended learning and flipped classrooms for data science at Dallas Startup Week
Blended learning and flipped classrooms for data science at Dallas Startup WeekStartupWeekDallas
 

Similar to python ppt (20)

How to Get Started or Expand Your Learning Analytics Program
 How to Get Started or Expand Your Learning Analytics Program How to Get Started or Expand Your Learning Analytics Program
How to Get Started or Expand Your Learning Analytics Program
 
Training_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docxTraining_Report_on_Machine_Learning.docx
Training_Report_on_Machine_Learning.docx
 
Learning Analytics Primer: Getting Started with Learning and Performance Anal...
Learning Analytics Primer: Getting Started with Learning and Performance Anal...Learning Analytics Primer: Getting Started with Learning and Performance Anal...
Learning Analytics Primer: Getting Started with Learning and Performance Anal...
 
Data Maturity for Nonprofits: Three Perspectives, Nine Lessons, and Three Ass...
Data Maturity for Nonprofits: Three Perspectives, Nine Lessons, and Three Ass...Data Maturity for Nonprofits: Three Perspectives, Nine Lessons, and Three Ass...
Data Maturity for Nonprofits: Three Perspectives, Nine Lessons, and Three Ass...
 
Human Collective Intelligence: the future of corporate innovation
Human Collective Intelligence: the future of corporate innovationHuman Collective Intelligence: the future of corporate innovation
Human Collective Intelligence: the future of corporate innovation
 
Defining Adaptive Learning Technology: What it is, how it works, and why it’s...
Defining Adaptive Learning Technology: What it is, how it works, and why it’s...Defining Adaptive Learning Technology: What it is, how it works, and why it’s...
Defining Adaptive Learning Technology: What it is, how it works, and why it’s...
 
How AI is transforming learning
How AI is transforming learningHow AI is transforming learning
How AI is transforming learning
 
E-Learning Balancing Act: Good vs Efficient development-web_version092010
E-Learning Balancing Act: Good vs Efficient development-web_version092010E-Learning Balancing Act: Good vs Efficient development-web_version092010
E-Learning Balancing Act: Good vs Efficient development-web_version092010
 
THE IMPERATIVE TO BUILD A RESILIENT AND AGILE ORGANIZATION—ONE MINDSET AT A TIME
THE IMPERATIVE TO BUILD A RESILIENT AND AGILE ORGANIZATION—ONE MINDSET AT A TIMETHE IMPERATIVE TO BUILD A RESILIENT AND AGILE ORGANIZATION—ONE MINDSET AT A TIME
THE IMPERATIVE TO BUILD A RESILIENT AND AGILE ORGANIZATION—ONE MINDSET AT A TIME
 
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDSBUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
 
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDSBUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
BUSTING E-LEARNING MYTHS: SEPARATING EFFECTIVE TRAINING FROM TRENDS
 
Fundamentals of Agile
Fundamentals of AgileFundamentals of Agile
Fundamentals of Agile
 
Certifying the Hard Stuff (and the role of learning analytics)
Certifying the Hard Stuff (and the role of learning analytics)Certifying the Hard Stuff (and the role of learning analytics)
Certifying the Hard Stuff (and the role of learning analytics)
 
Knowledge Management 3.0 Final Presentation
Knowledge Management 3.0 Final PresentationKnowledge Management 3.0 Final Presentation
Knowledge Management 3.0 Final Presentation
 
Eapp Evaluation
Eapp EvaluationEapp Evaluation
Eapp Evaluation
 
5 Barriers to Effective Employee Training Programs - Webinar 08.21.14
5 Barriers to Effective Employee Training Programs - Webinar 08.21.145 Barriers to Effective Employee Training Programs - Webinar 08.21.14
5 Barriers to Effective Employee Training Programs - Webinar 08.21.14
 
Folk, A., Blocksidge, K. & Hammons, J. Supporting Faculty to Decode Informati...
Folk, A., Blocksidge, K. & Hammons, J. Supporting Faculty to Decode Informati...Folk, A., Blocksidge, K. & Hammons, J. Supporting Faculty to Decode Informati...
Folk, A., Blocksidge, K. & Hammons, J. Supporting Faculty to Decode Informati...
 
Dr. chandrashekar college dunia
Dr. chandrashekar college duniaDr. chandrashekar college dunia
Dr. chandrashekar college dunia
 
Blended learning and flipped classrooms for data science at Dallas Startup Week
Blended learning and flipped classrooms for data science at Dallas Startup WeekBlended learning and flipped classrooms for data science at Dallas Startup Week
Blended learning and flipped classrooms for data science at Dallas Startup Week
 
Training People and Rising Awareness
Training People and Rising AwarenessTraining People and Rising Awareness
Training People and Rising Awareness
 

More from mohammad moinuddin

More from mohammad moinuddin (7)

User management and security
User management and securityUser management and security
User management and security
 
Ivr flow citibank
Ivr flow citibankIvr flow citibank
Ivr flow citibank
 
What is vendor consignment
What is vendor consignmentWhat is vendor consignment
What is vendor consignment
 
Urdu books collection hakeem muhammadd akhtar (r'a)
Urdu books collection   hakeem muhammadd akhtar (r'a)   Urdu books collection   hakeem muhammadd akhtar (r'a)
Urdu books collection hakeem muhammadd akhtar (r'a)
 
Devops
DevopsDevops
Devops
 
Civilenggdrawing
CivilenggdrawingCivilenggdrawing
Civilenggdrawing
 
New microsoft office power point presentation
New microsoft office power point presentationNew microsoft office power point presentation
New microsoft office power point presentation
 

Recently uploaded

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 

Recently uploaded (20)

POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 

python ppt

  • 1. The Big Question Can We Make Computers Self Learn From Data? Monday, December 9, 2019 Slide No : 1Machine Learning By Sathish Yellanki
  • 2. Monday, December 9, 2019 Machine Learning By Sathish Yellanki Slide No : 2 What is Machine Learning?
  • 3. Machine Learning is A Field of Computer Science That Gives Computers The Ability To Learn Without Being Explicitly Programmed Wikipedia Machine Learning is A Type of Artificial Intelligence (AI) That Allows Software Applications To Become More Accurate in Predicting Outcomes Without Being Explicitly Programmed Tech Target Machine Learning is The Science of Getting Computers to Act Without Being Explicitly Programmed Stanford University Monday, December 9, 2019 Slide No : 3Machine Learning By Sathish Yellanki
  • 4. What is The Functional Flow of Machine Learning? Monday, December 9, 2019 Slide No : 4Machine Learning By Sathish Yellanki
  • 5. Monday, December 9, 2019 Machine Learning By Sathish Yellanki Slide No : 5 Real Time Systems Machine Learning Field Stream The Data To Be Analyzed Apply Self-Learning Algorithms Turn The Data into Knowledge Artificial Intelligence Field Is The Goal Achieved? Yes Stop No Re-Analyze The Data
  • 6. What Are The Different Types of Machine Learning Approaches? Monday, December 9, 2019 Slide No : 6Machine Learning By Sathish Yellanki
  • 7. Monday, December 9, 2019 Machine Learning By Sathish Yellanki Slide No : 7 Supervised Learning • Labeled Data • Direct Feedback • Predict Outcome OR Future Un-Supervised Learning • No Labeled • No Feedback • Find Hidden Structure in Data Reinforcement Learning • Decision Process • Reward Systems • Learn Through Series of Actions
  • 8. Supervised Learning Monday, December 9, 2019 Slide No : 8Machine Learning By Sathish Yellanki
  • 9. Where Supervised Learning is More Suitable? • Supervised Learning is More Suitable in “Making Predictions About The Future” What is The Main Goal of Supervised Learning? • Learn A Model From Labeled Training Data Which Allows The End-User To Make Predictions About Unseen OR Future Data. What Does Supervised Learning Refers To? • Supervised Learning Refers To A Set of Samples Where The Desired “Output Signals Called Labels” Are Already Well Known. Monday, December 9, 2019 Slide No : 9Machine Learning By Sathish Yellanki
  • 10. What is The Functional Flow of Supervised Learning? Monday, December 9, 2019 Slide No : 10Machine Learning By Sathish Yellanki
  • 11. Monday, December 9, 2019 Slide No : 11Machine Learning By Sathish Yellanki Training Data With Labels Apply Machine Learning Algorithm Inject New Data Develop A Predictive Model Finalize And Cross Verify The Prediction
  • 12. What Are The Sub-Categories of Supervised Learning? Monday, December 9, 2019 Slide No : 12Machine Learning By Sathish Yellanki
  • 13. Classification Task • The Main Goal is To Predict The Categorical “Class Labels” of New Operational Instances, Based on Past Observations. • Create Possible Classes which Are Discrete To Identify By Properties. • Class Labels Can Be “Binary Class” OR “Multi-Class” By Nature. • Any Label That is Not Part of The Training Dataset is Recognized Correctly. What is Binary Class? • In “Binary Class” The Training Samples Are Labeled Exactly By Two Categories. • The Sample Gets Distributed into Two Different Dimensions on The Graph. What is Multi Class? • In “Multi Class” The Training Samples Are Labeled By Multiple Categories. • The Sample Gets Distributed into Multi Dimensional Axis on The Graph.Monday, December 9, 2019 Slide No : 13Machine Learning By Sathish Yellanki
  • 14. Regression Task • The Main Goal of “Regression Task” is To Predict For Continuous Outcomes. What is The Approach of Regression Analysis? • In “Regression Analysis” The Process is Given A Number of “Predictor Called As Explanatory Variables” And A “Continuous Response Variable Called As Outcome OR Target”, And The Process Should Try To “Find A Relationship Between Those Variables That Allows The Process To Predict An Outcome” What is The Success Factor For Regression Analysis? • “Regression Analysis” Can Be More Successful And Accurate When We Supply • Huge Sample OR Training Data • More Number of Explanatory Variables • Proper Relationship Between The Variables Do We Have Any Classes in Regression Analysis? • In Practical Sense Regression Analysis Does Not Has Classification of Classes.Monday, December 9, 2019 Slide No : 14Machine Learning By Sathish Yellanki
  • 15. Un-Supervised Learning Monday, December 9, 2019 Slide No : 15Machine Learning By Sathish Yellanki
  • 16. Where is Un-Supervised Learning is Applied? • Un-Supervised Learning is Most Prominent in Discovering Hidden Structures. • In Un-Supervised Learning We Deal With Unlabeled Data OR Data of Unknown Structure. Where Un-Supervised Learning is More Suitable? • Explore The Structure of The Data To Extract Meaningful Information Without The Guidance of A Known “Outcome Variable” OR A “Reward Function”. What Does Un-Supervised Learning Refers To? • Un-Supervised Learning Refers To A Set of Samples Where The Desired “Output Signals Called Labels” Are Not Well Known Monday, December 9, 2019 Slide No : 16Machine Learning By Sathish Yellanki
  • 17. What is The Functional Flow of Un-Supervised Learning? Monday, December 9, 2019 Slide No : 17Machine Learning By Sathish Yellanki
  • 18. Monday, December 9, 2019 Slide No : 18Machine Learning By Sathish Yellanki Training Data Without Labels Apply Machine Learning Algorithm Cross Verify The Cluster Develop A Clustered Model Finalize And Cross Verify The Classification
  • 19. What Are The Sub-Categories of Un-Supervised Learning? Monday, December 9, 2019 Slide No : 19Machine Learning By Sathish Yellanki
  • 20. Clustering Concept OR Un-Supervised Classification • The Main Task of Clustering Concept is To Find Sub-Groups Within The Data. What is Clustering Concept? • Clustering is An Exploratory Data Analysis Technique Which Allows The Developer To “Organize A Pile of Information into Meaningful “Subgroups Called Clusters” Without Having Any Prior Knowledge of Their Group Memberships” How De We Finalize The Cluster? • Cluster is Defined With A Group of Objects That “Share A Certain Degree of “Similarity” But Are More “Dissimilar” To Objects” in Other Clusters. What is The Final Outcome of Clustering? • Clustering is A Great Technique if Applied Properly For “Structuring Information And Deriving Meaningful Relationships From Data” Monday, December 9, 2019 Slide No : 20Machine Learning By Sathish Yellanki
  • 21. Dimensionality Reduction • The Main Task of Dimensionality Reduction is Applied For Data Compression. What is Dimensionality Reduction Concept? • Un-Supervised Dimensionality Reduction is A Very Common Technique Used To Remove Noise From Data. What is Most Challenging in Dimensionality Reduction? • Identifying The “Noise” Within The Analyzed Dataset. • Analyzing The Degrading Factor Upon The Predictive Performance of The Algorithm. What is The Final Implementation Concept? • Compress The Data onto A “Smaller Dimensional Subspace” And Retain The Most of The Relevant Information. What is The Final Outcome of Dimensionality Reduction? • A System The is More Comprehensive And Consistent in Presentation. Monday, December 9, 2019 Slide No : 21Machine Learning By Sathish Yellanki
  • 22. Reinforcement Learning Monday, December 9, 2019 Slide No : 22Machine Learning By Sathish Yellanki
  • 23. Where Reinforcement Learning is Applied? • Reinforcement Learning is Used in Solving Interactive Problems. • In Reinforcement Learning We Interact With The Environment To Learn The System in Continuity. What is The Main Goal in Reinforcement Learning? • The Goal is To Develop A “System” Which is Also Called As “Agent” Which Can Improve its Performance Based on “Interactions With The Environment”. What Does Reinforcement Learning Refers To? • In Reinforcement Learning The Information About The Current State of The Environment Generally Includes A “Reward Signal”. • An Agent Can Use Reinforcement Learning To Learn A Series of Actions That Maximizes The Reward Via An Exploratory Trial- And-Error Approach OR Deliberative Planning. Monday, December 9, 2019 Slide No : 23Machine Learning By Sathish Yellanki
  • 24. What is The Functional Flow of Reinforcement Learning? Monday, December 9, 2019 Slide No : 24Machine Learning By Sathish Yellanki
  • 25. Monday, December 9, 2019 Slide No : 25Machine Learning By Sathish Yellanki Agent Environment State Action Reward How Does Reward Maximization is Done? • In General The Agent in Reinforcement Learning Tries To Maximize The Reward By A Series of Interactions With The Operational Environment.