Skip to content

Instantly share code, notes, and snippets.

View tomokishii's full-sized avatar

Tomokazu Ishii tomokishii

  • Kanagawa, Japan
View GitHub Profile
@tomokishii
tomokishii / README.md
Last active December 19, 2017 00:46
TensorFlow 1.3 "canned estimators" demo
  1. mnist_cnn.py - baseline code (till TF 1.2)
  2. mnist_estimator.py - using TF 1.3 tf.estimator API
@tomokishii
tomokishii / fashion_mnist_theano.py
Created October 2, 2017 05:11
fashion_mist_theano.py - one another mnist (fashion mnist) classification code using Theano. (Goodbye Theano!)
#
# fashion_mnist_theano.py
# date. 10/2/2017
#
# REM: I read the article for stopping development of "THEANO".
# The deep learning framework stimulated me and made me write codes.
# I'd like to say thank you to Theano supporting team.
#
import os
@tomokishii
tomokishii / README.md
Last active November 22, 2016 00:02
Collaborative Filtering Tutorial Codes

Collaborative Filtering Tutorial Codes

The original codes comes from "Coursera Machine Learning" by prof. Andrew Ng, the program assignment of week 9.
I implemented this by Python,
1.Numpy + Scipy.Optimize
2.TensorFlow

  • ex8_cofi.py: Numpy + Scipy.Optimize code
  • check_costfun.py: support functions for ex8_cofi.py
  • cofi_tf.py: TensorFlow code
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomokishii
tomokishii / example1.csv
Created March 29, 2016 02:04
Pandas Date index parse
Date Open High Low Close
2014/12/31 17702.11914 17713.75977 17450.76953 17450.76953
2014/12/30 17702.11914 17713.75977 17450.76953 17450.76953
2014/12/29 17914.55078 17914.55078 17525.66016 17729.83984
2014/12/26 17778.91016 17843.73047 17769.00977 17818.96094
2014/12/25 17804.83984 17832.4707 17773.58984 17808.75
2014/12/24 17842.03906 17875.41016 17800.41992 17854.23047
2014/12/22 17685.5293 17692.58008 17572.61914 17635.14062
2014/12/19 17511.00977 17621.40039 17471.59961 17621.40039
2014/12/18 17210.05078 17210.05078 17210.05078 17210.05078