hhh_ml

导航

随笔分类 -  tensorflow

tensorflow简单实现一阶线性预测
摘要:import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '1' import tensorflow as tf import keras import numpy as np model = keras.Sequential([keras.layers.Dens 阅读全文

posted @ 2021-02-04 17:11 hhh_ml 阅读(85) 评论(0) 推荐(0)