mingli commited on
Commit
2766c72
1 Parent(s): 6434545

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: image-classification
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 the draft papers on [theory](https://github.com/mountain/aeg-paper) and [neural networks](https://github.com/mountain/optim-aeg) for a reference
 
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 1.3k parameters.
14
 
15
  The OptAEG-V1 learnable activation is based on a theory of Arithmetic Expression Geometry which is still in developing.
16
  Please visit the draft papers on [theory](https://github.com/mountain/aeg-paper) and [neural networks](https://github.com/mountain/optim-aeg) for a reference