Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
82e86b3
add capsule gans imagedetection
HongyeYang88 Feb 28, 2019
c77af40
readme
HongyeYang88 Feb 28, 2019
d02de0f
readme
HongyeYang88 Feb 28, 2019
e539003
readme
HongyeYang88 Feb 28, 2019
06ee8a4
readme
HongyeYang88 Feb 28, 2019
e5022d2
readme
HongyeYang88 Feb 28, 2019
bc989cb
readme
HongyeYang88 Feb 28, 2019
754d78d
cnews model
HongyeYang88 Mar 4, 2019
68b3a9e
remove .DS_Store from repo
vagabond92 Apr 3, 2019
66e71b4
add .DS_Store to .gitignore
vagabond92 Apr 3, 2019
7a56eab
Fix Sentiment Analysis
vagabond92 Apr 3, 2019
abdeef7
neopulse3_0 updates
HongyeYang88 Apr 4, 2019
315cc21
add unsupervised learning examples
HongyeYang88 May 14, 2019
7efd7db
.gitignore data
vagabond92 May 14, 2019
ceab438
Merge branch 'examples_3.0' of https://github.com/HongyeYang88/NeoPul…
vagabond92 May 14, 2019
87be99d
Move capsule networks to the right datasets. Remove images and .DS_St…
vagabond92 May 14, 2019
876615d
cleanup
vagabond92 May 14, 2019
6e95262
Update Music Genre for 3.0
vagabond92 May 14, 2019
a9009e5
DICOM files
vagabond92 May 14, 2019
88bed18
CIFAR MNIST Sentiment and Video update to 3.0
vagabond92 May 14, 2019
7c2b235
Typo in final layer
vagabond92 May 15, 2019
54c0014
add spectral examples
HongyeYang88 May 15, 2019
20c709e
Move spectral optimization example to MNIST dataset.
vagabond92 May 15, 2019
e7425f1
Clean up code.
vagabond92 May 15, 2019
2092b6f
Consolidated unsupervised examples into MNIST data set.
vagabond92 May 15, 2019
f9a4f83
Rename Directories, move VOC2012 to Image Datasets
vagabond92 May 15, 2019
a9049c0
Remove .DS_Store
vagabond92 May 15, 2019
ca73351
update .gitignore, README.md
vagabond92 May 15, 2019
32db770
Remove Duplicate sentiment dataset, and convert SAGEMAKER_README.md.
vagabond92 May 15, 2019
fb40ed8
Fix column headers
vagabond92 May 15, 2019
11befd5
typo
vagabond92 May 15, 2019
1c4568e
Update README.md
vagabond92 May 16, 2019
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.DS_Store
30 changes: 0 additions & 30 deletions Classification/Audio/MusicGenre/music_classification_auto.nml

This file was deleted.

47 changes: 0 additions & 47 deletions Classification/Image/CIFAR10/cifar10_call_auto.nml

This file was deleted.

47 changes: 0 additions & 47 deletions Classification/Image/CIFAR10/cifar10_choice_auto.nml

This file was deleted.

47 changes: 0 additions & 47 deletions Classification/Image/CIFAR10/cifar10_dist_auto.nml

This file was deleted.

29 changes: 0 additions & 29 deletions Classification/Image/CIFAR10/cifar10_full_auto.nml

This file was deleted.

48 changes: 0 additions & 48 deletions Classification/Image/CIFAR100/cifar100_call_auto.nml

This file was deleted.

48 changes: 0 additions & 48 deletions Classification/Image/CIFAR100/cifar100_choice_auto.nml

This file was deleted.

48 changes: 0 additions & 48 deletions Classification/Image/CIFAR100/cifar100_dist_auto.nml

This file was deleted.

32 changes: 0 additions & 32 deletions Classification/Image/CIFAR100/cifar100_full_auto.nml

This file was deleted.

Loading