Giter Site home page Giter Site logo

edible-or-poisonous's Introduction

Edible-or-Poisonous

100% of mushrooms are inedible. Ta-da didn't even need to build a model!

Preprocessing: For the mushroom dataset there were a few steps of pre-processing I had to do before I was able to work with the data. I removed the veil-type variable since it was of just one class and might end up skewing my results. I created dummy variables so each feature could be tested more easily.

NEURAL NETWORK

For my artificial neural network I explored a few options shown below. I followed through with the same preprocessing steps as the SVM, except I converted my features into a factor F that could be passed to my neural network.

200 Iterations

picture1

100 Iterations w/ 2 layers

picture2

100 Iterations 3 hidden layers

picture3

While working through both the SVM and nnet I had a few concerns about the accuracy rate. It’s highly important to consider the type of data one is working with and which measure of error makes the more sense. With our mushroom dataset it makes more sense to be worried about reducing the number of false positives than false negatives. If our classifier finds a mushroom to be edible when it’s poisonous, there’s more damage there than if it encounters a false negative.

edible-or-poisonous's People

Contributors

ayodeleohh avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.