MichelinMessi's Stars
eastmountyxz/NetworkSecuritySelf-study
这是作者的系列网络安全自学教程,主要是关于网安工具和实践操作的在线笔记,希望对大家有所帮助,学无止境,加油。
datawhalechina/fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
harleyszhang/cv_note
记录cv算法工程师的成长之路,分享计算机视觉和模型压缩部署技术栈笔记。https://harleyszhang.github.io/cv_note/
yjn870/RDN-pytorch
PyTorch implementation of Residual Dense Network for Image Super-Resolution (CVPR 2018)
sty945/bank_interview
:bank: 银行笔试面试经验分享及资料分享(help you pass the bank interview, and get a amazing bank offer!)
brijeshiitg/Pytorch-implementation-of-SRNet
A pytorch implementation of Deep Residual Network for Steganalysis of Digital Images (SRNet)
mikesiko/PracticalMalwareAnalysis-Labs
Binaries for the book Practical Malware Analysis
DarLiner/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记,此外,还包括创建者看到的所有机器学习/深度学习面经中的问题。 除了其中 DL/ML 相关的,其他与算法岗相关的计算机知识也会记录。 但是不会包括如前端/测试/JAVA/Android等岗位中有关的问题。
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
yorkoliu/pyauto
《python自动化运维:技术与最佳实践》书中示例及案例源码
TheAlgorithms/Python
All Algorithms implemented in Python
b3dk7/StegExpose
A steganalysis tool for detecting LSB steganography in images
krishvishal/DeepSteganography
Hiding Images in Plain Sight: Deep Steganography
rosinality/glow-pytorch
PyTorch implementation of Glow
alpc91/NICE-GAN-pytorch
Official PyTorch implementation of NICE-GAN: Reusing Discriminators for Encoding: Towards Unsupervised Image-to-Image Translation
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
thegialeo/Training-Invertible-Neural-Networks-as-Autoencoders
vislearn/FrEIA
Framework for Easily Invertible Architectures
openai/glow
Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
nkwr/ISN
Some results of the CVPR2021 paper
TomTomTommi/HiNet
Official PyTorch implementation of "HiNet: Deep Image Hiding by Invertible Network" (ICCV 2021)
TomTomTommi/DeepMIH
Official repository of "DeepMIH: Deep Invertible Network for Multiple Image Hiding", TPAMI 2022.
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
dvolkhonskiy/adversarial-steganography
wzyonggege/statistical-learning-method
《统计学习方法》笔记-基于Python算法实现
fengdu78/lihang-code
《统计学习方法》的代码实现