mingli commited on
Commit
ad98009
1 Parent(s): 20c5dcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -8,9 +8,9 @@ metrics:
8
  pipeline_tag: image-classification
9
  ---
10
 
11
- A super tiny mnist model to demostrate the potential of the leanable non-linearity OptAEG-V1.
12
 
13
- The model reaches 96.6% accuracy with only 1.3k parameter size.
14
 
15
- The OptAEG-V1 learnable activation is based on a theory of Arithmetic Expression Geometry.
16
- The theory is still in developing, please reference https://github.com/mountain/aeg-paper
 
8
  pipeline_tag: image-classification
9
  ---
10
 
11
+ A super tiny mnist model to demostrate the potential of the learnable activation - OptAEG-V1.
12
 
13
+ The model can reach 96.6% accuracy with only a 1.3k parameter-size.
14
 
15
+ The OptAEG-V1 learnable activation is based on a theory of Arithmetic Expression Geometry which is still in developing.
16
+ Please visit https://github.com/mountain/aeg-paper for a reference