摘要:
数据标注就是使用自动化工具通过分类、画框、注释等等对收集来的数据进行标记以形成可供计算机识别分析的优质数据的过程。 数据标注的对象主要分为文本、图片、音频、视频四个种类: 文本标注主要包括情感分析、知识库、关键词提取、文字翻译、搜索引擎优化等。就比如,识别一句话蕴含的情感,翻译等等; 图片标注主要包 阅读全文
posted @ 2019-05-14 18:28
山…隹
阅读(1697)
评论(0)
推荐(0)
摘要:
数据集来源: yann.lecun.com/exdb/mnist/ 阅读全文
posted @ 2019-05-14 17:52
山…隹
阅读(339)
评论(0)
推荐(0)
摘要:
import tensorflow as tf import numpy as np # 1-1 初识tensorflow会话 ########################### # with定义会话 # a = tf.constant([[1,2]]) # b = tf.constant([[3],[5]]) # c = tf.multiply(a,b) # d = tf.matmul... 阅读全文
posted @ 2019-05-14 15:08
山…隹
阅读(205)
评论(0)
推荐(0)
摘要:
1.安装Python 3.5和pip【可以通过安装Anaconda 3同时获得】; 2.设置环境变量; 3.一键安装(CPU版): pip install --upgrade --ignore-installed tensorflow (GPU版) pip install --upgrade --i 阅读全文
posted @ 2019-05-14 12:14
山…隹
阅读(125)
评论(0)
推荐(0)

浙公网安备 33010602011771号