Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment with geo range #7

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
9d78a2b
notes
crazyeng Jun 27, 2018
df4780f
initial circle implementation
crazyeng Jun 27, 2018
93ca293
new circle implementation
crazyeng Jun 27, 2018
806316c
Computational Essay (still needs to be updated)
mixemer Jun 28, 2018
588149b
Computational essay (still needs to be updated)
mixemer Jun 28, 2018
cb62436
Done with Computational Essay
mixemer Jun 28, 2018
ce25de3
Done with Computational essay
mixemer Jun 29, 2018
ed853de
Create README.md
mixemer Jun 29, 2018
e33a480
Started with the Project
mixemer Jun 29, 2018
79c3efc
Merge branch 'master' of https://github.com/mixemer/Summer2018Starter
mixemer Jun 29, 2018
bf62fd5
Goal of Project
mixemer Jun 30, 2018
0297074
Randomly getting GeoPositions of a giving countries.
mixemer Jun 30, 2018
e61a3ba
addin gitignore
mixemer Jul 2, 2018
a7ac0dd
Delete .DS_Store
mixemer Jul 2, 2018
55e443c
Delete .DS_Store
mixemer Jul 2, 2018
5faf571
Delete .DS_Store
mixemer Jul 2, 2018
e79c232
Delete .DS_Store
mixemer Jul 2, 2018
e767aa2
Delete .DS_Store
mixemer Jul 2, 2018
27eae9f
removing unrelated files
crazyeng Jul 2, 2018
afa061b
moving files
crazyeng Jul 2, 2018
faa9bfd
removing all png from the project
crazyeng Jul 2, 2018
31632fd
changed the notebook directory to save the images
mixemer Jul 3, 2018
63de0a5
fine-tuned the function to get data
mixemer Jul 5, 2018
8467073
same adjustment for geoimage call
mixemer Jul 5, 2018
b26c91b
get nearual network
mixemer Jul 5, 2018
6a2356b
add gitignore for .wxf
mixemer Jul 6, 2018
8d194d8
a
crazyeng Jul 6, 2018
88fc9a4
Merge branch 'master' of github.com:mixemer/Summer2018Starter
crazyeng Jul 6, 2018
dae1dac
script for amazon
mixemer Jul 6, 2018
396d913
code review
crazyeng Jul 6, 2018
455ca28
other changes
crazyeng Jul 6, 2018
345f189
some adjustment for the dataset
crazyeng Jul 6, 2018
0055c34
new
mixemer Jul 7, 2018
ad1d40b
new normalizer
mixemer Jul 7, 2018
7c9d6dd
Training and testing examples on the trained Neural net
mixemer Jul 10, 2018
e1ace4b
Student Project
mixemer Jul 11, 2018
e75078b
Project is done.
mixemer Jul 11, 2018
7e61bd4
project
mixemer Jul 11, 2018
c324f6a
project
mixemer Jul 11, 2018
e1ece1f
project
mixemer Jul 11, 2018
9e3fb94
project
mixemer Jul 11, 2018
75733a6
project
mixemer Jul 11, 2018
dbc383c
Project
mixemer Jul 11, 2018
f52f128
Clean up the code
mixemer Jul 11, 2018
b3ce882
Cleaning code
mixemer Jul 11, 2018
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
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

.DS_Store
Project/.DS_Store
*.png
*.wxf
*.wlnet
*.icloud
3 changes: 3 additions & 0 deletions Compuatational Essay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
![](img/img1.png)
![](img/img2.png)
![](img/img3.png)
Binary file added Compuatational Essay/img/img1.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 Compuatational Essay/img/img2.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 Compuatational Essay/img/img3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions Project/Assets/data.csv

This file was deleted.

17,688 changes: 17,688 additions & 0 deletions Project/CitiyImages0.2-10/City-images0.2to4.nb

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions Project/CollectData.m

This file was deleted.

18 changes: 0 additions & 18 deletions Project/Hipsterize.m

This file was deleted.

6 changes: 0 additions & 6 deletions Project/Main.m

This file was deleted.

12 changes: 0 additions & 12 deletions Project/PacletInfo.m

This file was deleted.

44,841 changes: 44,841 additions & 0 deletions Project/Predict Scale of Satellite Images.nb

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions Project/Project.m

This file was deleted.

Loading