Pinned Repositories
------
Analysis_Django
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, ... 🧠
cJSON
Ultralightweight JSON parser in ANSI C
data-science-competition
该仓库用于记录和定期提供各大数据科学竞赛的赛事消息和原创baseline,思路分享以及博主的一些竞赛心得和学习资料等. 主要涵盖:kaggle, 阿里天池,华为云大赛校园赛,百度aistudio,和鲸社区,datafountain等
deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
Django_worksystem
利用Django来生成一个网页(练手作品)
json_c_for_me
project
Python-1
最良心的 Python 教程:
czwzsf's Repositories
czwzsf/cJSON
Ultralightweight JSON parser in ANSI C
czwzsf/data-science-competition
该仓库用于记录和定期提供各大数据科学竞赛的赛事消息和原创baseline,思路分享以及博主的一些竞赛心得和学习资料等. 主要涵盖:kaggle, 阿里天池,华为云大赛校园赛,百度aistudio,和鲸社区,datafountain等
czwzsf/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
czwzsf/json_c_for_me
czwzsf/project
czwzsf/Python-1
最良心的 Python 教程:
czwzsf/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
czwzsf/detection_template
一个目标检测的通用框架(不需要cuda编译),支持Yolo全系列(v2~v5)、EfficientDet、RetinaNet、Cascade-RCNN等SOTA网络。
czwzsf/Dive-into-DL-TensorFlow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
czwzsf/MachineLearning
Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行
czwzsf/show-me-the-code
Python 练习册,每天一个小程序