Skip to content

MartinCastroAlvarez/tensorflow-image-detection-classification

Repository files navigation

Belgium

Implementation of TensorFlow in Python. This app is intended to analyze Belgium traffic (image) data.

References

Why TensorFlow?

Numpy has N-d array support but does not have methods to create tensor functions, can’t automatically compute derivatives and it can’t take advantage of GPU.

TensorFlow provides primitives for defining functions on tensors and automatically computing their derivatives. TensorFlow computations define a graph that has no numerical value until evaluated.

Data Visualization

sample-alt histogram-alt predictions-alt

Usage

Install the virtual environment.

virtualenv -p python3 .env
source .env/bin/activate

First, download the datasets from here. Then, execute the AI script:

clear; python3 think.py