Giter VIP home page Giter VIP logo

name_badge_classifier's Introduction

What is Name_Badge_Classifier?

It is an application of a simple machine learning alogrithm called 'Naive Bayesian Classifier'.
The goal of this appication is to classify people using their names and then badge them either with '+' or '-'.

Getting started

We will start with dividing the data file into two files, the first one contains the training data we are going to train our algorithm with, and the second one will contain the testing data that will be used to gauge the accuracy of our algorithm.

  • the data file has a 295 lines of data, will take 200 of them for training and the remaining for testing

split data file for training and testing

$ head -n200 badges.data > training
$ tail -n95 badges.data > testing

running the algorithm on the new data files

$ python classifier.py training testing

acknowledgment

the data file obtained from UCI

name_badge_classifier's People

Contributors

moelkhidir 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.