egoldfar 8a4dde7676 added readme 6 年之前
..
README.md 8a4dde7676 added readme 6 年之前
classifier.py ecb63ae52a fixed bugs 6 年之前
logs.py 5bdc48c964 neural network using tensorflow for data classification. Note: Very preliminary 6 年之前
pcap.py 5bdc48c964 neural network using tensorflow for data classification. Note: Very preliminary 6 年之前

README.md

Using classifier.py

The train(classifications: int, data: list, results: list, testdata: list, testresults: list) function should be used.

Data and Testdata should be arrays of arrays of features, ex:

Suppose there are 3 features, each a float from 0 to 1. Data could be: [[.3, .2, .3], [.3, .3, .3], [.3, .4, .5]...]

Results should be in an array, each result accoring to the list of features it should represent the classification of.