Live data from Hacker News

Viewing profile — tobeyey

tobeyey

HN member
Joined
Wed, Sep 20, 2023, 6:44 PM UTC
HN karma
19
Public activity
1 items

About tobeyey

No profile information was provided.

Recent public activity

  1. comment
    Comment #37588379

    Replacing the NCD distances = [(compute_ncd(x1, x), label) for x, _, label in compressed_lengths] with the Euclidean distance distances = [(np.sqrt(np.sum(np.square(x1-x))), label)…