Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
18e43d0
Update README.md
danilnagy Sep 6, 2016
73a2c40
update week 2 demos
danilnagy Sep 12, 2016
340ba8b
update
danilnagy Sep 12, 2016
702b4a8
Update README.md
danilnagy Sep 16, 2016
b0bb180
update lab 2 assignment
danilnagy Sep 12, 2016
bb4e8dc
update
danilnagy Sep 16, 2016
3e67faa
Update README.md
danilnagy Sep 16, 2016
6764fdd
update
danilnagy Sep 16, 2016
62d236a
update
danilnagy Sep 19, 2016
a1e10c4
update week 3 lab
Sep 25, 2016
29d02b7
update
danilnagy Sep 29, 2016
8dad94d
update
Sep 29, 2016
7510a85
update week 3 lab
danilnagy Sep 29, 2016
5550e1f
Update 01-basic ann.ipynb
danilnagy Sep 29, 2016
98ceb19
update
danilnagy Oct 4, 2016
0e9913a
update assignment-week4
Oct 5, 2016
d6946b8
updated lab for week 5
danilnagy Oct 12, 2016
762ef11
updated lab 5.1 to solve variable ordering issue
danilnagy Oct 14, 2016
5514636
updated lab 5.1 to solve variable ordering issue
danilnagy Oct 14, 2016
73b7ac7
updated lab 5.1 to solve variable ordering issue
danilnagy Oct 14, 2016
9e756cf
published lab 6
danilnagy Oct 19, 2016
b5bd7cd
upload workshop-1
danilnagy Nov 9, 2016
0e8a357
update workshop-1
danilnagy Nov 9, 2016
778b94a
update workshop-1
danilnagy Nov 10, 2016
f698990
post workshop-2
danilnagy Nov 23, 2016
9be9af3
update ws-2
danilnagy Nov 23, 2016
fadbd8f
update ws-2
danilnagy Nov 23, 2016
c616ba2
udpate ws-2
danilnagy Nov 23, 2016
cb3aead
update examples
danilnagy Nov 29, 2016
88f8ced
update examples
danilnagy Nov 29, 2016
de3c9fc
update with CAM example
danilnagy Dec 1, 2016
1b81928
update CAM
danilnagy Dec 1, 2016
c2f9296
update CAM
danilnagy Dec 1, 2016
3e10d57
update CAM
danilnagy Dec 2, 2016
72a18df
update cam viz for theano
danilnagy Dec 11, 2016
440cb79
housing prices example
danilnagy Dec 13, 2016
f59e05e
update aerial example
Dec 14, 2016
bf82e42
update example
danilnagy Dec 14, 2016
6515087
update example
danilnagy Dec 14, 2016
8f52876
update example
danilnagy Dec 14, 2016
9b56c7e
uploaded box detection example
danilnagy Dec 15, 2016
cc03bd3
update examples
danilnagy Dec 15, 2016
6a72ddb
update building heights example
danilnagy Dec 15, 2016
59f80ee
updated examples
danilnagy Dec 15, 2016
6c3e094
update example
danilnagy Dec 15, 2016
1c64297
update examples
danilnagy Dec 16, 2016
d2e9610
update examples
danilnagy Dec 16, 2016
9b3d88d
update examples
danilnagy Dec 16, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.vagrant
.ipynb_checkpoints
*~
-*
*~
*.pyc
checkpoint
*.ckpt*
*.3dm.rhl
*.3dmbak
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ When you are done working on the VM, go back to the Command Prompt or Terminal w
2. Ctrl+D to exit out of SSH remote access
3. type in the command `vagrant halt` to shut down the VM. This will shut down the machine, but keep all the files so you can work on them at a later time.

-

![setup](images/setup02.png)

-

Now, the next time you want to work on the VM, just follow the launching instructions again, using the commands:

vagrant up
Expand Down Expand Up @@ -249,14 +255,25 @@ After the pull request has been made, you will be notified by email about the st

The lab assignments may be edited and developed during the course of the semester. Therefore, it is very important that before you begin any assignment you first pull in any changes from the main project into your fork. Unfortunately this is not possible through the Github Desktop interface, but can be easily done with a few lines in the Git Shell, which allows you to enter git commands directly.

First, make sure there are not any uncommitted changes in your repo (the left pane should say 'No changes'). Next, open the Git Shell by clicking the setup icon in the top right corner, and select `Open in Git Shell`.
First, make sure there are not any uncommitted changes in your repo (the left pane should say 'No changes').

Next, **if you are using Windows**, open the Git Shell by clicking the setup icon in the top right corner, and select `Open in Git Shell`.

-

![GitHub account](images/github06.png)

-

**If you are using MacOSX**, open the Terminal by right-clicking on the repository's name in the left pane and selecting `Open in Terminal`.

-

![GitHub account](images/github11.png)
<!--![GitHub account](images/github09.png)-->

-

Now, type in the following commands to set the remote master repository, and pull in changes to your local fork:

git remote add upstream https://github.com/dmc-2016/dmc.git
Expand Down
Binary file added images/github11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/examples/box detection/.DS_Store
Binary file not shown.
321 changes: 321 additions & 0 deletions notebooks/examples/box detection/00_image clipping.ipynb

Large diffs are not rendered by default.

324 changes: 324 additions & 0 deletions notebooks/examples/box detection/01_build model.ipynb

Large diffs are not rendered by default.

385 changes: 385 additions & 0 deletions notebooks/examples/box detection/02_use model.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
330 changes: 330 additions & 0 deletions notebooks/examples/building heights/00 - imageProcessingForTrain.ipynb

Large diffs are not rendered by default.

328 changes: 328 additions & 0 deletions notebooks/examples/building heights/01 - CNN_classification.ipynb

Large diffs are not rendered by default.

408 changes: 408 additions & 0 deletions notebooks/examples/building heights/01 - CNN_classification_6.ipynb

Large diffs are not rendered by default.

1,256 changes: 1,256 additions & 0 deletions notebooks/examples/housing prices/data/Chicago11.csv

Large diffs are not rendered by default.

1,712 changes: 1,712 additions & 0 deletions notebooks/examples/housing prices/data/NYCnumber.csv

Large diffs are not rendered by default.

Loading