Tensorflow
riky_@
Write Once, Run Anywhere!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
回归与分类的定义
在深度学习或者机器学习中经常遇到回归与分类,但是两者非常容易混淆。如何准确的理解两者的定义?? 笔者在看Tensorflow的文档时发现官方给出了一个很好的解答: In a regression problem, we aim to predict the output of a continuous value, like a price or a probability. Contrast this with a classification problem, where we aim to sele原创 2020-07-28 10:55:40 · 1253 阅读 · 0 评论 -
Tensorflow 2.1.0 出现 InternalError: Blas GEMM launch faile的错误解决方法
Tensorflow 2.1.0 出现 InternalError: Blas GEMM launch faile的错误解决方法: 关闭现有工程,重新打开,运行即可解决。 InternalError: Blas GEMM launch faile 其中,笔者遇到的问题的代码如下: # TensorFlow and tf.keras import tensorflow as tf from tensorflow import keras # Helper libraries import ..原创 2020-07-28 10:40:23 · 618 阅读 · 0 评论
分享