-
Description: Eye Disease Classification using RNN
This feature aims to implement a Recurrent Neural Network (RNN) model to classify eye diseases from medical images. The model will be trained to id…
-
Thanks for providing code!!
I saw the analysis(verification) about maxpool in the paper.
I am curious about if this repository provide the analysis containing 2D maxpool ?
If yes, how should I use…
-
@AlexeyAB
I want to make use of yolov2 for mobile application can you suggest me which .cfg i have to use to train and test yolo?
-
Pose a question about one of the following articles:
“[DeepWalk: Online Learning of Social Representations](https://dl.acm.org/doi/pdf/10.1145/2623330.2623732)”, 2014. B. Perozzi, R. Al-Rfou, S. S…
-
It would be great to see how this consistency model performs on face datasets such as CelebA-HQ and FFHQ, since the paper didn't mention the face dataset.
-
## 0. 論文
### タイトル
A Neural Network Approach for Knowledge-Driven Response Generation
### 論文リンク
https://www.aclweb.org/anthology/papers/C/C16/C16-1318/
### 著者
Pavlos Vougiouklis, Jonathon Har…
-
### ML-Crate Repository (Proposing new issue)
🔴 **[Project Addition]: Image Classification using Convolutional Neural Networks (CNN)**
🔴 **Description:** Create a CNN-based model for image class…
-
Hi @submission2019 ,
First of all i would like to congratulate you guys for coming up with this paper and opening the github project for the analysis. I have gone though your paper and…
-
Hi,
The doctoring for `autograd.signal.convolve` doesn't say much:
```
Wraps a function so that its gradient can be specified and its invocation
can be recorded. For examples, see the docs.
```
…
-
Right now we're using a variant of VGGNet, which is giving decent results. However, we should investigate alternatives such as AlexNet. We should also investigate how well an actual version of VGGNet …