Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Antoine PIGEAU
2015-Hubble-UserProfiles
Commits
49f0dd7a
Commit
49f0dd7a
authored
Mar 15, 2021
by
Antoine PIGEAU
Browse files
update exp
parent
6fa32eb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
source/featureManager/oulad/constant.py
View file @
49f0dd7a
...
...
@@ -219,4 +219,4 @@ class Constant(ConstantInterface):
'''
HIDDEN_LAYERS_BEST_NN_PERCEPTRON
=
[
128
,
256
]
#HIDDEN_LAYERS_BEST_NN_PERCEPTRON_MERGED =
\ No newline at end of file
HIDDEN_LAYERS_BEST_NN_PERCEPTRON_MERGED
=
[
512
]
\ No newline at end of file
source/main/oulad/classificationExperimentMerged.py
View file @
49f0dd7a
...
...
@@ -42,7 +42,7 @@ if __name__ == "__main__":
features
=
ConstantFeature
.
IMPLEMENTED_FEATURES
,
featuresByPeriod
=
None
,
#ConstantFeature.BEST_LR_FEATURE_MERGED_ALL_PERIODS,
typeFeatureGroup
=
ConstantFeature
.
TYPE_FEATURE_GROUP
,
hiddenLayers
=
N
on
e
,
hiddenLayers
=
C
on
stantFeature
.
HIDDEN_LAYERS_BEST_NN_PERCEPTRON_MERGED
,
featuresByCourse
=
None
)
...
...
@@ -88,14 +88,14 @@ if __name__ == "__main__":
''' classification for all periods '''
#
classifier.predictionTaskForMergedForAllPeriods(mergedCourse, ntime=10)
classifier
.
predictionTaskForMergedForAllPeriods
(
mergedCourse
,
ntime
=
10
)
'''
Neural Network : hidden layers
'''
classifier
.
scriptClassifier
.
launchTestForMergedCourseHiddenLayers
(
mergedCourse
)
#
classifier.scriptClassifier.launchTestForMergedCourseHiddenLayers(mergedCourse)
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment