Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranon-rat/neural-mines-sweeper
Im back bitches
https://github.com/ranon-rat/neural-mines-sweeper
golang machine-learning minesweeper neural-network
Last synced: 15 days ago
JSON representation
Im back bitches
- Host: GitHub
- URL: https://github.com/ranon-rat/neural-mines-sweeper
- Owner: ranon-rat
- Created: 2022-09-09T01:42:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T21:08:30.000Z (about 2 years ago)
- Last Synced: 2024-06-20T03:38:22.278Z (7 months ago)
- Topics: golang, machine-learning, minesweeper, neural-network
- Language: Go
- Homepage:
- Size: 617 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neural-mines-sweeper
Its a really simple project made with love.I tried to generalize it for using it for other projects , if you want , you can copy the machine learning stuff(obviously I would be grateful if you give me the credits) , but you need to keep in mind that this isnt the best. And maybe later I will adapt it for a genetic algorithm.
## how it works
The project works in a really simple way , the player only tried to clasify and give a score to each cell with at least 3 cells where you can recolect information.
The input of the neural network is of 25 ,because it needs to know what its around the cell but it needs for information
for a really simple reason and its that it can have some problems and get confused for some cases , so I was forced to make the input bigger.If you are interested in how the back propagation and all that stuff , you can check it [here](https://github.com/ranon-rat/neural-network-from-scratch)
,I cant explain it in a better way than the persons mentioned in that project.## review
The backpropagation algorithm consumes a lot of memory , but maybe its because the language that Im using for the project
The models that I trained arent that accurate but It doesnt really care that much, its just for experimentation
![img](https://media.discordapp.net/attachments/907631182240436305/1018763563503980596/unknown.png)