-
Hi Aurelien,
I know you are busy. If time permits can you upload the solutions to chapter 15. Thanks. Pardon me to ask this, did you include any new materials to version 2 of this book **Hands-On M…
-
**Isn't it supposed to be Unsupervised?**
What if we had datasets with no labels and we wanted to visualize the resultant clusters.
Where are they? How do we obtain them?
@RobRomijnders @tejas…
-
Hi there,
I have pretrained the network first using the following command "$ python main.py -d MNIST -a 1 --pretrain 15". Then the pretraining was completed successfully as shown below:
[05/28…
-
Hello, thank you for your post.
I am wondering, how can I use the code on my own dataset, a folder of images?
Thanks!
-
I wanted to check out cortex again, but I cannot run it:
```bash
$ python main.py classifier -S MNIST -n test_classifier
Import of architecture (module) tempate failed (expected an indented block (…
-
What kind of font information do we need to encode?
* Font family
* Font family group/cluster/class (as they make sense for training and using the right models, blackletter vs roman)
* Font style…
-
## Description
Running Pylint on incubator-mxnet with undefined-variable enabled, results in 52 errors. This could lead to NameError on execution.
## Steps to reproduce
```
What to do:
1. Edi…
-
I have some questions about the DCC method:
1. I learned that in nowadays because of the use of dropout and ReLU, the layer-wise pretraining of autoencoder is not necessary (See the ReLU paper). If l…
-
Hi,
I am recompiling some code we wrote last year using autoencoders, and the current version of Shark produces the following output:
```
include/shark/Models/Neurons.h:83:96: error: wrong numb…
-
## Preprocessing
- [x] Load data
- [x] Find missing values
- [x] Find outliers
- [x] Compute distribution of data (max, min, mean, var)
- [x] Normalize data
- [x] Distribution of data for each a…