All Projects → zkywsg → Daily Deeplearning

zkywsg / Daily Deeplearning

Licence: mit
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Daily Deeplearning

Machine Learning Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
Stars: ✭ 883 (+131.76%)
Mutual labels:  pytorch-tutorial, pytorch-tutorials, tensorflow-tutorials, tensorflow-examples
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+85.04%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, tensorflow-tutorials, tensorflow-examples
Docs
TensorFlow documentation
Stars: ✭ 4,999 (+1212.07%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Tensorflow 2.x Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Stars: ✭ 6,088 (+1497.9%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+233.33%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Keras Pytorch Avp Transfer Learning
We pit Keras and PyTorch against each other, showing their strengths and weaknesses in action. We present a real problem, a matter of life-and-death: distinguishing Aliens from Predators!
Stars: ✭ 42 (-88.98%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Tensorflow Brasil
Códigos e materiais sobre TensorFlow em Português
Stars: ✭ 74 (-80.58%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+742.26%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Yolov3 Tf2
YoloV3 Implemented in Tensorflow 2.0
Stars: ✭ 2,327 (+510.76%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Pytorch Rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
Stars: ✭ 121 (-68.24%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Tf tutorial plus
Tutorials for TensorFlow APIs the official documentation doesn't cover
Stars: ✭ 293 (-23.1%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (-28.61%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-74.8%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+797.11%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Tensorflow chessbot
Predict chessboard FEN layouts from images using TensorFlow
Stars: ✭ 362 (-4.99%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Awesome Golang Algorithm
📝 LeetCode of algorithms with golang solution(updating).
Stars: ✭ 3,217 (+744.36%)
Mutual labels:  leetcode, leetcode-solutions
Pytorch Nlp Notebooks
Learn how to use PyTorch to solve some common NLP problems with deep learning.
Stars: ✭ 293 (-23.1%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Capsule net pytorch
Readable implementation of a Capsule Network as described in "Dynamic Routing Between Capsules" [Hinton et. al.]
Stars: ✭ 301 (-21%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Thinking In Tensors Writing In Pytorch
Thinking in tensors, writing in PyTorch (a hands-on deep learning intro)
Stars: ✭ 287 (-24.67%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Leetcode
✏️ LeetCode solutions in C++ 11 and Python3
Stars: ✭ 3,239 (+750.13%)
Mutual labels:  leetcode, leetcode-solutions

Daily-DearnLearning

  • 数据挖掘/数据分析/爬虫/NLP🌟邮箱:[email protected]
  • 我的自媒体账号:公众号/b站/知乎:zkywsg

💻计算机基础课

01基本概念和算法评价 02线性表 03栈和队列 04树和二叉树
05图 06查找 07排序
01操作系统的基本概念 02操作系统的发展和分类 03操作系统的运行环境 04进程和线程
05处理机调度 06进程同步 07死锁 08内容管理概念
09虚拟内存管理 10文件系统基础
01计算机网络概述 02计算机网络结构体系 03通信基础 04奈氏准则和香农定理
05传输介质 06物理层设备 07数据链路层的功能

🐍Python

  • 内容来源:廖雪峰的官方教程/菜鸟教程/CSDN/github/《流畅的Python》
Day01:变量/字符串/数字和运算符 Day02:列表/元组 Day03:字典/set Day04:if/循环
Day05:调用函数/定义函数/函数的参数 Day06:迭代/列表生成式/生成器/迭代器 Day07:高阶函数/返回函数/匿名函数/装饰器 Day08:类和实例/限制访问/继承和多态
Day09:__slots/@property/多重继承/定制类/枚举类 Day10:错误处理/调试/文档测试/单元测试 Day11:文件读写/StringIO/操作文件 Day12:多进程/多线程/ThreadLocal
Day13:datetime/collections/struct Day14:协程/asyncio/async/await/aiohttp Day15

🤖️机器学习理论

逻辑回归 EM算法 集成学习 随机森林和GBDT
ID3/C4.5 K-means K最近邻 贝叶斯
xgboost/lightGBM Gradient Boosting Boosting Tree 回归树
XgBoost GBDT分类 GBDT回归 LightGBM
CatBoost

🏊‍♀️深度学习理论

Word2Vec BatchNorm 梯度爆炸和消失 Dropout
CNN RNN LSTM Attention
ELMo Transformer BERT ALBERT
XLNet

🀄️NLP相关

  • 理论
Word2Vec LSTM ELMo ALBERT
XLNet

🤖️机器学习实战

🏊‍♀️ 深度学习实战

| | | | |

💻大数据相关

📄剑指offer

Day01:二维数组中的查找 Day02:字符串替代 Day03 Day04
Day05 Day06 Day07 Day08
Day09 Day10 Day11 Day12
Day13 Day14 Day15

📺Leetcode

  • 更新中

🏠Linux

  • 更新中
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].