Artificial Intelligence Flashcards
Explain the use of graphs to aid Artificial Intelligence.
Artificial Neural Networks can be represented using graphs.
Graphs provide relationships between nodes.
Graphs can be analyzed by using a range of algorighms E.g: A* and Dijksta’s algorithm used in machine learning.
Ai problems can be solved as finding a path in a graph.
State the reason for having multiple hidden layers in an artificial neural network.
Enables deep learning to take place
To improve the accuracy of the result
If a problem has more complexity it will require more layers to solve
What is back propagation?
Training program is Iterative
The errors are propagated back into the nural networks in order to update the initial netwrok weightings
The training process is repeated until the desired output is obtained.
Describe the process of Back Propagation
Initial output from the system is compared to the expected output.
The system weightings are adjusted to mminimize the difference between actual and expected output.
Once the errors in the output has been eliminated, the neural network is working correctly.
If the errors are still too large, the weightings are adjusted.
What is Regression.
It is used to make predictions from given data by learning some relationship between the input and output
Explain how Artificial Neural Netwroks enable machine learning.
Artificial Neural networks are meant to replicate how human brains work.
Weights are assisgned for each connection etween nodes
The data are input at the input layer and passed into the system.
They are analyzed at each hidden layer where output is calculated
The process of learning is reapeted many times to achieve desired output.
What is the difference between Machine Learning and Deep learning?
1) Machine learning enables machines to make desicions on their own based on past data.
Deep learning enables machines to make desicions based on Artificial Neural Network
2) Machine Learning needs small amount of data to carry out Training
Deep learning requires large amount of data during training
Describe three catagories of Machine Learning.
1)Supervised Learning:
The model learns from Labeled data, to predict outputs for new, similar inputs.
2)Unsupervised Learning:
The Model finds patterns or Groupings in unlabled data.
3)Reinforcement Learning:
An agent learns by taking actions and getting feedback as rewards or penalties