File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * changelog.txt
3+ *
4+ * EmbeddedML
5+ * v1.2
6+ *
7+ * Embedded Machine Learning
8+ * Created by Charles Zaloom on 5/27/18.
9+ *
10+ */
11+
12+ Changelog:
13+ CORE:
14+ Fixed: Mistake in RELU2 definition
15+
16+ Change: Renamed 'weak_softmax' to 'strong_softmax'
17+ Change: RELU now begins decreasing at 1.03 rather than 1.1
18+ Change: 'ANN.output' now returns network output rather than error. Allows for user to define error calculation.
19+
20+ Addition: 'init_embedded_ann' --> Allows for a loaded ANN's bias and weights to not be modified.
21+
22+ Optimization: Cut out excess looping in backprop and forwardprop.
23+
24+ DESIGNER:
25+ Change: 'Load ANN' option now uses the 'init_loaded_ann' function
26+ Change: 'Load ANN' option now declares "output" to replace "y" array
27+
28+ Notes:
29+
30+ Issues:
You can’t perform that action at this time.
0 commit comments