Skip to content

Commit 2ca8440

Browse files
committed
add alternate weight initialization strategy
1 parent 93572d8 commit 2ca8440

3 files changed

+37995
-160
lines changed

sentiment-analysis-network/Sentiment_Classification_Projects.ipynb

+3-5
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,7 @@
496496
{
497497
"cell_type": "code",
498498
"execution_count": 1,
499-
"metadata": {
500-
"collapsed": false
501-
},
499+
"metadata": {},
502500
"outputs": [
503501
{
504502
"data": {
@@ -1075,7 +1073,7 @@
10751073
"cell_type": "markdown",
10761074
"metadata": {},
10771075
"source": [
1078-
"With a learning rate of `0.001`, the network should finall have started to improve during training. It's still not very good, but it shows that this solution has potential. We will improve it in the next lesson."
1076+
"With a learning rate of `0.001`, the network should finally have started to improve during training. It's still not very good, but it shows that this solution has potential. We will improve it in the next lesson."
10791077
]
10801078
},
10811079
{
@@ -1886,7 +1884,7 @@
18861884
"name": "python",
18871885
"nbconvert_exporter": "python",
18881886
"pygments_lexer": "ipython3",
1889-
"version": "3.5.2"
1887+
"version": "3.6.4"
18901888
}
18911889
},
18921890
"nbformat": 4,

0 commit comments

Comments
 (0)