-
**Submitting author:** @DenaJGibbon (Dena Clink)
**Repository:** https://github.com/DenaJGibbon/gibbonNetR
**Branch with paper.md** (empty if default branch):
**Version:** 1.0.0
**Editor:** @faroit
*…
-
O Programming Historian em Português recebeu a proposta de tradução da lição [Creating Deep Convolutional Neural Networks for Image Classification](https://programminghistorian.org/en/lessons/image-cl…
-
https://arxiv.org/abs/1408.5882
-
paper: [Convolutional Neural Networks for Sentence Classification](https://arxiv.org/abs/1408.5882)
github: [CNN_sentence](https://github.com/yoonkim/CNN_sentence)
-
Hi
I was trying to implement object detection using SSD, in the tutorial of basic implementation of object detection using pikachu dataset i was facing an error when i was trying to prepare the test …
-
https://ellenseonofficial.notion.site/11-Convolutional-Neural-Networks-Deep-Convolutional-Models-Case-Studies-d987fa5dc0d7411b9da4d40c25469ad1
-
## 一言でいうと
CNNを用いて文分類を行う話。具体的には文を単語ベクトルの列として表し、それに対してCNNを用いて特徴抽出・分類を行っている。論文では事前学習済みの単語ベクトル(Google Newsをword2vecで学習したもの)を使っている。評価分析や質問タイプ分類を含む7つのタスクで評価したところ、7つ中4つでSOTAな結果になった。
### 論文リンク
https://a…
-
## 一言でいうと
2017年年初に送る、これまでのCNNのまとめ。構成方法、最適化手法から適用先まで、幅広くまとめられている。この図だけでもかなりの価値がある。
![image](https://cloud.githubusercontent.com/assets/544269/21959175/a277be3e-db02-11e6-82f8-c1455af7b394.png)
…
-
https://doi.org/10.1109/BIBM.2016.7822593
> Enhancers are crucial to the understanding of mechanisms underlying gene transcriptional regulation. Although having been successfully applied in such pr…
-
## 論文リンク
https://arxiv.org/abs/1905.11946
## 公開日(yyyy/mm/dd)
2019/05/28
## 概要
CNN において、resolution, depth, width の 3 つを固定した ratio で uniform にスケールする compound scaling を考案。それぞれ $ r, d, w $ としたときに…