Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilrop/real
Reimplementing algorithms
https://github.com/wilrop/real
Last synced: about 2 months ago
JSON representation
Reimplementing algorithms
- Host: GitHub
- URL: https://github.com/wilrop/real
- Owner: wilrop
- Created: 2023-01-22T21:45:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T20:41:42.000Z (9 months ago)
- Last Synced: 2024-04-29T20:21:59.986Z (9 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real
_REimplementing ALgorithms_ is a collection of algorithms that I reimplemented.## What is this repo
The goal of this repo is quite simple. I want to reimplement algorithms that I find particularly interesting. The reason for this is that I want to understand the nitty gritty of how they work and to get myself familiar with state of the art tools and implementations.## What is this repo not
The goal of this repository is *not* to reimplement algorithms from papers *exactly* and reproduce their results. Rather, I aim to reimplement the general spirit of the algorithms and experiment with these techniques. Experiments that I run in this repo are mostly to verify the implementations and to give me some working experience with them.