-
Precipitation nowcasting using transformer-based generative models and transfer learning for improved disaster preparedness
https://www.sciencedirect.com/science/article/pii/S1569843224003169
-
- https://arxiv.org/abs/2110.05448
- 2021
本稿では、生成的に事前学習された言語モデルから、最先端の教師なしニューラル機械翻訳システムを導き出す方法を示す。
本手法は、少数ショット増幅、蒸留、逆翻訳の3つのステップで構成される。
まず、大規模な事前学習済み言語モデルのゼロショット翻訳能力を利用して、ラベルのない小さな文のセットに対する翻訳を生成し…
e4exp updated
3 years ago
-
It's desirable for kernel performance to have as many args as possible be compile-time args.
However, in order to avoid kernel binary variant and re-compilation explosion some args must be kept as ru…
-
## 一言でいうと
化学物質のグラフ構造をGANを使って生成する研究。単純な生成だけでなく、強化学習を使い生成された化学構造が特定の性質を持つ場合に報酬を与え(化学構造の特性自体は外部のシステムで判定する)、有効な構造が生成されるようにしている。
![image](https://user-images.githubusercontent.com/544269/40823660-166…
-
### Feature Name
Research about Stability.ai
### Feature Description
This a research about Stability.ai, learning more about its supported models, how it is used and many more
### Motivati…
-
### Issue description
Hi,
Images on this page (and others) are showing URL in Postman as,
`{{baseUrl}}/lm/scenarios`
While the correct URL is,
`{{baseUrl}}/v2/lm/scenarios`
### Feedback …
-
Hello, thanks for your great work.
I have a question: In both the paper and the tutorial, the number of smiles of the docking.csv is recorded as 152296. However, the number of smiles in docking.csv…
-
## Description
Warn when using interfaces in an impure way.
## Details
Dart allows you to to use interfaces in an impure way (especially within the same library it is defined). This lint woul…
-
https://arxiv.org/pdf/1701.00160.pdf, [video](https://channel9.msdn.com/Events/Neural-Information-Processing-Systems-Conference/Neural-Information-Processing-Systems-Conference-NIPS-2016/Generative-Ad…
leo-p updated
7 years ago
-
Implement some of these models (probably in this order)
- [x] AE
- [ ] AE ensemble (or maybe KitNet?)
- [x] DAGMM = Deep autoencoding gaussian mixture model for unsupervised anomaly detection. Su…