Pinned Repositories
-EANet
External Attention Network
100_page_python_intro
Short, introductory guide for the Python programming language
15-minute-apps
15 minute (small) desktop apps built with PyQt
awesome-self-supervised-gnn
Papers about pretraining and self-supervised learning on Graph Neural Networks (GNN).
Chinese-BioNLP
中文生物医学自然语言处理(Chinese-BioNLP)
DALLE-pytorch
Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
fin-ml
This github repository contains the code to the case studies in the O'Reilly book Machine Learning and Data Science Blueprints for Finance
netcdf4-python
netcdf4-python: python/numpy interface to the netCDF C library
Pytorch-Deep-Learning-Practice-Notes
XrosLiang's Repositories
XrosLiang/3d
Three.js 3D项目,包含冰墩墩🐼、数字城市🏙、3D人像👤、车模展示🚗、塞尔达传说🗡等一些3D趣味演示页面,持续优化中...访问链接如下👇
XrosLiang/alphafold
Open source code for AlphaFold.
XrosLiang/annotated-py-projects
flask/sanic/asyncio/bottle/webpy 等源码注解合集
XrosLiang/Awesome-Graph-Neural-Networks
Paper Lists for Graph Neural Networks
XrosLiang/awesome-transformers-in-medical-imaging
A collection of resources on applications of Transformers in Medical Imaging.
XrosLiang/bash-handbook
:book: For those who wanna learn Bash
XrosLiang/data-centric-ai
Resources for Data Centric AI
XrosLiang/DAVAR-Lab-OCR
OCR toolbox from Davar-Lab
XrosLiang/distil
DISTIL: Deep dIverSified inTeractIve Learning. An active/inter-active learning library built on py-torch for reducing labeling costs.
XrosLiang/einops
Deep learning operations reinvented (for pytorch, tensorflow, jax and others)
XrosLiang/hyperopt
Distributed Asynchronous Hyperparameter Optimization in Python
XrosLiang/ithaca
Restoring and attributing ancient texts using deep neural networks
XrosLiang/jupyterlab-execute-time
Execute Time Plugin for Jupyter Lab
XrosLiang/loguru
Python logging made (stupidly) simple
XrosLiang/ltp
Language Technology Platform
XrosLiang/m2cgen
Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies
XrosLiang/NN-SVG
Publication-ready NN-architecture schematics.
XrosLiang/nps
一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
XrosLiang/pecos
PECOS - Prediction for Enormous and Correlated Spaces
XrosLiang/plm-nlp-code
XrosLiang/RL4RS
A Real-World Benchmark for Reinforcement Learning based Recommender System
XrosLiang/RMNet
RM Operation can equivalently convert ResNet to VGG, which is better for pruning; and can help RepVGG perform better when the depth is large.
XrosLiang/ST-PlusPlus
[CVPR 2022] ST++: Make Self-training Work Better for Semi-supervised Semantic Segmentation
XrosLiang/tabby
A terminal for a more modern age
XrosLiang/The-Python-Graph-Gallery
A website displaying hundreds of charts made with Python
XrosLiang/tui-rs
Build terminal user interfaces and dashboards using Rust
XrosLiang/wonderful-sql
Follow me,从 0 到 1 掌握 SQL,决胜秋招。
XrosLiang/word_cloud
A little word cloud generator in Python
XrosLiang/Yolo-FastestV2
:zap: Based on Yolo's low-power, ultra-lightweight universal target detection algorithm, the parameter is only 250k, and the speed of the smart phone mobile terminal can reach ~300fps+
XrosLiang/YOLOP-opencv-dnn
使用OpenCV部署全景驾驶感知网络YOLOP,可同时处理交通目标检测、可驾驶区域分割、车道线检测,三项视觉感知任务,包含C++和Python两种版本的程序实现。本套程序只依赖opencv库就可以运行, 从而彻底摆脱对任何深度学习框架的依赖。