https://github.com/nannib/ai
some little scripts of machine learning and genetic algorithms
https://github.com/nannib/ai
Last synced: 8 months ago
JSON representation
some little scripts of machine learning and genetic algorithms
- Host: GitHub
- URL: https://github.com/nannib/ai
- Owner: nannib
- Created: 2020-01-29T16:45:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T08:54:17.000Z (about 1 year ago)
- Last Synced: 2025-03-31T03:32:23.616Z (9 months ago)
- Language: Python
- Size: 36.8 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI
some little scripts of machine learning and genetic algorithms
## Summary
df.py - let's find a BTS's antenna using machine learning
neural_deep.py - let's find a BTS's antenna using Multilayer Perceptrons Neural Network (MLP)
df_behavior.py - let's classify computer's behavior
gab64_final.py - let's decode a base64 string using genetic algorithm
reccomendation directory is a documented project for teaching purposes.