-
https://doi.org/10.1101/211060
> The relationship between cellular architecture and cellular state and function is apparent, but not yet completely understood. Precise characterization of cellular …
-
hi
is there any way to train selected layers only and fix the rest of the layers by setting their "trainable" option to False? i heard that in CNN, lower layers can be widely used for general objects…
ghost updated
7 years ago
-
For a regression task, I am using a [mid-size CNN](https://github.com/Welthungerhilfe/cgm-ml/blob/main/src/models/CNNDepthMap/CNNDepthMap-height/q3-depthmap-plaincnn-height/src/model.py) consisting of…
-
https://arxiv.org/pdf/1506.01497v3.pdf
State-of-the-art object detection networks depend on region proposal algorithms to hypothesize object locations. Advances like SPPnet and Fast R-CNN have redu…
leo-p updated
7 years ago
-
Hello, thank you for your open source code, I am a novice, I have some problems when I reproduce the CNN model mentioned in the article, may I ask if you can provide the code of CNN model for referenc…
-
Currently we are still slow on CPU (#1222).
There are several things we can do:
1. Do a good profile on a chosen set of benchmarks to understand the bottlenecks.
Here are some candidates:
1. M…
hjk41 updated
6 years ago
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Poultry Diseases Detection
:red_circle: **Aim** : The aim of this project is to detect the problem stat…
-
Some ideas for figures to add to the PPT
- [ ] Linear regression, single-layer neural network
- [ ] Multilayer Perceptron with hidden layer
- [ ] Backpropagation
- [ ] Batch Normalization and al…
-
stereo_net = Nets.get_stereo_net(args.modelName, net_args)
the above code runs good, but when I start to train on scene_flow, got the following error.
I have done some debug methods:
(1) check th…
-
I need a model for text matching IR (QA). I just have short sentences but less data (about 20 000 examples).
Up to now I tried a deep CNN siamese model, but I face problem with overfitting due to amo…