abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
341 stars 294 forks source link

Sudoku Solver using CNN #856

Open ashis2004 opened 1 month ago

ashis2004 commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title :
Sudoku Solver using CNN :red_circle: Aim :
Network was able to solve the puzzles with 95% accuracy.

:red_circle: Dataset : (https://www.kaggle.com/bryanpark/sudoku) for this project.
:red_circle: Approach :
File Description
sudoku.ipynb notebook for running and testing the project
model.py neural network implementation
report.pdf Step by step implementataion and description of project

πŸ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing πŸš€

All the best. Enjoy your open source journey ahead. 😎

github-actions[bot] commented 1 month ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

ashis2004 commented 1 month ago

@abhisheks008 pls assign it me I want to work on it

abhisheks008 commented 1 month ago

Apart from CNN, what are the other models you can implement for this problem statement? To be a contributor in this repository you need to implement at least 3 models and find out the best fitted model by comparing the implemented models based on their accuracy scores.

ashis2004 commented 1 month ago

Variational Autoencoder (VAE): VAE to generate and solve Sudoku puzzles.

Recurrent Neural Networks (RNN): RNNs or LSTMs for sequence learning.

Generative Adversarial Networks (GANs): GANs for generating and solving Sudoku puzzles.

@abhisheks008 pls assign it to me next time I'll keep in mind

abhisheks008 commented 1 month ago

Variational Autoencoder (VAE): VAE to generate and solve Sudoku puzzles.

Recurrent Neural Networks (RNN): RNNs or LSTMs for sequence learning.

Generative Adversarial Networks (GANs): GANs for generating and solving Sudoku puzzles.

@abhisheks008 pls assign it to me next time I'll keep in mind

Cool @ashis2004 you can go ahead. Follow the project structure and put arrange all the files as per the structure.

abhisheks008 commented 1 month ago

Variational Autoencoder (VAE): VAE to generate and solve Sudoku puzzles. Recurrent Neural Networks (RNN): RNNs or LSTMs for sequence learning. Generative Adversarial Networks (GANs): GANs for generating and solving Sudoku puzzles. @abhisheks008 pls assign it to me next time I'll keep in mind

Cool @ashis2004 you can go ahead. Follow the project structure and put arrange all the files as per the structure.

Hi @ashis2004 finish the assigned issue first then only you can start working on this issue.

Sanjeev-Kumar78 commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title: Sudoku Solver using CNN
:red_circle: Aim: To develop a deep learning model using Convolutional Neural Networks (CNN) to solve Sudoku puzzles automatically.
:red_circle: Dataset: Kaggle.
:red_circle: Approach: Implement and compare at least three models to find the best-fitted algorithm by checking the accuracy scores. Also, perform exploratory data analysis before creating any model.

Models to be implemented:

  1. Baseline CNN: A simple CNN model to set a baseline.
  2. Improved CNN: A deeper and more complex CNN architecture.
  3. Hybrid Model (CNN + RNN): Combines CNN for feature extraction and RNN for sequence prediction.

πŸ“ Follow the Guidelines to Contribute to the Project:


:red_circle::yellow_circle: Points to Note:


:white_check_mark: To be Mentioned while taking the issue:


Happy Contributing πŸš€

All the best. Enjoy your open source journey ahead. 😎

abhisheks008 commented 1 month ago

Hi @Sanjeev-Kumar78 this issue is opened by another contributor, hence it can't be assigned to you.

Sanjeev-Kumar78 commented 1 month ago

Got it, no problem.