Pinned Repositories
-Python-Analysis_of_wine_quality
Analysis of the Wine Quality Data Set from the UCI Machine Learning Repository
AdaIN-style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
annotated-transformer
An annotated implementation of the Transformer paper.
annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
args
A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).
Attend-and-Excite
Official Implementation for "Attend-and-Excite: Attention-Based Semantic Guidance for Text-to-Image Diffusion Models"
CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
NeRFFaceEditing
for my proj
projectwithcomment
C/C++做的小项目合集带注释
lanzehua's Repositories
lanzehua/annotated-transformer
An annotated implementation of the Transformer paper.
lanzehua/nvdiffrast
Nvdiffrast - Modular Primitives for High-Performance Differentiable Rendering
lanzehua/latent-diffusion
High-Resolution Image Synthesis with Latent Diffusion Models
lanzehua/stylegan
StyleGAN - Official TensorFlow Implementation
lanzehua/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, e
lanzehua/TMT
图片生成椅子等实物
lanzehua/DONERF
Code for "DONeRF Towards Real-Time Rendering of Compact Neural Radiance Fields using Depth Oracle Networks"
lanzehua/DirectVoxGO
Direct voxel grid optimization for fast radiance field reconstruction.
lanzehua/MiniSQL
A toy database, the final project of ZJU Database System Concept course
lanzehua/introduction-neural-3d-reconstruction
Course materials for Introduction to Neural 3D Reconstruction
lanzehua/glfw
A multi-platform library for OpenGL, window and input
lanzehua/MaskGIT-pytorch
Pytorch implementation of MaskGIT: Masked Generative Image Transformer (https://arxiv.org/pdf/2202.04200.pdf)
lanzehua/fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
lanzehua/UniversalStyleTransfer
The source code of NIPS17 'Universal Style Transfer via Feature Transforms'.
lanzehua/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
lanzehua/Neural-Style-Transfer-Papers
:pencil2: Neural Style Transfer: A Review
lanzehua/BigGAN-PyTorch
The author's officially unofficial PyTorch BigGAN implementation.
lanzehua/mini3d
3D Software Renderer in 700 Lines !!
lanzehua/giraffe
This repository contains the code for the CVPR 2021 paper "GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields"
lanzehua/WebServer
C++ Linux WebServer服务器
lanzehua/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
lanzehua/eigen
Fork of eigen
lanzehua/CartoonGan-tensorflow
Generate your own cartoon-style images with CartoonGAN (CVPR 2018), powered by TensorFlow 2.0 Alpha.
lanzehua/style-based-gan-pytorch
Implementation A Style-Based Generator Architecture for Generative Adversarial Networks in PyTorch
lanzehua/dcgan.torch
A torch implementation of http://arxiv.org/abs/1511.06434
lanzehua/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
lanzehua/Movielens1M-movie-recommendation-system
使用MovieLens数据集实现了基于Auto Encoder(AE), Variational Auto Encoder(VAE), BERT的深度学习电影推荐系统
lanzehua/rl-algorithm
Deep Reinforcement Learning (DRL) Algorithms with PyTorch(DQN, A2C, DDPG, MADDPG, etc.)
lanzehua/tensorflow2_tutorials_chinese
tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials
lanzehua/Novel-Sou-Sou
NovelSouSou小说搜索引擎,使用Scrapy爬取多家笔趣阁网站,使用MongoDB存储小说信息,建立倒排索引以便进行搜索,最后基于Django建立Web服务,实现搜索全网小说并可一键下载。