Skip to content
View alexwu-bayarea's full-sized avatar

Block or report alexwu-bayarea

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
  • MIT License Updated Jan 23, 2025
  • qlib Public

    Forked from microsoft/qlib

    Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas…

    Python MIT License Updated Jan 3, 2025
  • 🤖 𝗟𝗲𝗮𝗿𝗻 for 𝗳𝗿𝗲𝗲 how to 𝗯𝘂𝗶𝗹𝗱 an end-to-end 𝗽𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝗼𝗻-𝗿𝗲𝗮𝗱𝘆 𝗟𝗟𝗠 & 𝗥𝗔𝗚 𝘀𝘆𝘀𝘁𝗲𝗺 using 𝗟𝗟𝗠𝗢𝗽𝘀 best practices: ~ 𝘴𝘰𝘶𝘳𝘤𝘦 𝘤𝘰𝘥𝘦 + 12 𝘩𝘢𝘯𝘥𝘴-𝘰𝘯 𝘭𝘦𝘴𝘴𝘰𝘯𝘴

    Python MIT License Updated Dec 26, 2024
  • Jito JSON-RPC Typescript SDK

    JavaScript Updated Nov 20, 2024
  • Code Repository for Machine Learning with PyTorch and Scikit-Learn

    Jupyter Notebook MIT License Updated Nov 6, 2024
  • Classical equations and diagrams in machine learning

    TeX Updated Jul 30, 2024
  • LLM101n Public

    Forked from karpathy/LLM101n

    LLM101n: Let's build a Storyteller

    Updated Jun 22, 2024
  • Repository hosting code used to reproduce results in "Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative Recommendations" (https://arxiv.org/abs/2402.17152, I…

    Python Apache License 2.0 Updated May 15, 2024
  • Alpaca-CoT Public

    Forked from PhoebusSi/Alpaca-CoT

    We unified the interfaces of instruction-tuning data (e.g., CoT data), multiple LLMs and parameter-efficient methods (e.g., lora, p-tuning) together for easy use. We welcome open-source enthusiasts…

    Jupyter Notebook Apache License 2.0 Updated Dec 12, 2023
  • spectree Public

    Forked from 0b01001001/spectree

    API spec validator and OpenAPI document generator for Python web frameworks.

    Python Apache License 2.0 Updated Dec 20, 2021
  • mosec Public

    Forked from mosecorg/mosec

    A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine

    Python Apache License 2.0 Updated Dec 19, 2021
  • ddia Public

    Forked from Vonng/ddia

    《Designing Data-Intensive Application》DDIA中文翻译

    Python Creative Commons Attribution 4.0 International Updated Aug 3, 2021
  • 汇总各大互联网公司容易考察的高频leetcode题🔥

    1 Updated Jul 9, 2021
  • LeetCode 刷题攻略:配思维导图,各个类型的经典题目刷题顺序、经典算法模板,以及详细图解和视频题解。这里精选的题目都不是孤立的,而是由浅入深一脉相承的,相信只要按照刷题攻略上的顺序来学习,一定会有所收获!给个star支持一下吧!

    1 Updated Jul 9, 2021
  • This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The proble…

    C++ 1 Updated Jul 9, 2021
  • mlflow Public

    Forked from mlflow/mlflow

    Open source platform for the machine learning lifecycle

    Python Apache License 2.0 Updated Jun 30, 2021
  • mmperf Public

    Forked from mmperf/mmperf

    MatMul Performance Benchmarks for a Single CPU Core comparing both hand engineered and codegen kernels.

    C++ Apache License 2.0 Updated Jun 28, 2021
  • flink Public

    Forked from apache/flink

    Apache Flink

    Java Apache License 2.0 Updated Jun 20, 2021
  • redis Public

    Forked from redis/redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…

    C BSD 3-Clause "New" or "Revised" License Updated Jun 20, 2021
  • annoy Public

    Forked from spotify/annoy

    Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk

    C++ Apache License 2.0 Updated Jun 14, 2021
  • 《Effective Modern C++》翻译 - 已完成

    2 Updated Jun 8, 2021
  • DeepSpeed Public

    Forked from deepspeedai/DeepSpeed

    DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective.

    Python MIT License Updated May 24, 2021
  • 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等

    Updated May 8, 2021
  • Tensorflow implementation(unofficial) of "Digging into Self-Supervised Monocular Depth Prediction"

    Python MIT License Updated May 5, 2021
  • TrianFlow Public

    Forked from B1ueber2y/TrianFlow

    Code release for "Towards Better Generalization: Joint Depth-Pose Learning without PoseNet".

    Python Updated Apr 20, 2021
  • A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.

    MIT License Updated Apr 6, 2021
  • 专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!

    MIT License Updated Apr 1, 2021
  • kubeflow Public

    Forked from kubeflow/kubeflow

    Machine Learning Toolkit for Kubernetes

    Jsonnet Apache License 2.0 Updated Mar 30, 2021
  • elastic Public

    Forked from pytorch/elastic

    PyTorch elastic training

    Python BSD 3-Clause "New" or "Revised" License Updated Mar 27, 2021
  • OI-wiki Public

    Forked from OI-wiki/OI-wiki

    🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)

    Updated Mar 20, 2021