Skip to content

Instantly share code, notes, and snippets.

View louisdorard's full-sized avatar

Louis Dorard louisdorard

View GitHub Profile
@jkleint
jkleint / shuffle_weights.py
Created July 10, 2016 05:24
Quickly re-initialize weights of a Keras model
#!/usr/bin/env python
"""Demonstrate Keras model weight shuffling as fast alternative to re-creating a model."""
from __future__ import print_function
import numpy as np
from keras.layers import Dense
from keras.models import Sequential

Services and Algorithms

This section describes each of the services compared in the throwdown and the algorithms/models used.

BigML

Decision trees, both single and bagged.