Skip to content

Instantly share code, notes, and snippets.

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.
@ctralie
ctralie / MusicStructure.ipynb
Created September 6, 2024 11:16
A tutorial on how to automatically extract structural information from musical audio
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ctralie
ctralie / GalliumOS on Edgar.markdown
Created April 19, 2024 17:09 — forked from stupidpupil/GalliumOS on Edgar.markdown
Guide to installing GalliumOS on an Acer Chromebook 14" (CB3-431) 'Edgar'
@ctralie
ctralie / SSMTorchGradientDescent.ipynb
Last active January 3, 2024 20:01
SSMTorchGradientDescent.ipynb
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.
@ctralie
ctralie / mergetree.py
Created July 26, 2022 17:44
Merge trees on time series with simplification
"""
Programmer: Chris Tralie
Purpose: To provide a basic ordered merge tree class for interval and circular domains,
along with methods to construct the merge tree from a time series, to plot it and
its associated persistence diagram, and to simplify the merge trees by persistence
"""
import numpy as np
import matplotlib.pyplot as plt
@ctralie
ctralie / AutoencoderTest.ipynb
Created January 23, 2022 17:50
Experiments with autoencoders of MNIST Data in pytorch, with a visualization of projection to 2D latent space
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ctralie
ctralie / Cantor.ipynb
Created October 21, 2021 14:35
Cantor Function Approximation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.