Omar-ALkhateeb / Basic-TF-Classifier

Simple Classifier with TensorFlow (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Body-Type Classifier

Simple tf body type Classifier with TensorFlow (Python).

The classifier is not so accurate (80% accuracy, depending on the size of the dataset and the noise) because no filter was applied since this is just a simple example. You can add your own filter. Remember this is a classifier based on human perception, not on a mathematical calculus, that's why noise is not easy to remove.

This project was inspired by this youtube playlist.

Please consider supporting the author of that playlist.

dataset link https://www.kaggle.com/yersever/500-person-gender-height-weight-bodymassindex/data

More on Tensorflow: https://www.tensorflow.org/

  1. data_processor.py

  2. train_classifier.py

  3. test.py

About

Simple Classifier with TensorFlow (Python)


Languages

Language:Python 100.0%