1 / 24

Machine Learning

Machine Learning. Learning agent. Any other agent. Learning agent. learning element: responsible for making improvements performance element : responsible for selecting external actions

Download Presentation

Machine Learning

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Machine Learning

  2. Learning agent Any other agent

  3. Learning agent • learning element: responsible for making improvements • performance element : responsible for selecting external actions • critic : gives feedback to the learning element on how the agent is doing with respect to a fixed performance standard and determines how the performance element should be modified to do better in the future. • problem generator : responsible for suggesting actions that will lead to new and informative experiences

  4. Structural organization of levels in biological nervous systems.

  5. Human brain

  6. Artificial neurons Neurons work by processing information. x1 x2 x3 … xn-1 xn w1 Output w2 Inputs y w3 . . . wn-1 wn The McCullogh-Pitts model

  7. Artificial neural network (ANN) • is a mathematical model or computational model based on biological neural networks • Artificial Neural Network consists of neurons arranged in layers • Neurons act as parallel processor • Neurons are connected with each other vi connection. • there are weights associated with connections • Implementation: • Learning • testing

  8. Artificial neural networks Output Inputs An artificial neural network is composed of many artificial neurons that are linked together according to a specific network architecture. The objective of the neural network is to transform the inputs into meaningful outputs.

  9. Artificial neural networks • Dendrites: Input Layer • Axon : Output Layer • Soma: Net( weighted sum of input y_in) and activation function • Synapse: Weights

  10. Why use ANN? -Adaptive learning: An ability to learn how to do tasks based on the data given for training or initial experience. -Self-Organization: An ANN can create its own organization or representation of the information it receives during learning time. -Real Time Operation: ANN computations may be carried out in parallel, and special hardware devices are being designed and manufactured which take advantage of this capability. -Fault Tolerance via Redundant Information Coding: Partial destruction of a network leads to the corresponding degradation of performance. However, some network capabilities may be retained even with major network damage.

  11. ANN Characterization • ANN can be characterized by: • Activation function • Weights Adjustment (learning algorithm) • Architecture

  12. Learning Algorithm • Learning in ANN is Weights adjustment to • get desired output • To minimize the error • To gain more experience • Learning • Supervised • unsupervised

  13. Supervised Learning • There is supervisor during learning process • Input and output are known • The job of ANN is to classify any new input according to known classes • Example : teaching baby the difference pens and other things • LVQ (learning vector quantization)

  14. Unsupervised learning • Input known but output unknown • The classes are unknown to ANN • Job of ANN is to find similarities between input and divide them into categories (cluster) • SOM (Self organizing map)

  15. Architecture • Feed forward • allow signals to travel one way only; from input to output. • There is no feedback (loops) Multi layer

  16. Architecture • Feedback networks • signals travelling in both directions by introducing loops in the network

  17. Decision Tree Representation Outlook Sunny Rain Overcast Humidity Wind Yes High Weak Normal Strong Yes No Yes No Decision Tree for the concept PlayTennis

  18. Pattern recognition system.

  19. Flow chart of machine learning for pattern recognition.

  20. Bayes classifier

  21. Approaches

  22. Birds Things Animals Cars What is a Concept? • A Concept is a a subset of objects or events defined over a larger set [Example: The concept of a bird is the subset of all objects (i.e., the set of all things or all animals) that belong to the category of bird.]

  23. What is Concept-Learning? • Given a set of examples labeled as members or non-members of a concept, concept-learning consists of automatically inferring the general definition of this concept. • In other words, concept-learning consists of approximating a boolean-valued function from training examples of its input and output.

  24. Thanks

More Related