-
https://doi.org/10.1371/journal.pcbi.1005836 (preprint https://doi.org/10.1101/105957)
> New architectures of multilayer artificial neural networks and new methods for training them are rapidly rev…
-
-
related paper
|摘要|
|---|
|Deep residual networks were shown to be able to scale up to thousands of layers and still have improving performance. However, each fraction of a percent of improved acc…
-
hi , Thanks for the openface
Is finding points (68 points) in the OpenFace project done by DLib model or deep neural networks?
I implemented this in Unity C#
But I can only test the similarity …
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Flight Fare Prediction
:red_circle: **Aim** : Building Flask web app which predicts fare of Flight tick…
-
* Paper: Data-Distortion Guided Self-Distillation for Deep Neural Networks
* Paper Link: [https://ojs.aaai.org/index.php/AAAI/article/download/4498/4376](url)
### Description
```
1. A self dist…
-
**researcher**
- [Rie Johnson](http://riejohnson.com/)
- [CONTEXT v4: Neural network code for text categorization in C++ on GPU](http://riejohnson.com/cnn_download.html)
**papers**
- Pang,…
-
## 一言でいうと
分類器にバックドアを設置するために作成された汚染データを検出する手法。汚染データを含むデータセットをバックドアが設置されていない分類器に入力し、出力層手前の全結合層から得たActivationをクラス毎に2クラスタリングすることで、クリーンデータと汚染データを選別する。
![fig2](https://user-images.githubusercontent.com/12…
-
## 一言でいうと
CNNを用いて乳がんの診断を行うモデルの提案。マンモグラフィで撮影される2方向(脇から内側にかけての斜め方向=MLO、上下方向=CC)の画像を入力として良性腫瘍の有無・悪性腫瘍の有無計4つを予測。パッチレベルのネットワークを別途作成し、良性/悪性の予測で作成したヒートマップを追加入力にしている
![image](https://user-images.githubu…
-
## 一言でいうと
DNNの汎化誤差を推定する手法の研究。SVMにおけるマージンをヒントに、決定境界(正しいクラスと次点のクラスの予測確率が五分五分になる点)から、予測結果が変わらないギリギリの点までの距離を、テイラー展開で近似する(一次近似)。各レイヤでこの計算を行い、マージンとテスト精度の相関を示した。
### 論文リンク
https://arxiv.org/abs/1810…