All Projects → selfteaching → The Craft Of Selfteaching

selfteaching / The Craft Of Selfteaching

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

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to The Craft Of Selfteaching

Pygeo Tutorial
Tutorial of geospatial data processing using python 用python分析时空数据的教程(in Chinese and English )
Stars: ✭ 184 (-98.59%)
Mutual labels:  jupyter-notebook
Python Kaggle Start Book
『PythonではじめるKaggleスタートブック』のサンプルコード・脚注・正誤表
Stars: ✭ 186 (-98.57%)
Mutual labels:  jupyter-notebook
P1 facial keypoints
First project for CVND: facial keypoint detection.
Stars: ✭ 186 (-98.57%)
Mutual labels:  jupyter-notebook
Retina Vesselnet
A Simple U-net model for Retinal Blood Vessel Segmentation based on tensorflow2
Stars: ✭ 185 (-98.58%)
Mutual labels:  jupyter-notebook
Dat5
General Assembly's Data Science course in Washington, DC
Stars: ✭ 185 (-98.58%)
Mutual labels:  jupyter-notebook
Deepbelief course4 examples
深度學習課程(第四梯)所設計的課程實作
Stars: ✭ 186 (-98.57%)
Mutual labels:  jupyter-notebook
Deep Text Recognition Benchmark
Text recognition (optical character recognition) with deep learning methods.
Stars: ✭ 2,665 (-79.51%)
Mutual labels:  jupyter-notebook
Monodepth2
[ICCV 2019] Monocular depth estimation from a single image
Stars: ✭ 2,714 (-79.13%)
Mutual labels:  jupyter-notebook
Pyesn
Echo State Networks in Python
Stars: ✭ 185 (-98.58%)
Mutual labels:  jupyter-notebook
Choochoo
Training Diary
Stars: ✭ 186 (-98.57%)
Mutual labels:  jupyter-notebook
Fifa18 All Player Statistics
A complete catalog of all the players in Fifa 18 and their complete statistics.
Stars: ✭ 185 (-98.58%)
Mutual labels:  jupyter-notebook
Evolopy
Stars: ✭ 185 (-98.58%)
Mutual labels:  jupyter-notebook
Gradcam plus plus Pytorch
A Simple pytorch implementation of GradCAM and GradCAM++
Stars: ✭ 186 (-98.57%)
Mutual labels:  jupyter-notebook
Advanced Machine Learning Specialization
Advanced Machine Learning Specialization on Coursera
Stars: ✭ 184 (-98.59%)
Mutual labels:  jupyter-notebook
Umich Eecs545 Lectures
This repository contains the lecture materials for EECS 545, a graduate course in Machine Learning, at the University of Michigan, Ann Arbor.
Stars: ✭ 186 (-98.57%)
Mutual labels:  jupyter-notebook
Tutorials
Tutorials for creating and using ONNX models
Stars: ✭ 2,502 (-80.76%)
Mutual labels:  jupyter-notebook
Graph attention pool
Attention over nodes in Graph Neural Networks using PyTorch (NeurIPS 2019)
Stars: ✭ 186 (-98.57%)
Mutual labels:  jupyter-notebook
Lgo
Interactive Go programming with Jupyter
Stars: ✭ 2,225 (-82.89%)
Mutual labels:  jupyter-notebook
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (-77.98%)
Mutual labels:  jupyter-notebook
Spoonn
FPGA-based neural network inference project with an end-to-end approach (from training to implementation to deployment)
Stars: ✭ 186 (-98.57%)
Mutual labels:  jupyter-notebook

the-craft-of-selfteaching

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

自学是门手艺

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

作者:李笑来

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

# pseudo-code of selfteaching in Python

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

teach_yourself(coding)

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

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

2019 年 3 月 23 日,新增 Markdown 版本:

https://github.com/selfteaching/the-craft-of-selfteaching/tree/master/markdown

目录

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

CC-BY-NC-ND


脚注

[1]'Themselves' or 'themself'? -- Oxford Dictionary

↑Back to Content↑

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