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

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

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.