Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
java-wowa-training
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
java-wowa-training
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
6302ee2eafcd86ea7b3c708e4cc7120e785db60b
Select Git revision
Branches
3
master
default
protected
neural-network
neural-network-google-colab
Tags
5
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
8 results
Begin with the selected commit
Created with Raphaël 2.2.0
16
Jan
10
9
7
6
19
Dec
18
17
27
Nov
20
12
8
7
6
4
31
Oct
30
29
28
21
18
9
8
7
4
3
2
16
Sep
13
12
9
6
5
4
3
30
Aug
28
27
26
23
22
21
19
14
13
8
7
26
Jun
11
7
6
23
May
22
21
10
3
2
30
Apr
25
3
2
29
Mar
27
26
21
20
19
12
8
7
1
27
Feb
26
24
21
20
19
18
15
Change for re-test with old dataset
Merge neural-network to master branch
Solve maven dependencies issues
Update to save results properly
neural-network-…
neural-network-google-colab
Updates to keep results properly
Correction in pom.xml
Update branch to match with google colab branch
Remove private for an Utils method
Prepare for merging
Correction un DataSet generation for a correct classification (positive elements were negative in computation : corrected)
Correction un DataSet generation for a correct classification (positive elements were negative in computation : corrected)
Update code to match with google colab version
Updata pom.xml
Modify output of runKFold to log AUC and AUC-PR
Modify output of runKFold to log AUC and AUC-PR
Modification to include correctly new version of java-roc
COrrection tests since change in java-roc new version
Correction of some things since update java-roc
Correct axis title in p-r curve generation
Update pom.xml
Update main function to save results in txt file + update pom.xml to use the last veersion of java-roc
Change parameter for batchsize
Add epoch number as parameters
Correct typo in filename curves
Correction in name file for ROC and PR curves
Change getPrCurve to getPrecisionRecallCurve
Add P-R Curve generation in modelEvaluation for NeuralNetwork
Add Curve generation in modelEvaluation for NeuralNetwork
Test for generation Roc curve and save in png
Comparison ROC computation with different settings
Print thresholdSteps value for checking
Add new datafile for test
Code added (in comment) to generate aggragation of dataset after a classical learning. Result will be used to validate P-R curve generation
Change in pom.xml to try to avoid dependencies errors
Remove listener
Remove dependencies comments
Add DL4J cuda in pom
Solve issues triggered by maven verify
Correct issue in average auc computation
Change logger to println because logger is not always desplayed in Runner
Loading