Skip to content
View jkgiesler's full-sized avatar
Block or Report

Block or report jkgiesler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. healy-viz healy-viz Public

    Walking through "Data Visualization: A Practical Introduction" using python and plotnine

    HTML 1

  2. pyomo basics.ipynb pyomo basics.ipynb
    1
    {
    2
     "cells": [
    3
      {
    4
       "cell_type": "markdown",
    5
       "metadata": {},
  3. kaggle-mnist-solution kaggle-mnist-solution Public

    Building conv neural nets using theano and lasagne.

    Python 6 1

  4. parse-chicago-neighborhoods parse-chicago-neighborhoods Public

    Determining Chicago neighborhood from latitude and longitude.

    Python 4 5

  5. deep_excel.py deep_excel.py
    1
    from __future__ import print_function
    2
    import numpy as np
    3
    from xlwings import Workbook, Range
    4
    
                  
    5
    #Deep excel not included please find it here: http://www.deepexcel.net/
  6. TensorFlow-Notebooks TensorFlow-Notebooks Public

    Various tensorflow experiments - trying to stay up to date

    Jupyter Notebook