模式及套路 模式:模版.样式:属于分类.识别的范围. How are patterns obtained? Through : re-use, classification and finally abstraction to distill the commonality. https://stackoverflow.com/questions/4243187/whats-the-difference-between-design-patterns-and-architectural-patt…
http://blog.csdn.net/pipisorry/article/details/52250760 模型评估Model evaluation: quantifying the quality of predictions 3 different approaches to evaluate the quality of predictions of a model: Estimator score method: Estimators have a score method prov…
42028: Assignment 1 – Autumn 2019 Page 1 of 4Faculty of Engineering and Information TechnologySchool of Software42028: Deep Learning and Convolutional Neural NetworksAutumn 2019ASSIGNMENT-1 SPECIFICATIONDue date Friday 11:59pm, 19 April 2019 (Extende…
scikit-learn: machine learning in Python — scikit-learn 0.20.0 documentation https://scikit-learn.org/stable/index.html Simple and efficient tools for data mining and data analysis Accessible to everybody, and reusable in various contexts Built on Nu…
http://scikit-learn.org/stable/modules/classes.html#module-sklearn.decomposition Reference This is the class and function reference of scikit-learn. Please refer to the full user guide for further details, as the class and function raw specifications…
题目太长了!下载地址[传送门] 第1题 简述:识别图片上的数字. import numpy as np import scipy.io as scio import matplotlib.pyplot as plt import scipy.optimize as op #显示图片数据 def displayData(X): m = np.size(X, 0) #X的行数,即样本数量 n = np.size(X, 1) #X的列数,即单个样本大小 example_width = int(np.r…