Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by jaymody

A curated list of projects in awesome lists by jaymody .

https://github.com/jaymody/picoGPT

An unnecessarily tiny implementation of GPT-2 in NumPy.

deep-learning gpt gpt-2 large-language-models machine-learning neural-network nlp python

Last synced: 29 Oct 2024

https://github.com/jaymody/picogpt

An unnecessarily tiny implementation of GPT-2 in NumPy.

deep-learning gpt gpt-2 large-language-models machine-learning neural-network nlp python

Last synced: 15 Oct 2024

https://github.com/jaymody/speculative-sampling

Simple implementation of Speculative Sampling in NumPy for GPT-2.

Last synced: 05 Nov 2024

https://github.com/jaymody/picoBERT

Like picoGPT but for BERT.

Last synced: 02 Aug 2024

https://github.com/jaymody/picobert

Like picoGPT but for BERT.

Last synced: 05 Nov 2024

https://github.com/jaymody/backpropagation

Simple python implementation of stochastic gradient descent for neural networks through backpropagation.

Last synced: 05 Nov 2024

https://github.com/jaymody/seq2seq-polynomial

Seq2seq transformer for polynomial expansion in PyTorch.

Last synced: 05 Nov 2024

https://github.com/jaymody/simplegpt

Simple implementation of a GPT (training and inference) in PyTorch.

Last synced: 05 Nov 2024

https://github.com/jaymody/simpleGPT

Simple implementation of a GPT (training and inference) in PyTorch.

Last synced: 30 Oct 2024

https://github.com/jaymody/gpt-jax

A stupidly simple GPT implementation in JAX.

Last synced: 05 Nov 2024

https://github.com/jaymody/misinformation-detection-with-transformers

Sequence classification and information retrieval via Transformers for misinformation detection.

Last synced: 05 Nov 2024

https://github.com/jaymody/dotfiles

~ sweet ~

Last synced: 05 Nov 2024

https://github.com/jaymody/rise-and-grind

Discord bot for morning clubs.

Last synced: 05 Nov 2024

https://github.com/jaymody/blogposts

Last synced: 05 Nov 2024

https://github.com/jaymody/spaceship

Rotated Bounding Box Regression using Tensorflow.

Last synced: 05 Nov 2024

https://github.com/jaymody/matmul-cpu-cache

Demonstration of matrix multiplication being 10x faster when you make sure to access the array row-wise so that cpu cache hits are maximizes.

Last synced: 05 Nov 2024

https://github.com/jaymody/seq2seq-sort

Training neural networks to sort because why not.

Last synced: 05 Nov 2024

https://github.com/jaymody/rrt

A ray tracer built in Rust that can run in your browser via WebAssembly.

Last synced: 05 Nov 2024

https://github.com/jaymody/measure-cpu-cache-size

Empirically measuring CPU caches sizes using a simple C program.

Last synced: 05 Nov 2024

https://github.com/jaymody/nn

Neural networks in PyTorch.

Last synced: 05 Nov 2024

https://github.com/jaymody/leetcode

Leetcode solutions I've completed (https://leetcode.com/jaymody/)

Last synced: 05 Nov 2024

https://github.com/jaymody/uidgen

An adjective-noun-number identifier generator.

Last synced: 05 Nov 2024

https://github.com/jaymody/nand2tetris

My attempt at https://www.nand2tetris.org

Last synced: 05 Nov 2024

https://github.com/jaymody/website

Last synced: 05 Nov 2024

https://github.com/jaymody/microscan

A microstructure analysis tool.

Last synced: 05 Nov 2024

https://github.com/jaymody/sorting-analytics

Analyzing the performance of various sorting algorithms with visuals.

Last synced: 05 Nov 2024

https://github.com/jaymody/gitfit

hack the north 2019

Last synced: 05 Nov 2024

https://github.com/jaymody/image-edit

This repo contains several image editing functions for OpenCV BGR Mat objects including: grayscale, brightness, contrast, saturation, sharpness, gamma, and hue.

Last synced: 05 Nov 2024

https://github.com/jaymody/mlp-visualizer

A simple multilayer perceptron network that classifies clusters of data generated using scikit-learn make_blobs.

Last synced: 05 Nov 2024

https://github.com/jaymody/cs231n

Course notes, assignments, and solutions for cs231n.

Last synced: 05 Nov 2024

https://github.com/jaymody/data-structures-algorithms

Implementations for common data structures and algorithms in C.

Last synced: 05 Nov 2024

https://github.com/jaymody/3xa3

Lines Per Minute, a typing tool made for programmers.

Last synced: 05 Nov 2024

https://github.com/jaymody/99-problems-ocaml

Solutions for https://ocaml.org/problems

Last synced: 05 Nov 2024

https://github.com/jaymody/simple-huffman-compress

A simple implementation of huffman encoding based compression in Python.

Last synced: 05 Nov 2024

https://github.com/jaymody/word-embedding-visualizer

A Dash webapp that visualizes word embeddings using various NLP and dimensionality reduction techniques.

Last synced: 05 Nov 2024

https://github.com/jaymody/u2net

Refactored (and simplified) U2Net implementation.

Last synced: 05 Nov 2024

https://github.com/jaymody/ocaml-tokenizers

Transformer tokenizers in OCaml.

Last synced: 05 Nov 2024

https://github.com/jaymody/3a04

Super Snakes and Ladders

Last synced: 05 Nov 2024

https://github.com/jaymody/rust-rayon-wasm-demo

Working demo for using Rust + Rayon Multithreading with Wasm.

Last synced: 05 Nov 2024

https://github.com/jaymody/list-cpu-cache

A demonstration of how CPU caching affects linked lists.

Last synced: 05 Nov 2024

https://github.com/jaymody/udacity-deep-learning

All my Udacity Deep Learning nanodegree projects.

Last synced: 05 Nov 2024

https://github.com/jaymody/rust-algos

Last synced: 05 Nov 2024

https://github.com/jaymody/brawler64

A retro brawler style game. First real piece of software I built.

Last synced: 05 Nov 2024

https://github.com/jaymody/student-database

A simple database complete with a Java Swing/AWT GUI that stores student information.

Last synced: 05 Nov 2024

https://github.com/jaymody/ocaml-algos

Various algorithms and data structure implementations in OCaml.

Last synced: 05 Nov 2024

https://github.com/jaymody/onnxruntime-web-example

ONNX Runtime for Web example code.

Last synced: 05 Nov 2024

https://github.com/jaymody/ray-experiments

Experimenting with ray.

Last synced: 05 Nov 2024

https://github.com/jaymody/jaymody

Profile Readme.

Last synced: 05 Nov 2024

https://github.com/jaymody/gifer

A bash script that converts a series of images into a gif.

Last synced: 05 Nov 2024

https://github.com/jaymody/molecular-translation

Molecular translation via Image Captioning (Molecular Compound -> InCHI)

Last synced: 05 Nov 2024

https://github.com/jaymody/unitex

A raycast extension to convert latex math to unicode.

Last synced: 05 Nov 2024

https://github.com/jaymody/skyrim-character-creator

Skyrim Character Creator is a simple program that allows the user to create skyrim based characters. Demonstrates the concept of inheritance in object oriented programming.

Last synced: 05 Nov 2024

https://github.com/jaymody/jutils

Some handy dandy python code I use often all in one place.

Last synced: 05 Nov 2024

https://github.com/jaymody/linkipedia

Spring webapp that provides a quick and easy way to find how two topics are related using the wiki-topcats dataset.

Last synced: 05 Nov 2024

https://github.com/jaymody/jmll

This project is a WIP ml library for multilayer perceptron networks in c++. This library for proof of concept and practice rather than implementation for actual programs.

Last synced: 05 Nov 2024

https://github.com/jaymody/hackwescam

1st place project at L3 Wescam 2019 🏆

Last synced: 05 Nov 2024

https://github.com/jaymody/avl-tree-ocaml

Simple AVL tree implementation in OCaml.

Last synced: 05 Nov 2024

https://github.com/jaymody/nic-configurator

A simple batch script to set a NIC config on a Windows machine.

Last synced: 05 Nov 2024

https://github.com/jaymody/microwiki

Last synced: 05 Nov 2024

https://github.com/jaymody/lpm

Last synced: 05 Nov 2024

https://github.com/jaymody/ecoo-2018

Solutions for the ECOO 2018 problems.

Last synced: 05 Nov 2024

https://github.com/jaymody/manim-jm

My random assortment of manim animations.

Last synced: 05 Nov 2024

https://github.com/jaymody/rustdb

Last synced: 05 Nov 2024

https://github.com/jaymody/2aa4

Last synced: 05 Nov 2024