WebClub-NITK / Hacktoberfest-2k18

Repository for Hacktoberfest 2018 open for the global open source community.
https://webclub-nitk.github.io/Hacktoberfest-2k18/
19 stars 102 forks source link

MLP Classifier #197

Closed GajeshS closed 5 years ago

GajeshS commented 5 years ago

Resolves Issue #12

Description

Included an MLP Classifier for Iris prediction. Added a small condition to get a model with at least 70% accuracy

Technical Specifications

Model accuracy depends on the initial choice of weights and the number of layers and nodes per layer. Uses Python and Scikit-learn.

How to run

All output is present in the Jupyter notebook.

Checklist

ShashankP19 commented 5 years ago

Good job! Thank you for contributing.