Skip to content

Commit

Permalink
Sourced modified code sets with original source
Browse files Browse the repository at this point in the history
  • Loading branch information
grantathon committed May 13, 2015
1 parent 69ea20f commit 2bb24c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 01_assignment/read_mnist.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This code is a modified version of public code provided by http://abel.ee.ucla.edu/cvxopt/_downloads/mnist.py

import os
import sys
import struct
Expand Down
2 changes: 2 additions & 0 deletions 03_assignment/demoClassification_updated.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
% This code is a modified version of public code provided by http://www.gaussianprocess.org/gpml/code/matlab/doc/

disp('See http://www.gaussianprocess.org/gpml/code/matlab/doc/ for details.')
disp('Hit any key to continue...'); pause

Expand Down

0 comments on commit 2bb24c5

Please sign in to comment.