All Projects → shibing624 → Python Tutorial

shibing624 / Python Tutorial

Licence: apache-2.0
python教程,包括:python基础、python进阶;常用机器学习库:numpy、scipy、sklearn、xgboost;深度学习库:keras、tensorflow、paddle、pytorch。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Tutorial

Mlkatas
A series of self-correcting challenges for practicing your Machine Learning and Deep Learning skills
Stars: ✭ 58 (-85.75%)
Mutual labels:  jupyter-notebook, exercise
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+1654.3%)
Mutual labels:  jupyter-notebook, exercise
Tensorflow learning notes
tensorflow学习笔记,来源于电子书:《Tensorflow实战Google深度学习框架》
Stars: ✭ 403 (-0.98%)
Mutual labels:  jupyter-notebook
Gif
✨ The extension for Altair, matplotlib, and Plotly animations
Stars: ✭ 406 (-0.25%)
Mutual labels:  jupyter-notebook
Faster rcnn for open images dataset keras
Faster R-CNN for Open Images Dataset by Keras
Stars: ✭ 405 (-0.49%)
Mutual labels:  jupyter-notebook
Coursera Stanford Ml Python
Coursera/Stanford Machine Learning course assignments in python
Stars: ✭ 403 (-0.98%)
Mutual labels:  jupyter-notebook
Simgan Captcha
Solve captcha without manually labeling a training set
Stars: ✭ 405 (-0.49%)
Mutual labels:  jupyter-notebook
Deepsvg
[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
Stars: ✭ 403 (-0.98%)
Mutual labels:  jupyter-notebook
Pixyz
A library for developing deep generative models in a more concise, intuitive and extendable way
Stars: ✭ 407 (+0%)
Mutual labels:  jupyter-notebook
The Elements Of Statistical Learning Python Notebooks
A series of Python Jupyter notebooks that help you better understand "The Elements of Statistical Learning" book
Stars: ✭ 405 (-0.49%)
Mutual labels:  jupyter-notebook
H2o Meetups
Presentations from H2O meetups & conferences by the H2O.ai team
Stars: ✭ 405 (-0.49%)
Mutual labels:  jupyter-notebook
Ml Powered Applications
Companion repository for the book Building Machine Learning Powered Applications
Stars: ✭ 402 (-1.23%)
Mutual labels:  jupyter-notebook
Joint Vae
Pytorch implementation of JointVAE, a framework for disentangling continuous and discrete factors of variation 🌟
Stars: ✭ 404 (-0.74%)
Mutual labels:  jupyter-notebook
Pycon 2016 Tutorial
Machine Learning with Text in scikit-learn
Stars: ✭ 405 (-0.49%)
Mutual labels:  jupyter-notebook
Oreilly Learning Tensorflow
Stars: ✭ 404 (-0.74%)
Mutual labels:  jupyter-notebook
Xlearn
Transfer Learning Library
Stars: ✭ 406 (-0.25%)
Mutual labels:  jupyter-notebook
Namedtensor
Named Tensor implementation for Torch
Stars: ✭ 403 (-0.98%)
Mutual labels:  jupyter-notebook
Skimage Tutorials
skimage-tutorials: a collection of tutorials for the scikit-image package.
Stars: ✭ 403 (-0.98%)
Mutual labels:  jupyter-notebook
Eco Efficient Video Understanding
Code and models of paper " ECO: Efficient Convolutional Network for Online Video Understanding", ECCV 2018
Stars: ✭ 406 (-0.25%)
Mutual labels:  jupyter-notebook
Deep learning nlp
Keras, PyTorch, and NumPy Implementations of Deep Learning Architectures for NLP
Stars: ✭ 407 (+0%)
Mutual labels:  jupyter-notebook

python-tutorial-exercise

python教程,包括:python基础、numpy、scipy、python进阶、matplotlib、OOP、tensorflow、keras、pandas、NLP analysis.

07keras

  • bAbi: 阅读理解任务
  • 记忆网络(memory network)实现阅读理解任务
  • RNN网络实现
  • keras 应用
  • 01.base: 认识keras变量
  • 02mlp_multi_classification: 多层感知器多分类深度网络
  • 03mlp_binary_classification: 多层感知器二分类深度网络
  • 04vgg_conv: VGG,图像经典卷积网络结构
  • 05lstm_classification: LSTM分类网络
  • 06sequential: 序列模型,模型保存
  • 07shared_lstm: 模型参数共享
  • 08imdb_fasttext: fasttext网络结构实现二分类
  • 09fasttext_multi_classification: fasttext的深度网络结构实现多分类
  • 10seq2seq: 法语到英语的翻译任务,seq2seq模型
  • 11lstm_text_generation: LSTM模型实现文本生成任务
  • 12rnn_num_add: RNN网络学习三位数以内的加法运算
  • 13rnn_num_multiplication: RNN网络学习三位数以内的乘法运算

19xgboost

文本特征分类

lr.py lr 文本分类

xgb.py xgboost 文本分类

xgb_lr.py xgboost 提取特征之间的关系,再用lr文本分类

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].