Keras
File size: 1,076 Bytes
82e0ab1
 
ad8f936
5082d8c
b57f9a0
 
5082d8c
b57f9a0
 
 
b8fe813
b57f9a0
 
 
 
 
 
 
 
 
 
 
 
5082d8c
b57f9a0
5082d8c
 
 
146a8ce
19a1e6f
 
5419113
6382cef
218cda1
6382cef
b57f9a0
 
 
5082d8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: apache-2.0
datasets:
  - Ritvik19/Sudoku-Dataset
---

# Model Card: Sudoku Net

## Model Overview

- A Neural Network that solves Sudoku puzzles

## Intended Use

- **Use Cases:** SuDoKu is a research project aimed at exploring the capabilities of Neural Networks in SuDoKu Puzzles. It serves as an experimental tool rather than a specific real-world application.

## Training Details

- Optimizer: Adam
- Learning Rate: 1e-3
- Batch Size: 64K
- Training Dataset [Sudoku Dataset](https://huggingface.co/datasets/Ritvik19/Sudoku-Dataset)

### Models

| Model Filename         | Accuracy |
| ---------------------- | -------: |
| ffn__64x2.keras        |  0.92932 |
| ffn__64x4.keras        |  0.92928 |
| ffn__128x2.keras    ๐Ÿ‘‘ |  0.92968 |
| ffn__128x4.keras       |  0.92892 |
| cnn__64x2.keras        |  0.92796 |
| cnn__64x4.keras     ๐Ÿ‘‘ |  0.93030 |
| cnn__128x2.keras       |  0.92786 |
| cnn__128x4.keras       |  0.92878 |

## Model Usage

- Users can interact with the model through this [Space](https://huggingface.co/spaces/Ritvik19/SudokuNetDemo).