Skip to content
View qpwo's full-sized avatar

Block or report qpwo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
qpwo/README.md

index.html:

Pinned Loading

  1. dsv3-lowmem dsv3-lowmem Public

    Forked from deepseek-ai/DeepSeek-V3

    run deepseek v3 on a single node. Drops unused experts from memory.

    Python 14 1

  2. knn-racket knn-racket Public

    (2015) k nearest neighbors machine learning algorithm, written in racket

    Racket 4 1

  3. similarrepos.com similarrepos.com Public

    Find similar/related repositories on github using co-stargazers, like Yasiv's ghindex but with graphql api that doesn't eat your query limit.

    JavaScript 5

  4. actual-malware actual-malware Public

    Just npm install

    TypeScript 220 9

  5. uw-cmg/MAST-ML uw-cmg/MAST-ML Public

    MAterials Simulation Toolkit for Machine Learning (MAST-ML)

    Jupyter Notebook 112 61

  6. Monte Carlo tree search (MCTS) minim... Monte Carlo tree search (MCTS) minimal implementation in Python 3, with a tic-tac-toe example gameplay
    1
    """
    2
    A minimal implementation of Monte Carlo tree search (MCTS) in Python 3
    3
    Luke Harold Miles, July 2019, Public Domain Dedication
    4
    See also https://en.wikipedia.org/wiki/Monte_Carlo_tree_search
    5
    https://gist.github.com/qpwo/c538c6f73727e254fdc7fab81024f6e1