Commit 3ebecdb
committed
More progress
1 parent 87b63a7 commit 3ebecdb
181 files changed
Lines changed: 4759 additions & 10369 deletions
File tree
- .github/workflows
- benchmarks/NeuralNet/ActivationFunctions
- src
- Exceptions
- NeuralNet
- ActivationFunctions
- CostFunctions
- Initializers
- Layers
- Optimizers
- tests/NeuralNet
- ActivationFunctions
- ELU
- GELU
- HyperbolicTangent
- LeakyReLU
- ReLU
- SELU
- SiLU
- Sigmoid
- Softmax
- Softsign
- ThresholdedReLU
- CostFunctions
- CrossEntropy
- HuberLoss
- LeastSquares
- RelativeEntropy
- FeedForwards
- Initializers
- Constant
- Normal
- Uniform
- Layers
- Activation
- BatchNorm
- Binary
- Continuous
- Dense
- Dropout
- Multiclass
- Noise
- PReLU
- Placeholder1D
- Swish
- Networks
- Optimizers
- AdaGrad
- AdaMax
- Adam
- Cyclical
- Momentum
- RMSProp
- StepDecay
- Stochastic
- Parameters
- Snapshots
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 41 | | |
46 | 42 | | |
47 | 43 | | |
| |||
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
87 | | - | |
88 | 83 | | |
89 | 84 | | |
90 | 85 | | |
| |||
0 commit comments