上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 48 下一页
摘要: 1、知识点 2、Bellman优化目标 3、bellman案例,gridworld.py和ValueIteration.py import numpy as np import sys from gym.envs.toy_text import discrete UP = 0 RIGHT = 1 D 阅读全文
posted @ 2019-06-18 14:38 小白啊小白,Fighting 阅读(1949) 评论(0) 推荐(0) 编辑
摘要: 1、知识点 2、代码 # coding: utf-8 import numpy as np import tensorflow as tf import pickle import matplotlib.pyplot as plt get_ipython().run_line_magic('matp 阅读全文
posted @ 2019-06-18 09:06 小白啊小白,Fighting 阅读(969) 评论(0) 推荐(0) 编辑
摘要: 1、结构图 2、知识点 3、代码及案例 # coding: utf-8 # ## 对抗生成网络案例 ## # # # <img src="jpg/3.png" alt="FAO" width="590" > # - 判别器 : 火眼金睛,分辨出生成和真实的 <br /> # <br /> # - 生 阅读全文
posted @ 2019-06-17 21:00 小白啊小白,Fighting 阅读(4978) 评论(0) 推荐(0) 编辑
摘要: 1、代码 阅读全文
posted @ 2019-06-17 17:37 小白啊小白,Fighting 阅读(1163) 评论(0) 推荐(0) 编辑
摘要: 1、目录结构 2、入口类 3、tang_poems.py # -*- coding: utf-8 -*- # file: tang_poems.py import collections import os import sys import numpy as np import tensorflo 阅读全文
posted @ 2019-06-16 15:31 小白啊小白,Fighting 阅读(1647) 评论(0) 推荐(0) 编辑
摘要: 1、知识点 2、代码 阅读全文
posted @ 2019-06-15 10:27 小白啊小白,Fighting 阅读(6449) 评论(0) 推荐(1) 编辑
摘要: 1、知识点 2、中文数据清洗(使用停用词) 3、英文数据清洗(使用停用词) 4、nltk的停用词进行数据清洗 阅读全文
posted @ 2019-06-13 21:40 小白啊小白,Fighting 阅读(6202) 评论(7) 推荐(1) 编辑
摘要: 1、知识点 2、代码 3、模板图片 阅读全文
posted @ 2019-06-13 14:23 小白啊小白,Fighting 阅读(730) 评论(0) 推荐(0) 编辑
摘要: 1、展现混淆矩阵 阅读全文
posted @ 2019-06-11 19:58 小白啊小白,Fighting 阅读(2599) 评论(0) 推荐(0) 编辑
摘要: 1、知识点 2、标点符号处理,并分词,存储到文件中 3、中文分词统计 4、英文分词统计 阅读全文
posted @ 2019-06-11 15:29 小白啊小白,Fighting 阅读(3931) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 48 下一页