摘要:
总结: 阅读全文
摘要:
1、下载 http://www.oracle.com/technetwork/cn/database/enterprise-edition/downloads/index.html 2、版本选择 12c第一版 3、安装问题解决 a)安装报错"无法访问临时位置"的问题 1、以管理员命令执行:net s 阅读全文
摘要:
知识点 """ 机器翻译: 历史: 1、逐字翻译 2、基于统计学的机器翻译 3、循环网络和编码 翻译过程: 输入 -- > encoder -->向量 --> decoder -->output (RNN) (RNN) seq_seq应用:文本摘要、聊天机器人、机器翻译 seq_seq存在的问题: 阅读全文
摘要:
哎!还是看大神博客吧 阅读全文
摘要:
1、加载VGG19获取图片特征图 阅读全文
摘要:
主要参考博客: 1、物体分类 imagenet_classes.py class_names = '''tench, Tinca tinca goldfish, Carassius auratus great white shark, white shark, man-eater, man-eati 阅读全文
摘要:
1、基于词袋模型的逻辑回归情感分类 2、基于word2vec词向量模型的逻辑回归情感分类 阅读全文
摘要:
1、settings.py主要配置信息,包括USER_AGENT等 # -*- coding: utf-8 -*- # Scrapy settings for renren project # # For simplicity, this file contains only settings co 阅读全文
摘要:
1、创建工程 2、创建项目 3、安装pymysql 4、settings.py文件,主要是全局字段的定义,包括数据库信息 # -*- coding: utf-8 -*- # Scrapy settings for jd project # # For simplicity, this file co 阅读全文
摘要:
1、创建工程 2、创建项目 3、既然保存到数据库,自然要安装pymsql 4、settings文件,配置信息,包括数据库等 # -*- coding: utf-8 -*- # Scrapy settings for tencent project # # For simplicity, this f 阅读全文