python-mini-project
python-mini-project copied to clipboard
Regression ann
Description
A short summary of what is included in your Pull Request.
Fixes #(issue_no)
- [ ] Issue_no:
<insert your issue no here> - [ ] Not applicable
Type of change
Choosing one or more options from the following as per the nature of your Pull request.
- [1] New project insert
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Documentation Update
Project
-
Regression using Ann:
-
Short Description: this project utilizes neural network to perform regression tasks this serves a good project for beginners trying to explore neural networks
Checklist:
Please tick all the boxes that are fulfilled by your Pull Request.
- [1] I have named my files and folder, according to this project's guidelines.
- [1] My code follows the style guidelines of this project.
- [1] I have commented on my code, particularly in hard-to-understand areas.
- [1] I have created a helpful and easy to understand
README.md, according to the givenREADME_TEMPLATE. - [1] My changes do not produce any warnings.