摘要:
一、代码 import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt import pandas as pd from sklearn.model_selection import train_test_sp 阅读全文
摘要:
一、代码 import os os.environ['TF_CPP_MIN_LOG_LEVEL']='2' #不想让警告的信息输出可以添加 from tensorflow.examples.tutorials.mnist import input_data import tensorflow as 阅读全文
摘要:
一、Linear regression Establish a regression model based on the data,y=w1x1+w2x2+...+b,through the establishment of error between the real value and the 阅读全文