GitXplorerGitXplorer
j

PokemonTypesDeepLearning

public
19 stars
10 forks
0 issues

Commits

List of commits on branch master.
Unverified
cb48f573f94a1e2436bc772c6edcdfb1c5537007

Added images

jjuandes committed 8 years ago
Unverified
a5d3e60a18fd4c2b970f798b9b6d2d7d0caaa9bc

Create README.md

jjuandes committed 8 years ago
Unverified
c5edf68df66d1c8594a27cd29a28da6be3dfd3c1

Removed print messages

jjuandes committed 8 years ago
Unverified
b8630a148199f2d99a77ee9b5efb4e9dc2faf662

Removed remote files

jjuandes committed 8 years ago
Unverified
c3e008459418c237f16c6858ec028e51452cfb80

Removed comments

jjuandes committed 8 years ago
Unverified
5d84cbf6231c053e3418eb8e8e964d75a3bc5441

Updated main

jjuandes committed 8 years ago

README

The README file for this repository.

Pokemon, Colors, and Deep Learning

Overview

If you are reading this, I am almost certain you have heard the term Deep Learning and/or Pokemon. The former is a branch of Machine Learning that has risen in popularity in the recent years, and the latter is a franchise that has been popular since the 90’s and with the release of Pokemon Go everyone has been talking about it.

What is the connection with these two concepts? Out of curiosity I took on the task of attempting to predict the type or category of a given Pokemon using its appearance, in particular its color, using a Deep Learning algorithm called Convolutional Neural Network or ConvNet.

This experiment was performed using Python, the deep learning library TensorFlow version 0.10.0 and its simplified interface TF Learn.

Project

In this repository you can find the script used for the experiment.

Report

The full report is available at: Pokemon, Colors and Deep Learning