Skip to content

Instantly share code, notes, and snippets.

@ypwhs
ypwhs / mnist_sgd.ipynb
Created April 2, 2017 04:13
mnist_sgd
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ypwhs
ypwhs / test.py
Created March 18, 2017 01:47
ETH robot
# coding: utf-8
import numpy as np
import requests
import datetime
import itchat
import time
import os
sensitive = 0.5
@ypwhs
ypwhs / heart.ipynb
Created February 13, 2017 13:49
heart
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ypwhs
ypwhs / FCN.ipynb
Last active February 8, 2017 14:18
FCN
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ypwhs
ypwhs / preprocessing.ipynb
Created February 2, 2017 16:22
convert svhn digitStruct.mat to csv
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ypwhs
ypwhs / CNN+GRU.ipynb
Last active January 22, 2017 04:31
CNN+GRU
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ypwhs
ypwhs / keras_mnist_cnn.ipynb
Created January 19, 2017 09:58
keras_mnist_cnn
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ypwhs
ypwhs / allow growth.py
Last active July 16, 2017 11:57
避免keras占用所有的显存
from keras.backend.tensorflow_backend import set_session
import tensorflow as tf
config = tf.ConfigProto()
config.gpu_options.allow_growth=True
set_session(tf.Session(config=config))
@ypwhs
ypwhs / Pets.ipynb
Created December 30, 2016 16:45
定位宠物的面部位置
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ypwhs
ypwhs / fire_detect.ipynb
Created December 30, 2016 08:28 — forked from mlhy/fire_detect.ipynb
fire detect
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.