Với ưu điểm trên Javascript, Propel có thể chạy ở mọi nơi (từ browser đến natively trên Node).
Cả 2 môi trường trên thư viện đều có thể sử dụng sức mạnh của GPU. Trên trình duyệt, thư viện sử dụng WebGL thông qua deeplearn.js, còn trên Node nó sử dụng TensorFlow's C API.
Trang chủ: http://propelml.org
Cài đặt trên Node:
npm install propel
import { grad } from "propel";
Sử dụng trên trình duyệt:
<script src="https://unpkg.com/[email protected]"></script>
References: http://propelml.org/references.html
Propel Notebook: http://propelml.org/notebook
Tôi là Duyệt