Skip to content

Instantly share code, notes, and snippets.

View vfdev-5's full-sized avatar
:octocat:
.\ |

vfdev vfdev-5

:octocat:
.\ |
View GitHub Profile
@vfdev-5
vfdev-5 / racetrack-example.ipynb
Last active November 6, 2019 09:09
racetrack example from from *Reinforcement learning - An introduction* book, chapter 5, Exercice 5.8
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vfdev-5
vfdev-5 / bridge_example.ipynb
Last active January 23, 2017 17:03
Reinforcement learning examples
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vfdev-5
vfdev-5 / README.md
Last active January 31, 2017 12:01
Start jupyter-notebook from Yandex HSE docker

Start jupyter-notebook from yandex HSE docker image

Build image from Dockerfile:

cd /path/to/HSE_deeplearning/
docker build -t yandex-docker .

Start container (once):

@vfdev-5
vfdev-5 / .theanorc
Last active March 20, 2017 14:59
Data science with python on Windows
[global]
floatX = float32
device = gpu0
force_device = True
[nvcc]
fastmath = True
[cuda]
root=/usr/local/cuda/
@vfdev-5
vfdev-5 / fix.md
Last active March 1, 2017 12:34
(macosx) @rpath problem with otbApplication.py - OTB-5.8.0

Problem when importing otbApplication under MacOSX El Capitain.

>>> import otbApplication

----> 1 import otbApplication
      2 
      3 from image_utils import get_filename

~/Documents/OTB-5.8.0-Darwin64/lib/python/otbApplication.py in ()
@vfdev-5
vfdev-5 / channels_formula_learning.ipynb
Last active March 14, 2017 10:21
Neural network tryouts to produce a image channel's formula learning
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vfdev-5
vfdev-5 / Install_OpenCV.md
Last active March 17, 2017 03:10
Colfax Cluster notes

Install OpenCV from sources with python wrapper

Python3 wrapper

git clone https://github.com/opencv/opencv.git opencv_source
mkdir build_opencv; cd build_opencv
cmake -DCMAKE_INSTALL_PREFIX=../opencv -DPYTHON_DEFAULT_EXECUTABLE=/opt/intel/intelpython35/bin/python3 -DWITH_VA_INTEL=ON -DBUILD_opencv_python3=ON -DPYTHON3_INCLUDE_PATH=/opt/intel/intelpython35/include/python3.5m ../opencv_source 
make install -j8

Once built without error setup PYTHONPATH

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vfdev-5
vfdev-5 / README.md
Last active June 23, 2017 00:32
scritps for Colfax Cluster
@vfdev-5
vfdev-5 / simulations.ipynb
Last active March 27, 2017 17:07
Flying Nemo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.