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
@artificialsoph
artificialsoph / CIFAR100.ipynb
Created November 28, 2017 20:38
CIFAR image recognition demo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / Capsule Demo.ipynb
Last active January 23, 2018 01:45
Tensorflow Capsule Demo (based on Hinton et al. 2011)
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / rl-examples.ipynb
Last active September 4, 2018 13:30
Reinforcement Learning Example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / threadwiki.py
Last active September 20, 2018 14:56
threadwiki: PEP8 python entry to the Shortest Wiki Contest named for the threadsnake
import glob
import os
import time
import markdown2
from flask import Flask, redirect, request
app = Flask(__name__)
region area palmitic palmitoleic stearic oleic linoleic linolenic arachidic eicosenoic
1.North-Apulia 1 1 1075 75 226 7823 672 36 60 29
2.North-Apulia 1 1 1088 73 224 7709 781 31 61 29
3.North-Apulia 1 1 911 54 246 8113 549 31 63 29
4.North-Apulia 1 1 966 57 240 7952 619 50 78 35
5.North-Apulia 1 1 1051 67 259 7771 672 50 80 46
6.North-Apulia 1 1 911 49 268 7924 678 51 70 44
7.North-Apulia 1 1 922 66 264 7990 618 49 56 29
8.North-Apulia 1 1 1100 61 235 7728 734 39 64 35
9.North-Apulia 1 1 1082 60 239 7745 709 46 83 33
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / jupyter_ngrok.md
Last active March 23, 2025 15:36
Quickest way to get Jupyter notebook running on a remote server.

Log into your server with ssh, something like

ssh -i "my_secret.pem" [email protected]

If it's a new server, you'll need to install a few things.

Install conda with