Mathbox (Javascript): math graphing library

Mathbox is a javascript library for math graphing, developed by Steven Wittens. I embedded two examples below with the original page links. Drawing exponential function with ticks and labels Page: here Animating sine function Page: here

Work with Python on Windows10 (using Bash on Ubuntu on Windows)

[Updated] Comments for OpenCV installation So far, I used pre-packaged Python environment, WinPython for developing Python program. That was my local optimal solution for working with Python on Windows. Followings are my current solution (…

PyQtGraph wrapper (Initial commit)

I opened a github repository of a wrapper library of PyQtGraph. github.com It provides matlab syntax-flavored functions for making plots. However, it gives very limited functionality for now. Demos are below.

Cannon (Program in Python with PyQtGraph wrapper)

Previous post includes an animated graph, which is concatenation of png images, created by Giam software. The graphs are drawn by python program with a graphics library, PyQtGraph. Here is the source code. The package pyqtgraph_wrapper is …

Cannon

With a parameter , following equations produce 'cannon'-like shape animation. where is a fixed constant.

CUDA programming with NVidia GPU GeForce GTX 1080 on Linux (ubuntu)

The following is what I learned through CUDA programming environment setup. Read official documents/supports first In other words, Do not google trouble shooting posts (at least) until some trouble comes up. From NVidia developer website (…

Machine Learning and its surroundings

I bought 3 (japanese) books related with machine learning. Yesterday, I succeeded to execute some deep learning programs (such as GitHub - wojciechz/learning_to_execute: Learning to Execute) on my new PC. It is motivative for me to learn a…

Linux installing on GPU-equipped PC

Following steps could be a general troubleshooting for installing Linux on GPU-equipped PC. The problem I faced when booting Linux install/live media (DVD or USB) is that: Monitor is blacked out after (automatically) selecting boot option …

My New PC (with GeForce GTX 1080) is arrived!

I was excited when I heard that the next generation GPU (Pascal), GeForce GTX 1080, will be released from NVIDIA in this summer. I and ex-colleague are interested in Deep Learning. So I decided to buy BTO PC which contains the GPU in no ti…

AVT-C875, a video capture device from AVerMedia

I bought new gadget AVT-C875 for capturing video output (HDMI) from a PC or other devices such as WiiU. For testing the device and recording software, I firstly recorded Mincraft playing on PC with an encoding software OBS(Open Broadcaster…

Markdown

Markdown, a lightweight markup language, is a skill what I'd like to be familiar with. But I have not so much experience of writing Markdown syntax rather than that of DokuWiki syntax. One of the reason why I began to post this Hatena Blog…

Hello everyone.

printf("Hello world!"); This is the blog to share what I'm working on. Recently, I bought VOICEROID+ (ver. 東北ずん子EX) which synthesize voice from text. Then, I created a tutorial of Unity 5 programming with ずん子 voice as below. (Sorry…