Pinned Repositories
cat-and-dog-classification
卷积神经网络深度学习实现猫和狗的分类,跟着《python深度学习》这本书写的
EinStein-w-rfelt-nicht
Tic-Tac-Toe
A simple game made with python and pygame
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
community
a coder community demo, for springboot+thymeleaf learning
Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Hands-on-Machine-Learning
A series of Jupyter notebooks with Chinese comment that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
leeml-notes
李宏毅《机器学习》笔记,在线阅读地址:https://datawhalechina.github.io/leeml-notes
MachineLearning_Python
机器学习算法python实现
PythonPark
Python开源项目之「自学编程之路」,学习指南+技术干货+大厂面经+资源分享
yesmylady's Repositories
yesmylady/cat-and-dog-classification
卷积神经网络深度学习实现猫和狗的分类,跟着《python深度学习》这本书写的
yesmylady/EinStein-w-rfelt-nicht
yesmylady/Tic-Tac-Toe
A simple game made with python and pygame
yesmylady/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
yesmylady/community
a coder community demo, for springboot+thymeleaf learning
yesmylady/Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
yesmylady/Hands-on-Machine-Learning
A series of Jupyter notebooks with Chinese comment that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
yesmylady/leeml-notes
李宏毅《机器学习》笔记,在线阅读地址:https://datawhalechina.github.io/leeml-notes
yesmylady/MachineLearning_Python
机器学习算法python实现
yesmylady/PythonPark
Python开源项目之「自学编程之路」,学习指南+技术干货+大厂面经+资源分享
yesmylady/trash_classification
一个简单的垃圾分类模型,VGG16+密集分类器,只针对四种类别:可回收(易拉罐,塑料瓶)、厨余(菜叶,水果皮)、有害(电池)和其他(烟头,碎瓷片)。而且数据集包含的垃圾种类有限,只是一个简单的demo罢了。