Skip to content

Instantly share code, notes, and snippets.

View artificialsoph's full-sized avatar
☠️
data witch to watch out for

Sophie Searcy artificialsoph

☠️
data witch to watch out for
View GitHub Profile
import keras
import numpy as np
import tensorflow as tf
from keras import backend as K
import seaborn as sns
import matplotlib.pyplot as plt
from sklearn import metrics
import functools
@artificialsoph
artificialsoph / breaking-the-central-limit-theorem-with-the-cauchy-distribution.ipynb
Created August 9, 2019 16:06
Breaking the central limit theorem with the Cauchy distribution.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / embeddings_extra.py
Created August 17, 2020 16:46
Embeddings Extra
#############################################################
##################### New Code to include ###################
# Run this at the start of class locally or in colab #
#############################################################
%pylab inline
import gensim.downloader as api
google_vec_file = api.load("word2vec-google-news-300", return_path=True)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / twilight_wave.ipynb
Last active July 15, 2021 02:07
Twilight Wave 👋
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / wordle.ipynb
Last active February 6, 2022 17:06
Wordle Solver
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.