SlideShare a Scribd company logo
1 of 22
MACHINE LEARNING
BASICS
ANTONIO FERNANDES, M.D.
NEURORADIOLOGIST, DEEP LEARNING
ENTHUSIASTIC IN BRAIN AND SPINE IMAGING
Machine Learning
 ML is a method of data analysis that incorporates the utilization of algorithms
that have the capabilities to learn from data without programming
 Computer science svvvv AI (a branch CS) ML (application of AI)
Machine Learning: GET SIMPLE!
 The world is full of data. Then use algorithms to predict and work for you. YOU
CAN NOT AVOID ML
 Machines and computers now do not need to have every detail programmed.
They can be programmed to learn by themselves and to work more efficiently.
 Human mind is multitasking and flexible. Computes are not yet there but each
year they are capable of doing more and more complex things
Neural Networks
 Neural Networks can looks like science fiction but is too real.
 NN are a series of mathematical formulas (algorithms) mimicking human brains
 NN can constantly adapt to new information and changes
 Using NN computers constantly adapt and don’t follow the always the same
instruction (mimicking brains- At least some brains!!)
Neural Networks -Brain
HUMAN GAIN
EXPERIENCE BY
THE 5 SENSES
THE BRAIN PROCESSES THE
INFORMATION AND
COMPARE WITH PREVIOUS
EXPERIENCES
CONLCUSION
SIMILAR TO
ML AND NN
PASSWAYS
OF THINKING
are constantly
shifting
between
billions of
neurons
DATA, KNOWLEDGE, ALGORITHMS
 Data is one resource that continues to grow
 AI turns Data into knowledge since in the past human being would be needed to
analyze large amounts of data.
 Algorithms – instead of a rigid code the data becomes parts of an algorithm and
the machine creates its own reasoning
 Example of algorithm: the email can be send to spam, social etc based on
different patterns that are constantly chancing
3 Types of ML
 SUPERVISED LEARNING – requires an input of data. Supervised because it requires human input to ensure the computer has the
right data. The goal is to learn from “labelled data”.
 (Classification - goal of predicting under which class new instances would be place e.g. spam email)
 (Regression – predict of continuous outcomes e.g. Analyzis of the length of study for SAT and the score for a population of students)
 UNSUPERVISED LEARNING – the computer does not have all the information to make a decision. May have some data.
 (Clustering – technique which let us organize a great amount of data into subgroup or clusters. E.g. marketers use this to determine
specific customer groups)
 (Dimensionality Reduction – compress the data sot it fits into a smaller subspace while keeping the relevant information intact)
 (Semi-supervised –blend of supervised and reinforcement learning).
 REINFORCEMENT LEARNING – goal is to develop a system that can improve its performance. The computer knows when to move
but will readjust it when it does some mistakes. E.g. Chess (the move depends on the environment).
PROCESS/training models
 Preparation (pre-processing) the raw data is the most important step of any ML
application.
 Important to choose the correct model between different algorithms: How can we
do that? We should have a training dataset and a validation dataset.
 The parameters should only be obtained from the training dataset and then
applied to the test dataset.
.
PROBLEMS OF MACHINE
LEARNING
ISSUES/PROBLEMS OF ML
 ML is still evolving and still being used every day
 E.g.1 Natural Language Processing – because different languages and accents –
challenges for Cortana, Alexa and Siri.
 With stabilized reinforcement learning the ability to control robotics would open
up endless possibilities
 GAN-Generative Adversarial Networks-set of algorithms implemented in 2 NN
working against each other. But they can crash!
 ML does not have many problems but it is still in its infancy
Problems with ML not yet solved
 Variable event space
 Processing languages – there is no context understanding yet.
 Facial identification –not yet perfect e.g. doesn’t recognize a female with makeup
 Automated learning is a big part of ML: Leaning has to come from a variety of
resources. E.g. IBM Watson
 3 way human rule not yet achieved by ML: take an image, gives it a type and then
gives it a description.
 A lot of memory space is need to collect all the data
Examples of problems solved
 Most of email spam actually goes to spam
 ML can learn about your credit card spending and if something is not usual can
alert as stolen
 ML can read post codes in envelopes
 Facial recognition to unlock the device, passports at the airport
 Similar suggestions by Amazon (Website algorithm)
 Babylon for symptoms
 Stocks: when to hold, buy or sell
Examples of problems solved
 Most of email spam actually goes to spam
 ML can learn about your credit card spending and if something is not usual can
alert as stolen
 ML can read post codes in envelopes
 Facial recognition to unlock the device, passports at the airport
 Similar suggestions by Amazon (Website algorithm)
 Babylon for symptoms
 Stocks: when to hold, buy or sell
Where ML is used
 Autopilot airplanes
 Search engines
 Language translation
 Facebook newsfeed is personalized for you as well as You Tube, Amazon
 IMPORTANT: If you have a large dataset in your organization, high quality and
then use it to improve.
The concept of Neural Networks
 Similar to neurons in Brain, with inter-conextions.
 Several layers of this neurons and each layer has its own purpose.
 TYPES OF NN
 A) CONVOLUTIONAL NEURAL NETWORKS (CNN)
 Your brain can instantly recognize a photo of your mother or a bird for instances. For computers
this is complex and they have to use CNN
 Used for image recognition, because it adapts the algorithms.
 B) PERCEPTION (binary function that produces 1 or zero) AND BACKPROPAGATION ( gradient
moves from the last layer till the first layer. Basically goes back to correct the errors. It is a trial
and error method. Uses successive iteration (or attempt).
Neural Networks and AI
 AI is the science of developing machines that have the ability to constantly
increase their intelligence.
 Computers can learn but not think. To try to overcome those obstacles a unique
form of ML has been developed – this is AI
 Some tasks such as identify text is so commonplace that is no longer consider AI.
Computers said to have AI are those that are able to play chess, self-driving-cars
etc
AI and Medicine
 E.g. IBM Watson -cognitive computer used for healthcare.
 Areas:
 - Data management
– choose the right therapy for cancer
- -The Deep Genomics – doctors can find what is inside the cells
- -speed up the clinical trials
- -recognizing patterns of radiology images
AI and Finance
 E.g. Weathfront – analyses the patter of spending and gives advice
 JP Morgan uses AI to extract important data from legal documents saving
annually 360 000 hours of manpower
 AI is in most of the finance companies to save money and increase revenue
 AI used to calculate parameters beyond human capacities
 Get important information from contracts
 Inspections that goes beyond human accuracy
- COUNTLESS APLICATIONS
AI in translation and game playing
TRANSLATION
 Machine makes clusters of words e.g. trees and leaves and this pattern is similar
in different languages.
 A way to test and learn is translate from language A to B and than back from B to
A. If it is different the machine self corrects.
GAMING
The gaming world is the safest environment where scientific problem solving can
work in harmony with creativity.
Using AI two players can be in different part of the world.
Deep Learning
 Sub-type of AI using Neural Networks
 With Deep Learning the computer is capable of making continuous adjustments
in order to improve its performance every time it is used
 E.g. Google to predict what websites you will must likely to visit
 Deep learning – e.g. automatically create a record of the number of vehicles that
pass thought a certain point on a public road (categorize the model, the maker,
the colour etc –difficult for an human to be standing taking care of the task.
 Pattern recognition – e.g. to expand the internet of things by collecting data from
any device that is connected to the internet.
Challenges
 The most advanced NN are pretty primitive when compared to the human brain
 Delta Rule- most common rule to train a NN. The input and output vectors are
compared and results adjusted using different algorithms that are already in the
system.
IMPORTANT NOTE
 Machine Learning for Beginners. Guide to understanding Machine Learning.
Matthew Kinsey. 2018.
 This presentation is a brief summary using sentences of the book above and is
used without any permition of the trademarks, brands or authors. This is for
clarifying purposes only.
 Do you want to join a Deep Learning Research Project/Start-up in Radiology:
email me please: afernandes@s24global.com

More Related Content

What's hot

Machine Learning
Machine LearningMachine Learning
Machine LearningVivek Garg
 
Machine Learning Basics
Machine Learning BasicsMachine Learning Basics
Machine Learning BasicsSuresh Arora
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningRahul Jain
 
Machine learning
Machine learningMachine learning
Machine learningWes Eklund
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)SwatiTripathi44
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningEng Teong Cheah
 
ML Label engineering and N-Hot Encoders
ML Label engineering and N-Hot EncodersML Label engineering and N-Hot Encoders
ML Label engineering and N-Hot EncodersMor Krispil
 
How artificial intelligence is transforming the e commerce industry
How artificial intelligence is transforming the e commerce industryHow artificial intelligence is transforming the e commerce industry
How artificial intelligence is transforming the e commerce industryCountants
 
Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2Ankit Gupta
 
MACHINE LEARNING PPT(ML) rohit.pptx
MACHINE LEARNING  PPT(ML) rohit.pptxMACHINE LEARNING  PPT(ML) rohit.pptx
MACHINE LEARNING PPT(ML) rohit.pptxNikhilRanaCSELEET005
 
Machine Learning
Machine LearningMachine Learning
Machine LearningShrey Malik
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine LearningKnoldus Inc.
 
Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning Emad Nabil
 
The future of machine learning platform
The future of machine learning platformThe future of machine learning platform
The future of machine learning platformGAVS Technologies
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learningbutest
 

What's hot (20)

Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning Basics
Machine Learning BasicsMachine Learning Basics
Machine Learning Basics
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
ML Label engineering and N-Hot Encoders
ML Label engineering and N-Hot EncodersML Label engineering and N-Hot Encoders
ML Label engineering and N-Hot Encoders
 
Machine learning
Machine learning Machine learning
Machine learning
 
supervised learning
supervised learningsupervised learning
supervised learning
 
How artificial intelligence is transforming the e commerce industry
How artificial intelligence is transforming the e commerce industryHow artificial intelligence is transforming the e commerce industry
How artificial intelligence is transforming the e commerce industry
 
Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2Intro/Overview on Machine Learning Presentation -2
Intro/Overview on Machine Learning Presentation -2
 
Machine learning
Machine learningMachine learning
Machine learning
 
MACHINE LEARNING PPT(ML) rohit.pptx
MACHINE LEARNING  PPT(ML) rohit.pptxMACHINE LEARNING  PPT(ML) rohit.pptx
MACHINE LEARNING PPT(ML) rohit.pptx
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Deep Learning
Deep LearningDeep Learning
Deep Learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine Learning
 
Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning Introduction to Artificial Intelligence and Machine Learning
Introduction to Artificial Intelligence and Machine Learning
 
The future of machine learning platform
The future of machine learning platformThe future of machine learning platform
The future of machine learning platform
 
An introduction to Machine Learning
An introduction to Machine LearningAn introduction to Machine Learning
An introduction to Machine Learning
 

Similar to Artificial intelligence slides beginners

Webinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeeverWebinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeeversmckeever
 
The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)RR IT Zone
 
Everything You Need to Know About Computer Vision
Everything You Need to Know About Computer VisionEverything You Need to Know About Computer Vision
Everything You Need to Know About Computer VisionKavika Roy
 
AI | Explore Machine Learning
AI | Explore Machine LearningAI | Explore Machine Learning
AI | Explore Machine LearningEqraKhattak
 
Data science dec ppt
Data science dec pptData science dec ppt
Data science dec pptsterlingit
 
Machine learning introduction
Machine learning introductionMachine learning introduction
Machine learning introductionathirakurup3
 
Machine Learning Ch 1.ppt
Machine Learning Ch 1.pptMachine Learning Ch 1.ppt
Machine Learning Ch 1.pptARVIND SARDAR
 
Lect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdfLect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdfHassanElalfy4
 
Ai artificial intelligence professional vocabulary collection
Ai artificial intelligence professional vocabulary collectionAi artificial intelligence professional vocabulary collection
Ai artificial intelligence professional vocabulary collectionRuchi Jain
 
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...eswaralaldevadoss
 
Artificial_intelligence.pptx
Artificial_intelligence.pptxArtificial_intelligence.pptx
Artificial_intelligence.pptxjohn6938
 
Machine learning
Machine learningMachine learning
Machine learningeonx_32
 
A quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - TechaheadA quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - TechaheadJatin Sapra
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationAnkit Gupta
 
ARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptxARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptxParveshSachdev
 
Supervised Machine Learning Techniques common algorithms and its application
Supervised Machine Learning Techniques common algorithms and its applicationSupervised Machine Learning Techniques common algorithms and its application
Supervised Machine Learning Techniques common algorithms and its applicationTara ram Goyal
 
Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learningGovind Mudumbai
 

Similar to Artificial intelligence slides beginners (20)

machine learning
machine learningmachine learning
machine learning
 
Webinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeeverWebinar trends in machine learning ce adar july 9 2020 susan mckeever
Webinar trends in machine learning ce adar july 9 2020 susan mckeever
 
The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)The Ultimate Guide to Machine Learning (ML)
The Ultimate Guide to Machine Learning (ML)
 
Everything You Need to Know About Computer Vision
Everything You Need to Know About Computer VisionEverything You Need to Know About Computer Vision
Everything You Need to Know About Computer Vision
 
AI | Explore Machine Learning
AI | Explore Machine LearningAI | Explore Machine Learning
AI | Explore Machine Learning
 
Data science dec ppt
Data science dec pptData science dec ppt
Data science dec ppt
 
Machine learning introduction
Machine learning introductionMachine learning introduction
Machine learning introduction
 
Machine Learning Ch 1.ppt
Machine Learning Ch 1.pptMachine Learning Ch 1.ppt
Machine Learning Ch 1.ppt
 
Lect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdfLect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdf
 
Ai artificial intelligence professional vocabulary collection
Ai artificial intelligence professional vocabulary collectionAi artificial intelligence professional vocabulary collection
Ai artificial intelligence professional vocabulary collection
 
Deep learning
Deep learningDeep learning
Deep learning
 
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
 
Artificial_intelligence.pptx
Artificial_intelligence.pptxArtificial_intelligence.pptx
Artificial_intelligence.pptx
 
Machine learning
Machine learningMachine learning
Machine learning
 
A quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - TechaheadA quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - Techahead
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
 
ARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptxARTIFICIAL INTELLIGENCE-New.pptx
ARTIFICIAL INTELLIGENCE-New.pptx
 
Machine learning
Machine learningMachine learning
Machine learning
 
Supervised Machine Learning Techniques common algorithms and its application
Supervised Machine Learning Techniques common algorithms and its applicationSupervised Machine Learning Techniques common algorithms and its application
Supervised Machine Learning Techniques common algorithms and its application
 
Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learning
 

Recently uploaded

hyderabad call girl.pdfRussian Call Girls in Hyderabad Amrita 9907093804 Inde...
hyderabad call girl.pdfRussian Call Girls in Hyderabad Amrita 9907093804 Inde...hyderabad call girl.pdfRussian Call Girls in Hyderabad Amrita 9907093804 Inde...
hyderabad call girl.pdfRussian Call Girls in Hyderabad Amrita 9907093804 Inde...delhimodelshub1
 
Call Girl Gurgaon Saloni 9711199012 Independent Escort Service Gurgaon
Call Girl Gurgaon Saloni 9711199012 Independent Escort Service GurgaonCall Girl Gurgaon Saloni 9711199012 Independent Escort Service Gurgaon
Call Girl Gurgaon Saloni 9711199012 Independent Escort Service GurgaonCall Girls Service Gurgaon
 
Call Girls Madhapur 7001305949 all area service COD available Any Time
Call Girls Madhapur 7001305949 all area service COD available Any TimeCall Girls Madhapur 7001305949 all area service COD available Any Time
Call Girls Madhapur 7001305949 all area service COD available Any Timedelhimodelshub1
 
Call Girls Secunderabad 7001305949 all area service COD available Any Time
Call Girls Secunderabad 7001305949 all area service COD available Any TimeCall Girls Secunderabad 7001305949 all area service COD available Any Time
Call Girls Secunderabad 7001305949 all area service COD available Any Timedelhimodelshub1
 
Call Girls Service Chandigarh Grishma ❤️🍑 9907093804 👄🫦 Independent Escort Se...
Call Girls Service Chandigarh Grishma ❤️🍑 9907093804 👄🫦 Independent Escort Se...Call Girls Service Chandigarh Grishma ❤️🍑 9907093804 👄🫦 Independent Escort Se...
Call Girls Service Chandigarh Grishma ❤️🍑 9907093804 👄🫦 Independent Escort Se...High Profile Call Girls Chandigarh Aarushi
 
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service HyderabadVIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabaddelhimodelshub1
 
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call NowKukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call NowHyderabad Call Girls Services
 
Russian Call Girls Hyderabad Saloni 9907093804 Independent Escort Service Hyd...
Russian Call Girls Hyderabad Saloni 9907093804 Independent Escort Service Hyd...Russian Call Girls Hyderabad Saloni 9907093804 Independent Escort Service Hyd...
Russian Call Girls Hyderabad Saloni 9907093804 Independent Escort Service Hyd...delhimodelshub1
 
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in LucknowRussian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknowgragteena
 
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service MohaliCall Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service MohaliHigh Profile Call Girls Chandigarh Aarushi
 
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...delhimodelshub1
 
Basics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptxBasics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptxAyush Gupta
 
Local Housewife and effective ☎️ 8250192130 🍉🍓 Sexy Girls VIP Call Girls Chan...
Local Housewife and effective ☎️ 8250192130 🍉🍓 Sexy Girls VIP Call Girls Chan...Local Housewife and effective ☎️ 8250192130 🍉🍓 Sexy Girls VIP Call Girls Chan...
Local Housewife and effective ☎️ 8250192130 🍉🍓 Sexy Girls VIP Call Girls Chan...Russian Call Girls Amritsar
 
Call Girl Chandigarh Mallika ❤️🍑 9907093804 👄🫦 Independent Escort Service Cha...
Call Girl Chandigarh Mallika ❤️🍑 9907093804 👄🫦 Independent Escort Service Cha...Call Girl Chandigarh Mallika ❤️🍑 9907093804 👄🫦 Independent Escort Service Cha...
Call Girl Chandigarh Mallika ❤️🍑 9907093804 👄🫦 Independent Escort Service Cha...High Profile Call Girls Chandigarh Aarushi
 
Russian Call Girls in Goa Samaira 7001305949 Independent Escort Service Goa
Russian Call Girls in Goa Samaira 7001305949 Independent Escort Service GoaRussian Call Girls in Goa Samaira 7001305949 Independent Escort Service Goa
Russian Call Girls in Goa Samaira 7001305949 Independent Escort Service Goanarwatsonia7
 

Recently uploaded (20)

hyderabad call girl.pdfRussian Call Girls in Hyderabad Amrita 9907093804 Inde...
hyderabad call girl.pdfRussian Call Girls in Hyderabad Amrita 9907093804 Inde...hyderabad call girl.pdfRussian Call Girls in Hyderabad Amrita 9907093804 Inde...
hyderabad call girl.pdfRussian Call Girls in Hyderabad Amrita 9907093804 Inde...
 
Call Girl Gurgaon Saloni 9711199012 Independent Escort Service Gurgaon
Call Girl Gurgaon Saloni 9711199012 Independent Escort Service GurgaonCall Girl Gurgaon Saloni 9711199012 Independent Escort Service Gurgaon
Call Girl Gurgaon Saloni 9711199012 Independent Escort Service Gurgaon
 
Call Girls Madhapur 7001305949 all area service COD available Any Time
Call Girls Madhapur 7001305949 all area service COD available Any TimeCall Girls Madhapur 7001305949 all area service COD available Any Time
Call Girls Madhapur 7001305949 all area service COD available Any Time
 
Call Girls Secunderabad 7001305949 all area service COD available Any Time
Call Girls Secunderabad 7001305949 all area service COD available Any TimeCall Girls Secunderabad 7001305949 all area service COD available Any Time
Call Girls Secunderabad 7001305949 all area service COD available Any Time
 
Call Girls Service Chandigarh Grishma ❤️🍑 9907093804 👄🫦 Independent Escort Se...
Call Girls Service Chandigarh Grishma ❤️🍑 9907093804 👄🫦 Independent Escort Se...Call Girls Service Chandigarh Grishma ❤️🍑 9907093804 👄🫦 Independent Escort Se...
Call Girls Service Chandigarh Grishma ❤️🍑 9907093804 👄🫦 Independent Escort Se...
 
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service HyderabadVIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
 
Call Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service Dehradun
Call Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service DehradunCall Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service Dehradun
Call Girl Dehradun Aashi 🔝 7001305949 🔝 💃 Independent Escort Service Dehradun
 
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call NowKukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
Kukatpally Call Girls Services 9907093804 High Class Babes Here Call Now
 
Russian Call Girls Hyderabad Saloni 9907093804 Independent Escort Service Hyd...
Russian Call Girls Hyderabad Saloni 9907093804 Independent Escort Service Hyd...Russian Call Girls Hyderabad Saloni 9907093804 Independent Escort Service Hyd...
Russian Call Girls Hyderabad Saloni 9907093804 Independent Escort Service Hyd...
 
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in LucknowRussian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
 
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service MohaliCall Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
 
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
 
Call Girls in Lucknow Esha 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
Call Girls in Lucknow Esha 🔝 8923113531  🔝 🎶 Independent Escort Service LucknowCall Girls in Lucknow Esha 🔝 8923113531  🔝 🎶 Independent Escort Service Lucknow
Call Girls in Lucknow Esha 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
 
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
 
Basics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptxBasics of Anatomy- Language of Anatomy.pptx
Basics of Anatomy- Language of Anatomy.pptx
 
College Call Girls Dehradun Kavya 🔝 7001305949 🔝 📍 Independent Escort Service...
College Call Girls Dehradun Kavya 🔝 7001305949 🔝 📍 Independent Escort Service...College Call Girls Dehradun Kavya 🔝 7001305949 🔝 📍 Independent Escort Service...
College Call Girls Dehradun Kavya 🔝 7001305949 🔝 📍 Independent Escort Service...
 
Call Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service Guwahati
Call Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service GuwahatiCall Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service Guwahati
Call Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service Guwahati
 
Local Housewife and effective ☎️ 8250192130 🍉🍓 Sexy Girls VIP Call Girls Chan...
Local Housewife and effective ☎️ 8250192130 🍉🍓 Sexy Girls VIP Call Girls Chan...Local Housewife and effective ☎️ 8250192130 🍉🍓 Sexy Girls VIP Call Girls Chan...
Local Housewife and effective ☎️ 8250192130 🍉🍓 Sexy Girls VIP Call Girls Chan...
 
Call Girl Chandigarh Mallika ❤️🍑 9907093804 👄🫦 Independent Escort Service Cha...
Call Girl Chandigarh Mallika ❤️🍑 9907093804 👄🫦 Independent Escort Service Cha...Call Girl Chandigarh Mallika ❤️🍑 9907093804 👄🫦 Independent Escort Service Cha...
Call Girl Chandigarh Mallika ❤️🍑 9907093804 👄🫦 Independent Escort Service Cha...
 
Russian Call Girls in Goa Samaira 7001305949 Independent Escort Service Goa
Russian Call Girls in Goa Samaira 7001305949 Independent Escort Service GoaRussian Call Girls in Goa Samaira 7001305949 Independent Escort Service Goa
Russian Call Girls in Goa Samaira 7001305949 Independent Escort Service Goa
 

Artificial intelligence slides beginners

  • 1. MACHINE LEARNING BASICS ANTONIO FERNANDES, M.D. NEURORADIOLOGIST, DEEP LEARNING ENTHUSIASTIC IN BRAIN AND SPINE IMAGING
  • 2. Machine Learning  ML is a method of data analysis that incorporates the utilization of algorithms that have the capabilities to learn from data without programming  Computer science svvvv AI (a branch CS) ML (application of AI)
  • 3. Machine Learning: GET SIMPLE!  The world is full of data. Then use algorithms to predict and work for you. YOU CAN NOT AVOID ML  Machines and computers now do not need to have every detail programmed. They can be programmed to learn by themselves and to work more efficiently.  Human mind is multitasking and flexible. Computes are not yet there but each year they are capable of doing more and more complex things
  • 4. Neural Networks  Neural Networks can looks like science fiction but is too real.  NN are a series of mathematical formulas (algorithms) mimicking human brains  NN can constantly adapt to new information and changes  Using NN computers constantly adapt and don’t follow the always the same instruction (mimicking brains- At least some brains!!)
  • 5. Neural Networks -Brain HUMAN GAIN EXPERIENCE BY THE 5 SENSES THE BRAIN PROCESSES THE INFORMATION AND COMPARE WITH PREVIOUS EXPERIENCES CONLCUSION SIMILAR TO ML AND NN PASSWAYS OF THINKING are constantly shifting between billions of neurons
  • 6. DATA, KNOWLEDGE, ALGORITHMS  Data is one resource that continues to grow  AI turns Data into knowledge since in the past human being would be needed to analyze large amounts of data.  Algorithms – instead of a rigid code the data becomes parts of an algorithm and the machine creates its own reasoning  Example of algorithm: the email can be send to spam, social etc based on different patterns that are constantly chancing
  • 7. 3 Types of ML  SUPERVISED LEARNING – requires an input of data. Supervised because it requires human input to ensure the computer has the right data. The goal is to learn from “labelled data”.  (Classification - goal of predicting under which class new instances would be place e.g. spam email)  (Regression – predict of continuous outcomes e.g. Analyzis of the length of study for SAT and the score for a population of students)  UNSUPERVISED LEARNING – the computer does not have all the information to make a decision. May have some data.  (Clustering – technique which let us organize a great amount of data into subgroup or clusters. E.g. marketers use this to determine specific customer groups)  (Dimensionality Reduction – compress the data sot it fits into a smaller subspace while keeping the relevant information intact)  (Semi-supervised –blend of supervised and reinforcement learning).  REINFORCEMENT LEARNING – goal is to develop a system that can improve its performance. The computer knows when to move but will readjust it when it does some mistakes. E.g. Chess (the move depends on the environment).
  • 8. PROCESS/training models  Preparation (pre-processing) the raw data is the most important step of any ML application.  Important to choose the correct model between different algorithms: How can we do that? We should have a training dataset and a validation dataset.  The parameters should only be obtained from the training dataset and then applied to the test dataset.
  • 10. ISSUES/PROBLEMS OF ML  ML is still evolving and still being used every day  E.g.1 Natural Language Processing – because different languages and accents – challenges for Cortana, Alexa and Siri.  With stabilized reinforcement learning the ability to control robotics would open up endless possibilities  GAN-Generative Adversarial Networks-set of algorithms implemented in 2 NN working against each other. But they can crash!  ML does not have many problems but it is still in its infancy
  • 11. Problems with ML not yet solved  Variable event space  Processing languages – there is no context understanding yet.  Facial identification –not yet perfect e.g. doesn’t recognize a female with makeup  Automated learning is a big part of ML: Leaning has to come from a variety of resources. E.g. IBM Watson  3 way human rule not yet achieved by ML: take an image, gives it a type and then gives it a description.  A lot of memory space is need to collect all the data
  • 12. Examples of problems solved  Most of email spam actually goes to spam  ML can learn about your credit card spending and if something is not usual can alert as stolen  ML can read post codes in envelopes  Facial recognition to unlock the device, passports at the airport  Similar suggestions by Amazon (Website algorithm)  Babylon for symptoms  Stocks: when to hold, buy or sell
  • 13. Examples of problems solved  Most of email spam actually goes to spam  ML can learn about your credit card spending and if something is not usual can alert as stolen  ML can read post codes in envelopes  Facial recognition to unlock the device, passports at the airport  Similar suggestions by Amazon (Website algorithm)  Babylon for symptoms  Stocks: when to hold, buy or sell
  • 14. Where ML is used  Autopilot airplanes  Search engines  Language translation  Facebook newsfeed is personalized for you as well as You Tube, Amazon  IMPORTANT: If you have a large dataset in your organization, high quality and then use it to improve.
  • 15. The concept of Neural Networks  Similar to neurons in Brain, with inter-conextions.  Several layers of this neurons and each layer has its own purpose.  TYPES OF NN  A) CONVOLUTIONAL NEURAL NETWORKS (CNN)  Your brain can instantly recognize a photo of your mother or a bird for instances. For computers this is complex and they have to use CNN  Used for image recognition, because it adapts the algorithms.  B) PERCEPTION (binary function that produces 1 or zero) AND BACKPROPAGATION ( gradient moves from the last layer till the first layer. Basically goes back to correct the errors. It is a trial and error method. Uses successive iteration (or attempt).
  • 16. Neural Networks and AI  AI is the science of developing machines that have the ability to constantly increase their intelligence.  Computers can learn but not think. To try to overcome those obstacles a unique form of ML has been developed – this is AI  Some tasks such as identify text is so commonplace that is no longer consider AI. Computers said to have AI are those that are able to play chess, self-driving-cars etc
  • 17. AI and Medicine  E.g. IBM Watson -cognitive computer used for healthcare.  Areas:  - Data management – choose the right therapy for cancer - -The Deep Genomics – doctors can find what is inside the cells - -speed up the clinical trials - -recognizing patterns of radiology images
  • 18. AI and Finance  E.g. Weathfront – analyses the patter of spending and gives advice  JP Morgan uses AI to extract important data from legal documents saving annually 360 000 hours of manpower  AI is in most of the finance companies to save money and increase revenue  AI used to calculate parameters beyond human capacities  Get important information from contracts  Inspections that goes beyond human accuracy - COUNTLESS APLICATIONS
  • 19. AI in translation and game playing TRANSLATION  Machine makes clusters of words e.g. trees and leaves and this pattern is similar in different languages.  A way to test and learn is translate from language A to B and than back from B to A. If it is different the machine self corrects. GAMING The gaming world is the safest environment where scientific problem solving can work in harmony with creativity. Using AI two players can be in different part of the world.
  • 20. Deep Learning  Sub-type of AI using Neural Networks  With Deep Learning the computer is capable of making continuous adjustments in order to improve its performance every time it is used  E.g. Google to predict what websites you will must likely to visit  Deep learning – e.g. automatically create a record of the number of vehicles that pass thought a certain point on a public road (categorize the model, the maker, the colour etc –difficult for an human to be standing taking care of the task.  Pattern recognition – e.g. to expand the internet of things by collecting data from any device that is connected to the internet.
  • 21. Challenges  The most advanced NN are pretty primitive when compared to the human brain  Delta Rule- most common rule to train a NN. The input and output vectors are compared and results adjusted using different algorithms that are already in the system.
  • 22. IMPORTANT NOTE  Machine Learning for Beginners. Guide to understanding Machine Learning. Matthew Kinsey. 2018.  This presentation is a brief summary using sentences of the book above and is used without any permition of the trademarks, brands or authors. This is for clarifying purposes only.  Do you want to join a Deep Learning Research Project/Start-up in Radiology: email me please: afernandes@s24global.com