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
345 stars 296 forks source link

Heartbeat Classification using ECG #58

Closed abhisheks008 closed 2 years ago

abhisheks008 commented 2 years ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Heartbeat Classification using ECG
:red_circle: Aim : Analyse the heartbeats from the given set of ECGs.
:red_circle: Dataset : https://www.kaggle.com/datasets/shayanfazeli/heartbeat
:red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


πŸ“ 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. 😎

KushagraTomar commented 2 years ago

Heartbeat Classification using ECG #58 Full name : Kushagra Tomar GitHub Profile Link : https://github.com/KushagraTomar Email ID : 01fe20bcs063@kletech.ac.in Approach for this Project : Thinking of using CNN based model using TensorFlow

Rushijaviya commented 2 years ago

Assigned to @KushagraTomar. Happy contributing.

KushagraTomar commented 2 years ago

I'm not able to push the dataset in the repo it says size exceed 100mb limit dataset size is approx 400mb what should i do

abhisheks008 commented 2 years ago

You can add the link of the dataset in the Dataset/README.md file, stating that, you have used the dataset from this source. @KushagraTomar

KushagraTomar commented 2 years ago

Hey, I have completed the work. Have a look at it.@abhisheks008 https://github.com/KushagraTomar/Heartbeat-Classification-using-ECG

abhisheks008 commented 2 years ago

You have not pushed a pull request. You have added the project in your GitHub profile, you have to fork the repo and push the files there. After that you need to create a PR.

About your project, it looks pretty good. But in the jupyter notebook file the plots are not visible and the cells are not showing the outputs. Please take a look at them, it may be a glitch.

@KushagraTomar

KushagraTomar commented 2 years ago

This is new to me... Need ur help

On Mon, Aug 8, 2022, 20:50 Abhishek Sharma @.***> wrote:

You have not pushed a pull request. You have added the project in your GitHub profile, you have to fork the repo and push the files there. After that you need to create a PR.

About your project, it looks pretty good. But in the jupyter notebook file the plots are not visible and the cells are not showing the outputs. Please take a look at them, it may be a glitch.

@KushagraTomar https://github.com/KushagraTomar

β€” Reply to this email directly, view it on GitHub https://github.com/abhisheks008/DL-Simplified/issues/58#issuecomment-1208267742, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT5ZHUEYMZLYA3H3VGBT3NTVYEQS5ANCNFSM55SBE7MQ . You are receiving this because you were mentioned.Message ID: @.***>

abhisheks008 commented 2 years ago

You have forked the repo already, https://github.com/KushagraTomar/DL-Simplified. Create a folder named as Heartbeat Classification using ECG, inside your forked repo. Then click on the pull request and made the PR.