-
Notifications
You must be signed in to change notification settings - Fork 32
Sample Run
Amro edited this page Jun 13, 2016
·
2 revisions
Here is a sample run of what happens under the following settings:
- Dataset: Circle
- Ratio of training to test data: 50%
- Noise: 0
- Batch Size: 10
- Features:
X1
andX2
- 2 Hidden Layers
- First Layer: 4 neurons
- Second Layer: 2 neurons
- Learning Rate: 0.3
- Activation:
Tanh
- Regularization: None
- Regularization Rate: 0
- Problem Type: Classification
The neural network ran for 215 iterations, and we get the following window:
We see that the positive data is clustered in a region of blue while the negative data is clustered in a region of orange. This means the neural network successfully classified most (if not all) of the data points.