Ankit Gupta

Results 5 comments of Ankit Gupta

Use the below code : ``` mu = mean(X_norm); sigma = std(X_norm); X_norm = X_norm - mu; X_norm = X_norm ./ sigma; ```

More optimized code : ``` mu = mean(X_norm); sigma = std(X_norm); X_norm = (X_norm - mu) ./ sigma; ```

You can add a custom overlay view before showing.

Any update on the same? @janeriksamsonsen @tfcporciuncula @ojw28 @marcbaechinger @AquilesCanta @luiscurini

@Merlinkoss In my case, I created two different download managers for internal and external storage and it worked perfectly fine.