摘要: BP神经网络import numpy as np import matplotlib.pyplot as plt #避免中文乱码 plt.rcParams['font.sans-serif'] = 'SimHei' plt.rcParams['axes.unicode_minus'] = False 阅读全文
posted @ 2022-05-16 19:16 必杀技welllee 阅读(50) 评论(0) 推荐(0)
摘要: # TensorFlow and tf.keras import tensorflow as tf from tensorflow import keras # Helper libraries import numpy as np import matplotlib.pyplot as plt p 阅读全文
posted @ 2022-05-16 18:09 必杀技welllee 阅读(34) 评论(0) 推荐(0)
摘要: import tensorflow as tf from tensorflow import keras from tensorflow.keras import layers, regularizers import numpy as np import os import cv2 import 阅读全文
posted @ 2022-05-16 18:06 必杀技welllee 阅读(57) 评论(0) 推荐(0)