Become a member
Sign in
John C
John C

John C

12 Following
11 Followers
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by John C

See more

From Building A Logistic Regression in Python, Step by Step by Susan Li

import pandas as pd
import numpy as np
from sklearn import preprocessing
import matplotlib.pyplot as plt
plt.rc("font", size=14)
from sklearn.linear_model import LogisticRegression
from sklearn.cross_validation import train_test_split
import seaborn as sns
sns.set(style="white")
sns.set(style="whitegrid", color_codes=True)

Claps from John C

See more

The worst volume control UI in the world

Fabricio Teixeira

What and Why of Social Networks?

YUVRENDER GILL

Taming LSTMs: Variable-sized mini-batches and why PyTorch is good for your health

William Falcon