You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This folder is for my works(assignments&labs) at TensorFlow Developer Coursera S
27
27
28
28
This folder is for a classifier for the Seeds dataset from [here](https://archive.ics.uci.edu/ml/datasets/seeds). the data is first preprocessed with standard normalization and then feeded to various architectures of neural networks to see the overfitting effect and learning curves.
29
29
for better understanding of the classfier **Tensorboard** is used to analyze the results of the learning, and other callbacks such as
30
-
early stopping is also used to compile the models. for pre-processing the data _Pandas_ library were used
30
+
early stopping is also used to compile the models. for pre-processing the data _Pandas_ library were used.
0 commit comments