Pinned Repositories
AI-RecommenderSystem
该仓库尝试整理推荐系统领域的一些经典算法模型
algorithm
日常算法算法练习总结
ant-learn-recsys
推荐系统从入门到实战
code-of-learn-deep-learning-with-pytorch
This is code of book "Learn Deep Learning with PyTorch"
Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
lintcodePractice
implement code by python
Recommender-System-with-TF2.0
Recurrence the recommended papers with Tensorflow2.0
Sky-zzt's Repositories
Sky-zzt/algorithm
日常算法算法练习总结
Sky-zzt/Recommender-System-with-TF2.0
Recurrence the recommended papers with Tensorflow2.0
Sky-zzt/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
Sky-zzt/Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Sky-zzt/lintcodePractice
implement code by python
Sky-zzt/AI-RecommenderSystem
该仓库尝试整理推荐系统领域的一些经典算法模型
Sky-zzt/ant-learn-recsys
推荐系统从入门到实战
Sky-zzt/code-of-learn-deep-learning-with-pytorch
This is code of book "Learn Deep Learning with PyTorch"
Sky-zzt/CTR
CTR模型代码和学习笔记总结
Sky-zzt/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
Sky-zzt/DeepLearningExamples
深度学习中的一些小Demo。
Sky-zzt/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Sky-zzt/eat_tensorflow2_in_30_days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
Sky-zzt/evostra
A fast Evolution Strategy implementation in Python
Sky-zzt/flink-learning
flink learning blog. http://www.54tianzhisheng.cn 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
Sky-zzt/GraphNeuralNetwork
《深入浅出图神经网络:GNN原理解析》配套代码
Sky-zzt/JavaSmallProject
🍌学习JAVA绘图技术编写的小程序
Sky-zzt/learn_dl
Deep learning algorithms source code for beginners
Sky-zzt/ML-notes
notes about machine learning
Sky-zzt/NewsSummary
一个改进的新闻摘要程序(an improved method of news summary)
Sky-zzt/predict
商业预测(预测/计算广告/量化)
Sky-zzt/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
Sky-zzt/Recommended_System
推荐系统课程
Sky-zzt/RES-Interview-Notes
本项目是作者们根据个人面试和经验总结出的推荐系统(RES) 面试准备的学习笔记与资料,该资料目前包含 推荐各领域的 面试题积累。
Sky-zzt/statistical-learning
《统计学习方法》李航 c++实现,包含书中例题,新手练习c++,希望指正.
Sky-zzt/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
Sky-zzt/Statistical-Learning-Methods
Implement Statistical Leanring Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现
Sky-zzt/tensorflow-handbook
简单粗暴 TensorFlow 2 | A Concise Handbook of TensorFlow 2 | 一本简明的 TensorFlow 2 入门指导教程
Sky-zzt/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等