ARTIFICIAL INTEIGENCE Flashcards
What is Supervised learning
Enables learning by mapping an input to an ouput based on examples input-output pairs
What is reinforcedment learning
Enables ñearning in an interactive environment by trial and error using its own experiences
What is Unsupervised learning
Enables leaning by allowing the process to discover patterns on its own that were previously undetected
What is Deep learning
-Deep learning is based on an artificial neural network but one with many hidden layers.
-Where the highest-level hidden layers are responsible for more abstract processing in an attempt to match the behaviour of the human brain.
What is Neural Network
-An artificial neural network is modelled on how the human brain works.
-The system contains nodes that are artificial neurons,
… which can receive input from other nodes or from outside of the system
…and can create an output
…that depends on the inputs and an activation function.
What is Machine leaning
-In machine learning a system has a task or tasks to perform
…for which the level of success can be judged.
-Depending on the level of success the system can adjust its methods
…to improve its performance.
-The learning can be supervised or
unsupervised (1).
Purpose of A* and Dijkstra algorithm
-To find the optimal route
…between two nodes
…based on a distance/cost