·20 分钟
一篇文章入门 Python/Python3,Python简明教程,Python入门教程,Python中文教程(Python 3 tutorial)。Python 是一个易于学习、功能强大的编程语言,它拥有高效高级的数据结构和一种简单有效的面向对象编程的编程方法。本文介绍了 Python 的安装、基本类型/内置类型(字符串str,整型,数组,字典 dict 等)、控制流(if, for循环, while 等)、复杂类型(类 class, 方法 method 等),函数式编程,面向对象编程,错误处理(try except finally),pip 引入第三方依赖,以及如何写单元测试(unit test)等。
·6 分钟
TensorFlow2教程,TensorFlow2.0教程,TensorFlow 2.0 入门系列文章,第九篇,使用强化学习算法策略梯度(Policy Gradient),实战 OpenAI gym CartPole,代码仅70行。
·7 分钟
TensorFlow2教程,TensorFlow2.0教程,TensorFlow 2.0 入门系列文章,第八篇,强化学习 DQN (Deep Q-Learning) 玩转 OpenAI gym game MountainCar-v0。
·5 分钟
TensorFlow2教程,TensorFlow2.0教程,TensorFlow 2.0 入门系列文章,第七篇,Q-Learning 玩转 OpenAI gym game MountainCar-v0。
·6 分钟
TensorFlow2教程,TensorFlow2.0教程,TensorFlow 入门系列文章,第六篇,监督学习玩转 OpenAI gym game。
·8 分钟
TensorFlow2教程,TensorFlow2.0教程,TensorFlow 2.0 入门系列文章,第五篇,mnist手写数字识别(CNN卷积神经网络)。
·4 分钟
TensorFlow 入门系列文章,第四篇,mnist手写数字识别(制作h5py训练集)。
·4 分钟
TensorFlow 入门系列文章,第三篇,mnist手写数字识别(可视化训练)。
·5 分钟
TensorFlow 入门系列文章,第二篇,mnist手写数字识别(模型保存加载)。
·6 分钟
TensorFlow 入门系列文章,第一篇,mnist手写数字识别(网络搭建)。