Skip to content

Commit 2babc27

Browse files
committed
"Final"
1 parent 295839e commit 2babc27

18 files changed

+15
-939
lines changed

prgm1/prgm1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Implement and demonstrate the FIND-S algorithm for finding the most specific
2+
1. Implement and demonstrate the FIND-S algorithm for finding the most specific
33
hypothesis based on a given set of training data samples. Read the training data from a
44
.CSV file.
55
"""

prgm10/prgm10.py

-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@
3636
plt.plot(X_train.squeeze(), y_train, 'o')
3737

3838
plt.plot(X_test.squeeze(), y_test, 'o')
39-
plt.savefig('image.png', format='png', dpi=250)
4039
plt.show()

prgm2/prgm2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
For a given set of training data examples stored in a .CSV file, implement and
2+
2. For a given set of training data examples stored in a .CSV file, implement and
33
demonstrate the Candidate-Elimination algorithm to output a description of the set
44
of all hypotheses consistent with the training examples.
55
"""

prgm3/prgm3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Write a program to demonstrate the working of the decision tree based ID3
2+
3. Write a program to demonstrate the working of the decision tree based ID3
33
algorithm. Use an appropriate data set for building the decision tree and apply this
44
knowledge to classify a new sample.
55
"""

prgm4/.ipynb_checkpoints/Backpropagation-checkpoint.ipynb

-142
This file was deleted.

prgm4/Backpropagation.ipynb

-143
This file was deleted.

0 commit comments

Comments
 (0)