码迷,mamicode.com
首页 >  
搜索关键字:tensorflow serving    ( 3487个结果
TensorFlow+Keras深度学习人工智能实践应用_林大贵
编辑推荐 浅入深地讲解Keras与TensorFlow深度学习类神经网络使用实际的数据集配合范例程序代码介绍各种深度学习算法,并示范如何进行数据预处理、训练数据、建立模型和预测结果 内容简介 本书提供安装、上机操作指南,同时辅以大量范例程序介绍TensorFlow Keras深度学习方面的知识。本书 ...
分类:其他好文   时间:2020-07-14 10:37:34    阅读次数:103
机器学习--0.0
闲话 机器学习终于开坑了!! 机器学习当然要tensorflow+gpu啦(可我没有/(ㄒoㄒ)/~~) 学学基础tensorflow+cpu应该也可以吧 之前是直接看吴恩达的视频,那些算法原理懂了个大概,结果发现根本就无法实现...也无法理解 tf 里面那些函数的作用(后来发现是tensorflo ...
分类:其他好文   时间:2020-07-12 12:20:43    阅读次数:86
tensorflow之回归训练
1、函数 matmul(a,b,name=None): 功能: 矩阵乘运算"""Multiplies matrix `a` by matrix `b`, producing `a` * `b`. tf.square(error) 功能:平方 tf.reduce_mean(error) 功能:均值 t ...
分类:其他好文   时间:2020-07-11 21:02:11    阅读次数:68
tensorflow c++ demo
使用bazel编译了tensorflow1.13.1,还差一个demo测试,在网上找了一个例程,但是不全,自己辛苦补全了,供大家参考学习。 #define COMPILER_MSVC #define NOMINMAX #define PLATFORM_WINDOWS // 指定使用tensorflo ...
分类:编程语言   时间:2020-07-10 21:11:12    阅读次数:95
【记录】Skipgram和CBow实现
numpy、tensorflow手写SkipGram(没有negative sampling)和cbow: http://www.claudiobellei.com/2018/01/07/backprop-word2vec-python/ 这两种实现都需要动手算梯度,手动实现梯度下降,且不没有使用n ...
分类:其他好文   时间:2020-07-10 18:47:16    阅读次数:53
Tensorflow暑期实践——基于单个神经元的手写数字识别(全部代码)
# coding: utf-8 import tensorflow as tf import os os.environ["CUDA_VISIBLE_DEVICES"] = "-1" print(tf.__version__) print(tf.test.is_gpu_available()) fr ...
分类:其他好文   时间:2020-07-10 10:00:02    阅读次数:62
Tensorflow暑期实践——波士顿房价预测(全部代码)
# coding: utf-8 get_ipython().run_line_magic('matplotlib', 'notebook') import matplotlib.pyplot as plt import tensorflow as tf import tensorflow.contr ...
分类:其他好文   时间:2020-07-10 09:31:57    阅读次数:78
使用BERT词向量
启动远程服务 pip install --ignore-installed --upgrade tensorflow==1.10 pip install bert-serving-server pip install bert-serving-client #下载模型 mkdir model cd ...
分类:其他好文   时间:2020-07-09 15:21:36    阅读次数:138
kubectl apply -f service.yaml
错误1: Error from server (InternalError): error when creating "service.yaml": Internal error occurred: failed calling webhook "webhook.serving.knative.d ...
分类:移动开发   时间:2020-07-09 15:17:10    阅读次数:177
python通过grpc调用tfserving报错has no attribute 'beta_create_PredictionService_stub'
问题背景:python通过grpc调用tfserving报错, 提示:AttributeError: module 'tensorflow_serving.apis.prediction_service_pb2' has no attribute 'beta_create_PredictionSer ...
分类:编程语言   时间:2020-07-09 12:12:29    阅读次数:130
3487条   上一页 1 ... 13 14 15 16 17 ... 349 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!