Skip to content

Commit fd4e9a6

Browse files
committed
2 parents c761a5f + ed9683d commit fd4e9a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ Hand OCR Paint is meant to be useful for testing an OCR Neural Network for handw
99
[Sample Networks](https://github.com/SimoSbara/HandOCRPaint/tree/main/nets) that I trained:
1010
* [Alex Net](https://medium.com/@siddheshb008/alexnet-architecture-explained-b6240c528bd5);
1111
* [Mobile Net V3](https://towardsdatascience.com/everything-you-need-to-know-about-mobilenetv3-and-its-comparison-with-previous-versions-a5d5e5a6eeaa);
12-
* [Custom OCR KAN Net](https://github.com/Blealtan/efficient-kan) that is equivalent to MLP (trained on MNIST).
12+
* [KAN Net](https://github.com/Blealtan/efficient-kan) equivalent to MLP (trained on MNIST);
13+
* [Convolutional KAN Net](https://github.com/SimoSbara/kan-lenet), LeNet but with KAN as Classifier (trained on MNIST).
1314

1415
## Parameters
15-
Use [-1, 1] normal range and image inversion for KAN Network, otherwise [0, 1] and no inversion.
16+
If you are testing Sample Networks:
17+
* Use [-1, 1] normal range and image inversion if you are using KAN Net or Convolutional KAN Net;
18+
* Use [0, 1] normal range and no image inversion for the others;
1619

17-
Change parameters according to your training data.
20+
Change these parameters according to your training data if you are testing your own network.
1821

1922
## Libraries used:
2023
* [CxImage](https://www.codeproject.com/Articles/1300/CxImage) for image encoding/decoding;

0 commit comments

Comments
 (0)