Pinned Repositories
astar
Solving the 8 Puzzle problem
bank-simulator
simulating a bank's ATMs with pthreads
ctcdecode
PyTorch CTC Decoder bindings
cubicspline
constructing the natural cubic spline for the function 1/(x^2 + 1)
cuda-add
performing addition using CUDA
HackMT-ReverbPlugin
An algorithmic reverb built for the HackMT event
ID3-Tree
Classifying Irises with an ID3 Tree
kmeans
Classifying Cancer and Iris Data Using K Means
pos_tagger
Part of speech tagger using LSTMs from PyTorch tutorials
THD
Using swept sine impulse technique to determine total harmonic distortion
joshemorris's Repositories
joshemorris/THD
Using swept sine impulse technique to determine total harmonic distortion
joshemorris/pos_tagger
Part of speech tagger using LSTMs from PyTorch tutorials
joshemorris/astar
Solving the 8 Puzzle problem
joshemorris/bank-simulator
simulating a bank's ATMs with pthreads
joshemorris/ctcdecode
PyTorch CTC Decoder bindings
joshemorris/cubicspline
constructing the natural cubic spline for the function 1/(x^2 + 1)
joshemorris/cuda-add
performing addition using CUDA
joshemorris/HackMT-ReverbPlugin
An algorithmic reverb built for the HackMT event
joshemorris/ID3-Tree
Classifying Irises with an ID3 Tree
joshemorris/kmeans
Classifying Cancer and Iris Data Using K Means
joshemorris/English_Spanish_Classifier
From PyTorch tutorials on NLP
joshemorris/gaussianelim
Performing Gaussian elimination with pthreads
joshemorris/gentle
gentle forced aligner
joshemorris/models
Models and examples built with TensorFlow
joshemorris/mpi-rectangular-integration
using MPI to perform rectangular integration
joshemorris/timechange
Classification of time series data using neural nets
joshemorris/word_embedding_tutorial
Word embedding scripts from PyTorch tutorials