Skip to content

Instantly share code, notes, and snippets.

View gaganmalhotra's full-sized avatar

Gagan Malhotra gaganmalhotra

  • https://github.ibm.com/Gagandeep-Malhotra
View GitHub Profile
@gaganmalhotra
gaganmalhotra / Train_Census.py
Created November 17, 2017 01:55
DNN using Estimators and Contrib to create and predict using Tensor Flow
from __future__ import absolute_import, division, print_function
import pandas as pd
import numpy as np
import tensorflow as tf
import os
import shutil
import tempfile
import urllib