Skip to content

Instantly share code, notes, and snippets.

@Niranjankumar-c
Last active March 31, 2019 03:00
Show Gist options
  • Save Niranjankumar-c/c654af74945802d5667eb31c56a64116 to your computer and use it in GitHub Desktop.
Save Niranjankumar-c/c654af74945802d5667eb31c56a64116 to your computer and use it in GitHub Desktop.
Feedforward Network Imports
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.colors
from sklearn.model_selection import train_test_split
from sklearn.metrics import accuracy_score, mean_squared_error
from tqdm import tqdm_notebook
from sklearn.preprocessing import OneHotEncoder
from sklearn.datasets import make_blobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment