Skip to content

Instantly share code, notes, and snippets.

View khemanta's full-sized avatar

Hemant K khemanta

  • PipeCandy, Inc.
  • Singapore
View GitHub Profile
@khemanta
khemanta / Capital-Bikeshare-2-Neural-Network.ipynb
Last active April 9, 2020 13:18
IBM Advanced Data Science Capstone Project - Model 2 - Neural Network
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# install dependencies
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install -y cmake
sudo apt-get install -y libgtk2.0-dev
sudo apt-get install -y pkg-config
sudo apt-get install -y python-numpy python-dev
sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt-get install -y libjpeg-dev libpng-dev libtiff-dev libjasper-dev
#!/usr/bin/env python
#
# Rugged Data
# May 25, 2013
#
"""
Short python program to explore how you combine Bernoulli draws
when the probabilities are not the same. If they were, we'd get
the Binomial Distribution