Question: Introduction to Artificial Intelligence ( CIS 3 1 6 ) Tutorial Machine Learning - Neural Networks Exercise 1 . The input to a single input
Introduction to Artificial Intelligence CIS
Tutorial
Machine Learning Neural Networks
Exercise
The input to a single input perceptron is its weight is and its bias threshold is a What is the net input to the transfer function? b What is the output if the transfer function is a i a step function ii a sigmoid function? Answers:
Exercise
Given a twoinput neuron with the following parameters: bias, weight and input vectors are: and, calculate the neuron output for the transfer functions a step function b sigmoid function. Answer: input to the transfer function is
Exercise
A single layer neural network is to have six inputs and two outputs. The outputs are to be limited to and continuous over the range to a How many neurons are required? b Draw the neural network, showing the interconnections c What are the dimensions of the weight matrix? d What kind of transfer function can be used?
Exercise
Design singleperceptron network manually for the following three classification problems by finding weight and bias values for the perceptron. Assume step transfer function.
Exercise
Use perceptron training rule to train a perceptron network to classify the following input vectors correctly. Apply each input vector in order, and repeat as many times as is required to train the network.
Use the initial weights and bias: and
Answer:
Exercise Not covered
A classification problem has four classes of input vector shown below. Design a perceptron network for it Class : class : class : class :
Answer:
Exercise Solution Hint
First we draw a line between each set of dark and light data points.
The next step is to find the weights and biases. The weight vectors must be orthogonal to the decision boundaries, and pointing in the direction of
points to be classified as the dark points The weight vectors can have any length we like.
Here is one set of choices for the weight vectors:
Now we find the bias values for each perceptron by picking a point on the decision boundary and satisfying Eq
This gives us the following three biases:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
