Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
added ML classifier for purify:pve header
Browse files Browse the repository at this point in the history
  • Loading branch information
MgAl2O4 committed Jan 29, 2021
1 parent 5309809 commit 022e70e
Show file tree
Hide file tree
Showing 5 changed files with 664 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ML/sinocolo-purifyPvE.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from nn import NNTraining

training = NNTraining(inputFile='sino-ml-purifyPvE.json', outputFile='sino-ml-purifyPvE.txt')
training.run(numFeatures=20*8, numClasses=4, numHidden1=64, numSteps=10000)
4 changes: 2 additions & 2 deletions SINoCOLO/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("18.0.0.0")]
[assembly: AssemblyFileVersion("18.0.0.0")]
[assembly: AssemblyVersion("19.0.0.0")]
[assembly: AssemblyFileVersion("19.0.0.0")]
Loading

0 comments on commit 022e70e

Please sign in to comment.