Skip to content

Instantly share code, notes, and snippets.

View yngtodd's full-sized avatar
👹
おにちゃん, 頑張ってね!

Todd Young yngtodd

👹
おにちゃん, 頑張ってね!
View GitHub Profile
@yngtodd
yngtodd / check_dimension_ordering.py
Last active July 15, 2017 04:41
Ordering numbers.Real before numbers.Integral in `check_dimension`
import numpy as np
from skopt.space import *
# Modified order -> numbers.Real and then numbers.Integral
def check_dimension(dimension, transform=None):
"""
Checks that the provided dimension falls into one of the
supported types. For a list of supported types, look at
the documentation of `dimension` below.
@yngtodd
yngtodd / pytorch_cnn.ipynb
Created August 31, 2017 21:55
Pytorch CNN MNIST
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yngtodd
yngtodd / hitchhikers_map.ipynb
Created September 6, 2017 14:41
Optimizing Nonnegative Matrix Factorizations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yngtodd
yngtodd / hitchhikers_map_extended.ipynb
Created September 6, 2017 17:21
Gaussian Process Optimization over Matrix Factorization (Three Experiments)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yngtodd
yngtodd / ramki_nmf.ipynb
Created September 8, 2017 03:35
Hitchhiker's Guide to NMF
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yngtodd
yngtodd / Gradient_Boosting_Regressor128-3.ipynb
Created September 8, 2017 17:12
Hyperparameter Optimization for Gradient Boosted Regressors
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yngtodd
yngtodd / xgb128.ipynb
Created September 10, 2017 17:25
Gradient Boosting Updated
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yngtodd
yngtodd / nmf_hyperspace_kubuntu.ipynb
Created September 11, 2017 01:42
Latest NMF ReErr
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yngtodd
yngtodd / xgb_hyperspace_kubuntu.ipynb
Created September 11, 2017 01:43
Latest Gradient Boosting Regressor Hyperspace
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yngtodd
yngtodd / cnn_hyperspace_kubuntu(1).ipynb
Created September 11, 2017 03:35
Lastest CNN hyperspace results
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.