Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
cb5e7e16
Commit
cb5e7e16
authored
Dec 18, 2016
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix of link
parent
0fe3f52b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
README.md
README.md
+9
-9
examples/README.md
examples/README.md
+1
-1
No files found.
README.md
View file @
cb5e7e16
...
...
@@ -4,22 +4,22 @@ Neural Network Toolbox on TensorFlow
See some
[
examples
](
examples
)
to learn about the framework:
### Vision:
+
[
DoReFa-Net: training binary / low-bitwidth CNN on ImageNet
](
DoReFa-Net
)
+
[
ResNet for ImageNet/Cifar10/SVHN
](
ResNet
)
+
[
InceptionV3 on ImageNet
](
Inception/inceptionv3.py
)
+
[
Fully-convolutional Network for Holistically-Nested Edge Detection(HED)
](
HED
)
+
[
Spatial Transformer Networks on MNIST addition
](
SpatialTransformer
)
+
[
DoReFa-Net: training binary / low-bitwidth CNN on ImageNet
](
examples/
DoReFa-Net
)
+
[
ResNet for ImageNet/Cifar10/SVHN
](
examples/
ResNet
)
+
[
InceptionV3 on ImageNet
](
examples/
Inception/inceptionv3.py
)
+
[
Fully-convolutional Network for Holistically-Nested Edge Detection(HED)
](
examples/
HED
)
+
[
Spatial Transformer Networks on MNIST addition
](
examples/
SpatialTransformer
)
### Reinforcement Learning:
+
[
Deep Q-Network(DQN) variants on Atari games
](
Atari2600
)
+
[
Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym
](
OpenAIGym
)
+
[
Deep Q-Network(DQN) variants on Atari games
](
examples/
Atari2600
)
+
[
Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym
](
examples/
OpenAIGym
)
### Unsupervised Learning:
+
[
Several Generative Adversarial Network(GAN) variants, including DCGAN, Image2Image, InfoGAN
](
examples/GAN
)
### Speech / NLP:
+
[
LSTM-CTC for speech recognition
](
TIMIT
)
+
[
char-rnn for fun
](
char-rnn
)
+
[
LSTM-CTC for speech recognition
](
examples/
TIMIT
)
+
[
char-rnn for fun
](
examples/
char-rnn
)
The examples are not only for demonstration of the framework -- you can train them and reproduce the results in papers.
...
...
examples/README.md
View file @
cb5e7e16
...
...
@@ -19,7 +19,7 @@ Training examples with __reproducible__ and meaningful performance.
+
[
Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym
](
OpenAIGym
)
## Unsupervised:
+
[
Generative Adversarial Network(GAN) variants, including DCGAN, Image2Image, InfoGAN
](
examples/
GAN
)
+
[
Generative Adversarial Network(GAN) variants, including DCGAN, Image2Image, InfoGAN
](
GAN
)
## Speech / NLP:
+
[
LSTM-CTC for speech recognition
](
TIMIT
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment