机器学习速成课程 学习笔记2
2018-03-25 本文已影响18人
HBU_DAVID
继续打基础:
- 正则表达式:一堆乱码的感觉,慢慢看懂了,发现其中奥秘。
https://github.com/HBU/Jupyter/tree/master/18RegularExpression - 列表推导式:
https://github.com/HBU/Jupyter/tree/master/20ListComprehensions - 生成器表达式:
https://github.com/HBU/Jupyter/tree/master/21GeneratorExpression - Lambda函数:
https://github.com/HBU/Jupyter/tree/master/19LambdaExpressions - 迭代器:
https://github.com/HBU/Jupyter/tree/master/22Iterator