All Projects → chargemyself → Selfteaching Book _python

chargemyself / Selfteaching Book _python

Licence: other
基于李笑来的那本自学是一门手艺的书,然后里面有自己修改的痕迹,以及更多的资料。

Projects that are alternatives of or similar to Selfteaching Book python

Quantecon Notebooks Julia
Stars: ✭ 85 (-2.3%)
Mutual labels:  jupyter-notebook
Python For Data Scientists
Deliverable: This Jupyter notebook will help aspiring data scientists learn and practice the necessary python code needed for many data science projects.
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Caffeonspark
Distributed deep learning on Hadoop and Spark clusters.
Stars: ✭ 1,272 (+1362.07%)
Mutual labels:  jupyter-notebook
Network science meets deep learning
Designing Deep neural network architectures using topologies from the world of Complex Networks/network Science
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Kaggle Competitions
There are plenty of courses and tutorials that can help you learn machine learning from scratch but here in GitHub, I want to solve some Kaggle competitions as a comprehensive workflow with python packages. After reading, you can use this workflow to solve other real problems and use it as a template.
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Quantum programming tutorial
Gamified tutorial for the QISKit quantum SDK
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Introdatasci
Course materials for: Introduction to Data Science and Programming
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Detection Hackathon Apt29
Place for resources used during the Mordor Detection hackathon event featuring APT29 ATT&CK evals datasets
Stars: ✭ 87 (+0%)
Mutual labels:  jupyter-notebook
Book Mlearn Gyomu
Book sample (AI Machine-learning Deep-learning)
Stars: ✭ 84 (-3.45%)
Mutual labels:  jupyter-notebook
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+1359.77%)
Mutual labels:  jupyter-notebook
Sagemaker Ml Workflow With Apache Airflow
This repository shows a sample example to build, manage and orchestrate Machine Learning workflows using Amazon Sagemaker and Apache Airflow.
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Ml Cv
机器学习实战
Stars: ✭ 85 (-2.3%)
Mutual labels:  jupyter-notebook
Viz torch optim
Videos of deep learning optimizers moving on 3D problem-landscapes
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Zh Nlp Demo
自然语言处理NLP在中文文本上的一些应用,如文本分类、情感分析、命名实体识别等
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Text objseg
Code release for Hu et al. Segmentation from Natural Language Expressions. in ECCV, 2016
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Breast Cancer Classification
Breast Cancer Classification using CNN and transfer learning
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Pyrenko
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Lstm autoencoder classifier
An LSTM Autoencoder for rare event classification
Stars: ✭ 87 (+0%)
Mutual labels:  jupyter-notebook
Pascal Voc Python
Repository for reading Pascal VOC data in Python, rather than requiring MATLAB to read the XML files.
Stars: ✭ 86 (-1.15%)
Mutual labels:  jupyter-notebook
Atom notebook
Atom notebook
Stars: ✭ 85 (-2.3%)
Mutual labels:  jupyter-notebook

the-craft-of-selfteaching

One has no future if one couldn't teach themself.

我看到有人start了我这个仓库,不要误会了。这个仓库里面大部分内容都是李笑来老师的。我自己
创建一个仓库,主要是为了自己瞎改。如果真的需要李笑来老师仓库,也很容易找到。 同时感谢李笑来老师。the man who maybe a great teacher

自学是门手艺

没有自学能力的人没有未来

作者:李笑来

特别感谢霍炬@virushuo)、洪强宁@hongqn) 两位良师诤友在此书写作过程中给予我的巨大帮助!

# psudo-code of selfteaching in Python

def teach_yourself(anything):
    while not create(something):
        learn()
        practice()
    return teach_yourself(another)

teach_yourself(coding)

请先行阅读 T-appendix.jupyter-installation-and-setup 以便在本地安装 Jupyterlab 而后用更好的体验阅读本书。

有兴趣帮忙的朋友,请先行阅读 如何使用 Pull Request 为这本书校对

目录

本书的版权协议为 CC-BY-NC-ND license

CC-BY-NC-ND

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