2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

tensorflow.jsで倒立振子

Last updated at Posted at 2019-01-16

概要

tensorflow.jsで倒立振子を立たせてみた。

写真

image

モデルを作って、教師データを学習する。

モデルは、入力1、出力1、全結合12、tanh, 全結合1、tanhの回帰。
オプチマイザーは、adam
学習は、9000回
biasとweightをsaveする。

学習したモデルを使ってデモ。

学習済みモデルを読み込む。

以上。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?