This repository contains demo script of Ruby/Numo::Gnuplot
-
Numo::GSL demo
If you're familiar with Docker, the following commands should work in most cases:
docker pull rubynumo/gnuplot-demo
docker run -d -p 8888:8888 rubynumo/gnuplot-demo start-notebook.sh --NotebookApp.token=''
and open a web browser to http://localhost:8888 . Then you should see a folder named notebooks.
By running the cells in the notebook you can reproduce the plots in the following links.
Our Docker image is based on Minimal Jupyter Notebook Stack. See https://github.com/jupyter/docker-stacks/tree/master/minimal-notebook for more details on the Docker command options.
- In Japanese
- 株価チャートをRuby+Numo-gnuplotで作成する。 - Rubyでシストレ
- 趣味の記録部屋 Ruby で Numo-Gnuplot を使って関数フィッティングしたい
- Python vs Ruby 『ゼロから作るDeep Learning』 1章 sin関数とcos関数のグラフ - Qiita
- 各種パラメータ最適化手法の実装(SGD, Momentum, AdaGrad, Adam) - Tech Blog by Akanuma Hiroaki
- ニューラルネットワークの誤差逆伝播法による学習アルゴリズムの実装 - Tech Blog by Akanuma Hiroaki
- MF / 【Ruby】numo-gnuplotで遊ぶ
- MF / 落書き numo-gnuplot でCT画像を3Dにしてみる