Skip to content

Commit 60c809d

Browse files
authored
Added changelog
1 parent bd66acb commit 60c809d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

EmbeddedML_Source/changelog.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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:

0 commit comments

Comments
 (0)