Yitao1024's Stars
kamranahmedse/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
2noise/ChatTTS
A generative speech model for daily dialogue.
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
karpathy/LLM101n
LLM101n: Let's build a Storyteller
modularml/mojo
The Mojo Programming Language
pydantic/pydantic
Data validation using Python type hints
Mikoto10032/DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
RUCAIBox/LLMSurvey
The official GitHub page for the survey paper "A Survey of Large Language Models".
sktime/sktime
A unified framework for machine learning with time series
marshmallow-code/marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
mamba-org/mamba
The Fast Cross-Platform Package Manager
skorch-dev/skorch
A scikit-learn compatible neural network library that wraps PyTorch
facebookresearch/ConvNeXt
Code release for ConvNeXt model
TylerYep/torchinfo
View model summaries in PyTorch!
cloudpipe/cloudpickle
Extended pickling support for Python objects
xiaolai-sqlai/mobilenetv3
mobilenetv3 with pytorch,provide pre-train model
IBM/pytorch-seq2seq
An open source framework for seq2seq models in PyTorch.
csinva/imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
biliup/biliup-app
b站全平台投稿客户端,支持多p投稿,稿件编辑
rixwew/pytorch-fm
Factorization Machine models in PyTorch
PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python
Hands-On Graph Neural Networks Using Python, published by Packt
DataCanvasIO/DeepTables
DeepTables: Deep-learning Toolkit for Tabular data
xbresson/GML2023
Graph Machine Learning course, Xavier Bresson, 2023
jpmml/jpmml-sklearn
Java library and command-line application for converting Scikit-Learn pipelines to PMML
EFS-OpenSource/calibration-framework
The net:cal calibration framework is a Python 3 library for measuring and mitigating miscalibration of uncertainty estimates, e.g., by a neural network.
Valdecy/pyMetaheuristic
pyMetaheuristic: A Comprehensive Python Library for Optimization
inyutin/aiohttp_retry
Simple retry client for aiohttp.
illidanlab/T-LSTM
Time-Aware LSTM
Matt-OP/hillclimbers
A python module that uses hill climbing to iteratively blend machine learning model predictions.
Shaocr/PAUCI
An implement of the NeurIPS 2022 paper: Asymptotically Unbiased Instance-wise Regularized Partial AUC Optimization: Theory and Algorithm.