forked from schneems/Octave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Solutions licensed under MIT License: | ||
|
||
Copyright (c) 2011 Schneems | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Octave | ||
|
||
[Octave](http://www.gnu.org/software/octave/) is a high level (open source) programming language similar to Matlab. I'm using it for the [2011 Stanford Machine Learning Class](http://www.ml-class.org). | ||
|
||
## Do Androids Sing Electric Operas? | ||
|
||
This repo contains my Octave homework assigned that I have completed. If you are taking the class please fork the project and put different solutions in a different branch. However please do not post | ||
any code before the due date (homework is due every sunday). I will not post solutions before the due date, so please don't ask. | ||
|
||
## Stanford Honor Code | ||
|
||
We strongly encourage students to form study groups, and discuss the lecture videos (including in-video questions). We also encourage you to get together with friends to watch the videos together as a group. However, the answers that you submit for the review questions should be your own work. For the programming exercises, you are welcome to discuss them with other students, discuss specific algorithms, properties of algorithms, etc.; we ask only that you not look at any source code written by a different student, nor show your solution code to other students. | ||
|
||
|
||
. | ||
.MM | ||
.MMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM | ||
MM M I MZDDDM, 7DNDDMN M8DDDM ? ZM8DD | ||
M M ? MZD88M. 7DDDDMN M88DDM + $M8D8 | ||
M7 M+ I M$DDNM, 7DNDNMN M8NNNM = $MODN | ||
M ?M? I M$MMMM. 7DNMMMN MOMMMM = $MZMM | ||
M MM I MOMMMM, $DMMMMN MMMMMM = 7MNMM | ||
M MMMM I MOMMMM, $DMMMMN MMMMMM = 7MMMM | ||
~ MMMM I MOMMMM. $DMMMMN MMMMMM ~ $MNMM | ||
MMMMM I MOMMMM. $DMMMMN MMMMMM ~ 7MNMM | ||
DMMMMM I MZMMMM. 7DMMMMN MMMMMM ~ $MNMM | ||
MMMMMM I MZMMMM. $DMMMMN MMMMMM : 7MNMM | ||
8MMMM7 ? I MOMMMM. ZDMMMMN MMMMMM : $MNMM | ||
DMMMM M I MZMMMM. O8MMMMN MMMMMM : 7MDMM | ||
NMMM $ I MD8DDM. ZO88D8N .MD8DOM : 7MD8D | ||
MMMM M ? MMMMMM IMMMMMZ MMMMMM , ~MMMM | ||
NMM MMMMMMMMMM ? M M M , 7 | ||
MMM MMM M MMM ? D M D , ? | ||
MM$ MD = MM ? 8 N D , + | ||
MMM MM MM ? 8 N 8 . + | ||
M $M O M~ ? O N 8 . + | ||
MM M. ? O N 8 . = | ||
:M:::=--M. ? O N 8 . = | ||
M ? Z N 8 . = | ||
: ? Z N O . ~ | ||
MMMM M ? Z N O . ~ | ||
MMMMMM M + $ M O . = | ||
MMMMMM ~, OM. ~M. ,M .M= M7 M | ||
MMM M DDDDDNNNNNNNMNDNNNNNNNMMMMMMMNMMMMMMMMMMMMMMMMMMMMMMM | ||
7MO. | ||
|
||
|
||
## License | ||
|
||
Solutions licensed under MIT License | ||
Copyright (c) 2011 [Schneems](http://twitter.com/schneems). See LICENSE.txt for | ||
further details. | ||
|