Pinned Repositories
homemade-machine-learning
π€ Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
javascript-algorithms
π Algorithms and data structures implemented in JavaScript with explanations and links to further readings
js-image-carver
π Content-aware image resizer and object remover based on Seam Carving algorithm
learn-python
π Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
machine-learning-experiments
π€ Interactive Machine Learning experiments: ποΈmodels training + π¨models demo
machine-learning-octave
π€ MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
nano-neuron
π€ NanoNeuron is 7 simple JavaScript functions that will give you a feeling of how machines can actually "learn"
promote-your-next-startup
π Free resources you may use to promote your next startup
self-parking-car-evolution
𧬠Training the car to do self-parking using a genetic algorithm
state-of-the-art-shitcode
π©State-of-the-art shitcode principles your project should follow to call it a proper shitcode
trekhleb's Repositories
trekhleb/javascript-algorithms
π Algorithms and data structures implemented in JavaScript with explanations and links to further readings
trekhleb/homemade-machine-learning
π€ Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
trekhleb/learn-python
π Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
trekhleb/state-of-the-art-shitcode
π©State-of-the-art shitcode principles your project should follow to call it a proper shitcode
trekhleb/nano-neuron
π€ NanoNeuron is 7 simple JavaScript functions that will give you a feeling of how machines can actually "learn"
trekhleb/promote-your-next-startup
π Free resources you may use to promote your next startup
trekhleb/machine-learning-experiments
π€ Interactive Machine Learning experiments: ποΈmodels training + π¨models demo
trekhleb/js-image-carver
π Content-aware image resizer and object remover based on Seam Carving algorithm
trekhleb/machine-learning-octave
π€ MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
trekhleb/self-parking-car-evolution
𧬠Training the car to do self-parking using a genetic algorithm
trekhleb/use-position
π React hook usePosition() for fetching and following a browser geolocation
trekhleb/okso-app
βπ» The drawing app to express, grasp, and organize your thoughts and ideas. Draw to explain. Draw to grasp.
trekhleb/covid-19
π Coronavirus (COVID-19) dashboard to show the dynamics of Π‘oronavirus distribution per country
trekhleb/nodejs-master-class
π This repository contains the homework assignment for Node.js Master Class that is focused on building a RESTful API, web app GUI, and a CLI in plain Node JS with no NPM or 3rd-party libraries
trekhleb/trekhleb.github.io
𧬠My personal website with a list of my projects that help people learn and blog posts about life, web-development, and machine-learning.
trekhleb/angular-library-seed
πΎ Seed project for Angular libraries that are AOT/JIT compatible and that use external SCSS-styles and HTML-templates
trekhleb/links-detector
π ππ» Links Detector makes printed links clickable via your smartphone camera. No need to type a link in, just scan and click on it.
trekhleb/micrograd-ts
π€ A TypeScript version of karpathy/micrograd β a tiny scalar-valued autograd engine and a neural net on top of it
trekhleb/homemade-gpt-js
A minimal TensorFlow.js re-implementation of Karpathy's minGPT (Generative Pre-trained Transformer). The GPT model itself is <300 lines of code.
trekhleb/hello-docker
π³ Example Docker project that is used as illustration for automated continuous delivery flow with DockerCloud and DigitalOcean
trekhleb/giphygram
π Experimental React application for searching GIF images on GIPHY
trekhleb/vscode-search-tree
π (Draft!) VSCode extension to show the search results in a tree view
trekhleb/trekhleb
π¨π»βπ» My GitHub profile intro
trekhleb/homemade-gpt-js-weights
Pre-trained weights for the "Homemade GPT JS"