uniduan's Stars
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
instillai/TensorFlow-Course
:satellite: Simple and ready-to-use tutorials for TensorFlow
tensorflow/docs-l10n
Translations of TensorFlow documentation
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
nightrome/really-awesome-gan
A list of papers on Generative Adversarial (Neural) Networks
gorgonia/gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
jayleicn/animeGAN
A simple PyTorch Implementation of Generative Adversarial Networks, focusing on anime face drawing.
openai/DALL-E
PyTorch package for the discrete VAE used for DALL·E.
THUDM/CogView
Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".
justjavac/awesome-wechat-weapp
微信小程序开发资源汇总 :100:
dcloudio/uni-app
A cross-platform framework using Vue.js
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
facebook/folly
An open-source C++ library developed and used at Facebook.
jobbole/awesome-go-cn
Go 资源大全中文版, 内容包括:Web框架、模板引擎、表单、身份认证、数据库、ORM框架、图片处理、文本处理、自然语言处理、机器学习、日志、代码分析、教程和(电子)书等。由「开源前哨」和「Go开发大全」微信团队维护。
kubernetes-client/c
Official C client library for Kubernetes
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
Light-City/CPlusPlusThings
C++那些事
wangzheng0822/algo
数据结构和算法必知必会的50个代码实现
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
greyireland/algorithm-pattern
算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~
cuonglm/gocmt
Add missing comment on exported function, method, type, constant, variable in go file
first-giver/go-performance-code
This is Chen Yixiao's ppt at the 2020 gopher meet up in shenzhen.
ffhelicopter/Go42
《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。
hyper0x/go_command_tutorial
Golang command tutorial in Chinese.
istio/istio
Connect, secure, control, and observe services.