Mehul Kumar Nirala

Results 7 issues of Mehul Kumar Nirala

Fixes #19 added parentheses in call to 'print'

`article_oov`, `self.encUnkCount = 1` are used as locals but should be global. also, the `article_oov` is a vec for the last article (not the entire batch/dataset) which is incorrect.

I would like to add Capsule network which outperformed CNN on MNIST dataset.This would allow users to appreciate the current state of the art in Image Classification [link](https://arxiv.org/pdf/1710.09829.pdf) **I am...

enhancement
type: feature (major)
backend

Added new models for image segmentation and image retrieval to Zoo. (#105 ) Segnet - Image Segmentation. Auto-encoder Hashing network - Image retrieval.

Fixes #439 , Changed [\d]+ to [0-9]+ according to the newer version of Django across two files.

Added Download button for draw zone. It would help the user to recreate the diagram from the Fourier series data. Data is saved in the below described format in json....

replace from bs4 import BeautifulSoup to import BeautifulSoup