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
- Host: GitHub
- URL: https://github.com/samchenyu/pokemonneuralnetwork
- Owner: SamChenYu
- Created: 2024-05-03T20:45:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T20:19:28.000Z (about 2 years ago)
- Last Synced: 2024-12-28T11:28:53.081Z (over 1 year ago)
- Topics: binary-classification, neural-network, pokemon, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 653 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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