Skip to content

Commit 1f27163

Browse files
authored
Update README.md
1 parent 55c0956 commit 1f27163

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
*A neural network model to predict arithmetic operation results.*
44

5+
6+
[![GitHub License](https://img.shields.io/github/license/StompZone/MathModel)](LICENSE) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/StompZone/MathModel) ![Static Badge](https://img.shields.io/badge/python-%E2%89%A5%203.12-%2344aa33?style=flat&logo=python&logoColor=%23ffdd00) [![Run Tests](https://github.com/StompZone/MathModel/actions/workflows/test.yml/badge.svg)](https://github.com/StompZone/MathModel/actions/workflows/test.yml) [![Discord](https://img.shields.io/discord/599808270655291403?logo=discord&logoColor=%20%235865F2&label=StompZone%20Discord)](https://discord.stomp.zone)
7+
58
## Overview
69

710
`MathModel` generates synthetic datasets of arithmetic operations (+, -, *, /) and trains a neural network to accurately predict the results of these operations.
@@ -64,4 +67,4 @@ DJ Stomp ([GitHub](https://github.com/DJStompZone))
6467

6568
## License
6669

67-
[MIT License](LICENSE)
70+
[MIT License](LICENSE)

0 commit comments

Comments
 (0)