Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/queirozpedro/cluesuspeitos
Estudando o funcionamento do Jogo Clue Suspeitos e implementando treinamento com MLP
https://github.com/queirozpedro/cluesuspeitos
matplotlib mlp-classifier python scikit-learn
Last synced: 2 days ago
JSON representation
Estudando o funcionamento do Jogo Clue Suspeitos e implementando treinamento com MLP
- Host: GitHub
- URL: https://github.com/queirozpedro/cluesuspeitos
- Owner: queirozPedro
- License: mit
- Created: 2024-05-04T13:55:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T17:35:52.000Z (4 months ago)
- Last Synced: 2025-01-21T04:43:47.037Z (2 days ago)
- Topics: matplotlib, mlp-classifier, python, scikit-learn
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
On Windows
python -m venv clue-env
clue-env\Scripts\activate # activate
pip install scikit-learn
pip install matplotlib-vennOn Linux
python3 -m venv clue-env
source clue-env/bin/activate # activate
pip3 install scikit-learn
pip3 install matplotlib-venn