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.
2c5dbb05913520e3c257bb856f7f2cdb6a5a8d83
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
6
Jan
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
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
Set epoch number to 500
Fix merge conflicts
Change sysout in main to log
Change sysout in main to log
Change some logs to display Average AUC for WT and execution time in runKFold method
Change log to display Average AUC and exectution time for runKFold
Remove seed in learning method
Remove dependency in double in pom + add line to force to use all GPU available
Update code to solve issues due to the version change (0.9.1 to 1.0.0-beta5)
Change all version of ND4J and DL4J to 1.0.0-beta5. All dependencies must have the same version number
Change dependency cudo to use Cuda 1
Change DL4J backend to use GPU
Set pom.xml as before change for Google Colob
Loading