View Offshore_Leaks_Code.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View bias_variance.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View extract_scalars.py
from __future__ import absolute_import | |
from __future__ import division | |
from __future__ import print_function | |
import os | |
import glob | |
import re | |
import pandas as pd | |
import tensorflow as tf |
View predict_survival_rate_titanic.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View cameraInterface.cpp
// pylon_mex_camera_interface.cpp | |
// Code for StackOverflow Q&A: http://stackoverflow.com/a/32529850/2778484 | |
// by Jon Chappelow (chappjc) | |
// For example MATLAB-side implementation (class wrapper), see https://github.com/chappjc/MATLAB/tree/master/cppClass | |
// Use: | |
// 1. Enumerate the different actions (e.g. New, Delete, Insert, etc.) in the | |
// Actions enum. For each enumerated action, specify a string (e.g. | |
// "new", "delete", "insert", etc.) to be passed as the first argument to | |
// the MEX function in MATLAB. |