Conference:ACM International Conference on the Foundations of Software Engineering (FSE)
CCF level:CCF A
Categories:软件工程/系统软件/程序设计语言
Year:2024
Num:4 1 Title:
Demystifying Invariant …
1.Functional API 搭建神经网络模型
1.1.利用Functional API编写宽深神经网络模型进行手写数字识别
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from sklearn.datasets import load_iris
from sklearn.model_selection import train_test_spli…