Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
danluu committed Mar 9, 2014
1 parent 27f4495 commit dc00740
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,8 @@ These are solutions to the exercises up at the [Stanford OpenClassroom Deep Lear

Apologies for the mess. I'll clean this up when I have some spare time. Pull requests welcome, of course.

I've attempted to make this Octave compatible, so that you can run this with free software. I've done this through the self-taught learning exercise, and it seems to work, but the results are slightly different. One side effect of this is that I'm using [fminlbfgs instead of minFunc](http://ufldl.stanford.edu/wiki/index.php/Fminlbfgs_Details)
I've attempted to make this Octave compatible, so that you can run this with free software. It seems to work, but the results are slightly different. One side effect of this is that I'm using [fminlbfgs instead of minFunc](http://ufldl.stanford.edu/wiki/index.php/Fminlbfgs_Details).


Here's the order of the exercises:
#### [Stanford OpenClassroom Deep Learning class](http://openclassroom.stanford.edu/MainFolder/CoursePage.php?course=DeepLearning)
Expand Down
8 changes: 4 additions & 4 deletions julia/Figuring Out How to Plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,7 @@
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 2,
"prompt_number": 3,
"text": [
"10-element Array{Int64,1}:\n",
" 1\n",
Expand All @@ -36,7 36,7 @@
]
}
],
"prompt_number": 2
"prompt_number": 3
},
{
"cell_type": "code",
Expand Down Expand Up @@ -1123,7 1123,7 @@
"</svg>\n"
],
"text": [
"Figure(PyObject <matplotlib.figure.Figure object at 0x112668850>)"
"Figure(PyObject <matplotlib.figure.Figure object at 0x111d68850>)"
]
},
{
Expand All @@ -1132,7 1132,7 @@
"prompt_number": 6,
"text": [
"1-element Array{Any,1}:\n",
" PyObject <matplotlib.lines.Line2D object at 0x11544d250>"
" PyObject <matplotlib.lines.Line2D object at 0x114d0d250>"
]
}
],
Expand Down
11 changes: 11 additions & 0 deletions julia/Logistic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1769,6 1769,17 @@
],
"prompt_number": 57
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"# Skipping the rest of this for now because it seems uninteresting"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 58
},
{
"cell_type": "code",
"collapsed": false,
Expand Down

0 comments on commit dc00740

Please sign in to comment.