-
Hi, thank you so much for your awesome work!
I notice that when running ``equal.py`` to compare decoding tokens of speculative decoding methods (pld/eagle/hydra) with vanilla decoding tokens, the …
-
I made the mistake of going down the rabbithole of looking into data splitting algorithms. And there is a lot out there but no clear guidelines - i.e. there would we a need for a benchmark at some poi…
-
I'm not sure if this is really a bug or not, as I'm a little unclear on what `horner` is supposed to do on multivariate polynomials. Take this example, taken from https://stackoverflow.com/questions/3…
-
![image](https://user-images.githubusercontent.com/8993218/161089470-4b201b1b-e03f-4ad4-9da7-3327e206dd03.png)
reproduce with
```python
import celer
import numpy as np
from numpy.linalg …
-
## TO-DO
### Unit 1: Introduction
- [x] Lecture 1: Algorithmic Thinking, Peak Finding
- [x] Lecture 2: Models of Computation, Document Distance
- Exercise 1:
- [x] [quiz](https://www.khanacade…
hon9g updated
5 years ago
-
**Issue**
JGrapht contains implementations of some heuristic algorithms for the traveling salesman problem (TSP), like nearest-neighbor and nearest-insertion. However, there are many other heuristic …
-
From https://news.ycombinator.com/item?id=19473277:
> [Doing better line breaking in web browsers] comes up on every thread related to web typography, and the answer as always is that it's not pos…
-
Does anyone know why faster-greedy-dag is less good than greedy-dag?
```
cumulative dag cost for faster-greedy-dag: 77030
cumulative dag cost for greedy-dag: 76907
```
-
## Description
HackerRank recently introduced a module called [**Cracking the Coding Interview**](https://www.hackerrank.com/domains/tutorials/cracking-the-coding-interview/status/all/page/1). For th…
-
Step 1: Initial 3D rendering
- Define data structure to define which voxel is firing or selected or moused over
- Create a mesh / point / UV generator to map points, and have them be mappable to the…