Coder Social home page Coder Social logo

saswata6019 / iris-classification Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 15 KB

Classification of 3 species of flowers (versicolor, virginica, setosa) belonging to the Iris family, using a Fully Connected Neural Network for Data Processing (Tensorflow 1.12.0 and Python 3.6.6)

License: MIT License

Python 100.00%
fcnn tensorflow machinelearning-python

iris-classification's Introduction

Iris Classification

Classification of 3 species of flowers (versicolor, virginica, setosa) belonging to the Iris family, using a Fully Connected Neural Network for Data Processing (Tensorflow 1.12.0 and Python 3.6.6)

  • Editor used: Sublime Text 3
  • Shell used to run the code: Git Bash
  • Libraries used: Pandas, Numpy & Tensorflow
  • iris.csv is the main dataset, which is used for the training and testing stages of the model
  • iris_predict.csv is the prediction dataset, which is used as input for the prediction stage of the model after the training and testing stages are completed

Insight on iris.csv

  • There are a total of 5 columns of data
  • The first 4 columns serve as the features for the model
  • The last (5th) column serves as the result, which the model predicts and trains itself on during the prediction and training+testing stages respectively. The iris_predict.csv file does not contain the 5th/result column since the model is supposed to predict that result and generate the same as it's output.
  • Column 1: Represents the sepal length of an individual flower
  • Coumn 2: Represents the sepal width of an individual flower
  • Column 3: Represents the petal length of an individual flower
  • Column 4: Represents the petal width of an individual flower
  • Column 5: Represents the species of an individual flower

iris-classification's People

Contributors

saswata6019 avatar

Watchers

 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.