Added experiments until 5.
This commit is contained in:
parent
901f472da1
commit
97f9db293d
20 changed files with 1066 additions and 24 deletions
52
.idea/workspace.xml
generated
52
.idea/workspace.xml
generated
|
|
@ -5,8 +5,26 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="53d2c8fc-09f6-4596-950a-66eac2662d99" name="Changes" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/experiment-2.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/results/experiment-2-leaky-relu.png" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/results/experiment-2-tanh.png" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/results/experiment-3-l1.png" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/results/experiment-3-l2.png" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/results/experiment-4.png" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/results/experiment-5.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/multilayer-perceptron.py" beforeDir="false" afterPath="$PROJECT_DIR$/multilayer-perceptron.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/experiment-1.py" beforeDir="false" afterPath="$PROJECT_DIR$/experiment-1.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/experiment-2-leaky-relu.py" beforeDir="false" afterPath="$PROJECT_DIR$/convolutional-neural-network-experiment-6.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/experiment-2-tanh.py" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/experiment-3-l1.py" beforeDir="false" afterPath="$PROJECT_DIR$/experiment-3-l1.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/experiment-3-l2.py" beforeDir="false" afterPath="$PROJECT_DIR$/experiment-3-l2.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/experiment-4.py" beforeDir="false" afterPath="$PROJECT_DIR$/experiment-4.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/experiment-5.py" beforeDir="false" afterPath="$PROJECT_DIR$/experiment-5.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/experiment-6.py" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/results/MLP-output.png" beforeDir="false" afterPath="$PROJECT_DIR$/results/MLP-output.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/results/experiment-1-1.png" beforeDir="false" afterPath="$PROJECT_DIR$/results/experiment-1-1.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/results/experiment-1-2.png" beforeDir="false" afterPath="$PROJECT_DIR$/results/experiment-1-2.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/results/experiment-1-3.png" beforeDir="false" afterPath="$PROJECT_DIR$/results/experiment-1-3.png" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -31,18 +49,28 @@
|
|||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">{
|
||||
"keyToString": {
|
||||
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
||||
"Python.Unnamed.executor": "Run",
|
||||
"Python.multilayer-perceptron.executor": "Run",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
||||
"RunOnceActivity.git.unshallow": "true",
|
||||
"git-widget-placeholder": "master",
|
||||
"last_opened_file_path": "/home/arctichawk1/Desktop/Projects/Private/Classification-of-Image-Data-with-MLP-and-CNN"
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
||||
"Python.Unnamed.executor": "Run",
|
||||
"Python.experiment-1-1.executor": "Run",
|
||||
"Python.experiment-1-2.executor": "Run",
|
||||
"Python.experiment-1.executor": "Run",
|
||||
"Python.experiment-2-leaky-relu.executor": "Run",
|
||||
"Python.experiment-2-tanh.executor": "Run",
|
||||
"Python.experiment-2.executor": "Run",
|
||||
"Python.experiment-3-l1.executor": "Run",
|
||||
"Python.experiment-3-l2.executor": "Run",
|
||||
"Python.experiment-4.executor": "Run",
|
||||
"Python.experiment-5.executor": "Run",
|
||||
"Python.multilayer-perceptron.executor": "Run",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
||||
"RunOnceActivity.git.unshallow": "true",
|
||||
"git-widget-placeholder": "master",
|
||||
"last_opened_file_path": "/home/arctichawk1/Desktop/Projects/Private/Classification-of-Image-Data-with-MLP-and-CNN"
|
||||
}
|
||||
}</component>
|
||||
}]]></component>
|
||||
<component name="SharedIndexes">
|
||||
<attachedChunks>
|
||||
<set>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue