An open API service indexing awesome lists of open source software.

https://github.com/samchenyu/pokemonneuralnetwork

Legendary and Type Classification Neural Networks
https://github.com/samchenyu/pokemonneuralnetwork

binary-classification neural-network pokemon tensorflow

Last synced: 7 months ago
JSON representation

Legendary and Type Classification Neural Networks

Awesome Lists containing this project

README

          

# Legendary Binary Classification
Using 6 input features to classify if a pokemon is legendary:
Hp, Attack, Defense, Sp_attack, Sp_defense, Speed to determine binary classification

# Type Classifier
Using 7 input featueres to classify a pokemon's (first) type:
Hp, Attack, Defense, Sp_attack, Sp_defense, Speed , isLegendary