Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Project Enhancement]: Brain Stroke Prediction using Neural Networks #640

Merged
merged 4 commits into from
Jun 15, 2024

Conversation

Armaan457
Copy link
Contributor

@Armaan457 Armaan457 commented Jun 7, 2024

Pull Request for ML-Crate 💡

Brain Stroke Prediction using Neural Networks #605

  • Do the data analysis and cleaning of the given data and build a neural network with optimum accuracy for the same.
  • Armaan Jagirdar
  • armaanjagirdar05@gmail.com
  • Armaan457
  • Contributor at SSOC'24

Closes: #605

Added a new notebook (ipynb) containing the codes for data cleaning and analysis along with 5 neural networks build on TensorFlow with various layers, activations and regularisers

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

Describe how it has been tested: The accuracy of the models were measured to ensure no underfitting or overfitting occurs, the data was cleaned to ensure no null values interfere.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

github-actions bot commented Jun 7, 2024

Our team will soon review your PR. Thanks @Armaan457 :)

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why have you removed the existing project files?

@abhisheks008 abhisheks008 added Requested Changes ⚙️ Some changes have been requested in this PR. SSOC labels Jun 11, 2024
@abhisheks008 abhisheks008 changed the title worked on brainstroke nn [Project Enhancement]: Brain Stroke Prediction using Neural Networks Jun 11, 2024
@Armaan457
Copy link
Contributor Author

I'm sorry sir, I wasn't aware about this. What changes should I do now?

@abhisheks008
Copy link
Owner

I'm sorry sir, I wasn't aware about this. What changes should I do now?

Put the existing files as it is and add your enhanced models/files along with the existing files.

@Armaan457
Copy link
Contributor Author

Done Sir

@abhisheks008
Copy link
Owner

Follow the README template and update the new README accordingly. Here is the template, https://github.com/abhisheks008/ML-Crate/blob/main/.github/readme_template.md
@Armaan457

@Armaan457
Copy link
Contributor Author

Done sir, kindly review and suggest any changes needed.
The readme in in the Model folder inside the New folder

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved @Armaan457

@abhisheks008 abhisheks008 added Approved ✅ This PR is approved by the PR or, Mentors. Intermediate Points 30 - SSOC 2024 and removed Requested Changes ⚙️ Some changes have been requested in this PR. labels Jun 15, 2024
@abhisheks008 abhisheks008 merged commit ebc453b into abhisheks008:main Jun 15, 2024
@abhisheks008 abhisheks008 added the Points Added 🎉 This issue's points has been added to the leaderboard. label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved ✅ This PR is approved by the PR or, Mentors. Intermediate Points 30 - SSOC 2024 Points Added 🎉 This issue's points has been added to the leaderboard. SSOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Project Enhancement]: Brain Stroke Prediction using Neural Networks
2 participants