Studying Tensorflow

References LearningTensorFlow.com G?ron, A. (2017). Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems.?O’Reilly Media [Amazon] Siraj Raval (2016. 8. 19.). TensorFlow in 5 Minutes. YouTube. [YouTube] TensorBoard: 그래프 시각화 [LINK] Cifar-10 CNN implementation using TensorFlow library with 24% error [GitHub] Q&A In TensorFlow, what is the difference between […]

How to Install Caffe

Install Caffe on?Linux Ubuntu 16.04 My Configurations Linux: Ubuntu 16.04 LTS Anaconda: Anaconda 2 (64-bit),?Anaconda2-4.3.0-Linux-x86_64.sh CPU or GPU: CPU Install Caffe 1. Install CUDA 8 (Optional. I failed this installation.) Go to the CUDA download page(https://developer.nvidia.com/cuda-downloads). ‘ Go to the directory where the downloaded file cuda_8.0.44_linux.run?is located.

I got an error. http://askubuntu.com/questions/149206/how-to-install-nvidia-run Hit CTRL+ALT+F1 […]

Studying ‘jQuery’

Summary jQuery is a lightweight, “write less, do more”, JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single […]

Studying ‘Cytoscape.js’

Summary Graph theory (a.k.a. network) library for analysis and visualisation (compatible with CommonJS/Node.js/io.js, AMD/Require.js, jQuery, npm, Bower, spm, jspm, Meteor/Atmosphere, and plain JS/JavaScript) – from?http://js.cytoscape.org/ Dependency JavaScript jQuery Ajax References Cytoscape.js?Homepage and Document JavaScript Tutorial | W3Schools jQuery Tutorial |?W3Schools CSS?Tutorial | W3Schools