Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
-
Updated
Dec 21, 2019
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
https://arxiv.org/abs/1903.10118
対になるデータがない場合のテキストからの画像生成
<img width="946" alt="スクリーンショット 2019-04-25 19 47 33" src="https://user-images.githubusercontent.com/19617766/56730454-01d37700-6793-11e9-8e57-bbfcea
Use docstring compatible structure, such as the following taken from scipy:
def angle(z, deg=0):
"""
Return the angle of the complex argument.
Parameters
----------
z : array_like
A complex number or sequence of complex numbers.
deg : bool, optional
Return angle in degrees if True, radians if False (default).
Returns
-
In main.py the help strings for these two arguments seem to be flipped: