Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DAPPLE-2.0
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rania Talbi
DAPPLE-2.0
Commits
8fe30566
Commit
8fe30566
authored
3 years ago
by
rtalbi
Browse files
Options
Downloads
Patches
Plain Diff
New optim + large datasets modif
parent
1c5e2040
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CONFIG/1.config
+76
-0
76 additions, 0 deletions
CONFIG/1.config
CONFIG/DAPPLE.config
+4
-4
4 additions, 4 deletions
CONFIG/DAPPLE.config
with
80 additions
and
4 deletions
CONFIG/1.config
0 → 100644
+
76
−
0
View file @
8fe30566
# Experiments parameters
perf
{
testBuildingBlocks
=
"false"
;
PrivacyPreservation
=
"true"
;
microBench
=
"true"
;
MLAlgorithm
=
"vfdt"
;
runs_number
=
"1"
;
thread_number
=
"14"
;
remoteClient
=
"false"
;
Incremental
=
"false"
;
OutputPath
=
"/root/DAPPLE-2.0/EXP/MICRO/"
;
scenarioName
=
"VFDTAdultOPT"
;
debug
=
"false"
;
maxTrainSize
=
"5"
;
maxTestSize
=
"5"
;
}
# The dataset configuration parameters
dataset
{
mainPath
=
"/root/DAPPLE-2.0/"
;
path
=
"/root/DAPPLE-2.0/DATA/Datasets/Adult/"
;
clearPath
=
"/home/rania/CLionProjects/DAPPLE-2.0/DATA/Datasets/Adult/"
;
chunk_prefix
=
"DO"
;
class_number
=
"2"
;
dimension
=
"15"
;
chunk_number
=
"16"
;
}
# The vfdt algorithm parameters
vfdt
{
delta
=
"0.000001"
;
tau
=
"1"
;
grace
=
"50"
;
max_depth
=
"8"
;
threshold_number
=
"2"
;
maxNodes
=
"1000"
;
}
# DTPKC parameters
crypto
{
deserialize
=
"false"
;
pathSer
=
"/root/DAPPLE-2.0/SER/"
;
keySize
=
"1024"
;
DTPKC_Err
=
"600"
;
ComputationalPrecision
=
"1000"
;
useORE
=
"false"
;
sendParaClient
=
"true"
;
blindingSize
=
"100"
;
encryptData
=
"true"
;
delay
=
"0"
;
optim
=
"true"
;
precompute
=
"true"
;
}
# Naive Bayes parameters
nb
{
LaplaceConstant
=
"10"
;
}
#LR parameters
lr
{
alpha
=
"10000"
;
LRTH
=
"0.5"
;
batchSize
=
"30"
;
epochs
=
"1"
;
sgdWorkers
=
"4"
;
}
# Network parameters
network
{
portS
=
"5001"
;
serverIP
=
"127.0.0.1"
;
}
This diff is collapsed.
Click to expand it.
CONFIG/DAPPLE.config
+
4
−
4
View file @
8fe30566
...
@@ -3,14 +3,14 @@
...
@@ -3,14 +3,14 @@
testBuildingBlocks
=
"false"
;
testBuildingBlocks
=
"false"
;
PrivacyPreservation
=
"true"
;
PrivacyPreservation
=
"true"
;
microBench
=
"true"
;
microBench
=
"true"
;
MLAlgorithm
=
"
vfdt
"
;
MLAlgorithm
=
"
lr
"
;
runs_number
=
"1"
;
runs_number
=
"1"
;
thread_number
=
"14"
;
thread_number
=
"14"
;
remoteClient
=
"false"
;
remoteClient
=
"false"
;
Incremental
=
"true"
;
Incremental
=
"true"
;
OutputPath
=
"/home/rania/CLionProjects/DAPPLE-2.0/EXP/MANU/"
;
OutputPath
=
"/home/rania/CLionProjects/DAPPLE-2.0/EXP/MANU/"
;
scenarioName
=
"nnnn"
;
scenarioName
=
"nnnn"
;
debug
=
"
tru
e"
;
debug
=
"
fals
e"
;
maxTrainSize
=
"5"
;
maxTrainSize
=
"5"
;
maxTestSize
=
"5"
;
maxTestSize
=
"5"
;
}
}
...
@@ -56,13 +56,13 @@
...
@@ -56,13 +56,13 @@
# Naive Bayes parameters
# Naive Bayes parameters
nb
{
nb
{
LaplaceConstant
=
"1
0
"
;
LaplaceConstant
=
"1"
;
}
}
#LR parameters
#LR parameters
lr
{
lr
{
alpha
=
"100
00
"
;
alpha
=
"100"
;
LRTH
=
"0.5"
;
LRTH
=
"0.5"
;
batchSize
=
"30"
;
batchSize
=
"30"
;
epochs
=
"1"
;
epochs
=
"1"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment