How I write a program 4*3 single layer perceptron network?

조회 수: 1 (최근 30일)
Amna El-tawil
Amna El-tawil 2018년 11월 14일
The data set contains three species of flowers (classes) setosa, versicolour and virginica.
It contains 3 classes of 50 instances each, where each class refers to a type of iris plant. One class (setosa) is
linearly separable from the other 2; the latter are NOT linearly separable from each other. The database
contains the following attributes in cm: petal width, petal length, sepal width, and sepal length.
...Design and write a program for a 4x3 single layer perceptron network to predict the three species of flowers
setosa, versicolour and virginica in a language of your choice. Use training data for training and testing data
for testing the performance of your design.
a-1. What percentage of the training samples cannot be predicted correctly?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by