Skip to content

Instantly share code, notes, and snippets.

@beru
Last active January 12, 2020 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beru/34a83993bc5264b4944fe94adf5f9d94 to your computer and use it in GitHub Desktop.
Save beru/34a83993bc5264b4944fe94adf5f9d94 to your computer and use it in GitHub Desktop.
元の英文
DeZero is a deep learning framework from zero. All code is
written in python, understandable code and no blackbox library.
It provides automatic differentiation APIs based on the
define-by-run approach. And object-oriented high-level APIs to
build and train neural networks. It also supports GPU for high
performance training and inference.
こうした方が良いんじゃないかと思う英文
DeZero is a deep learning framework written from scratch (thus Zero).
All the code is written in Python, the code is well readable and open-sourced (not a black box).
It provides APIs for automatic differentiation based on a define-by-run approach.
Its high-level APIs to build and train neural networks are object-oriented.
It also supports GPU for highly-performant training and inference.
@beru
Copy link
Author

beru commented Jan 11, 2020

元の英文に綴り間違いがあると思ったのは間違いで自分のタイプミスでした。

@koki0702
Copy link

ありがとうございます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment