5k 5 分钟

Chapter 5 – System Modeling Chapter 6 – Architectural Design # Quiz Structural models show the organization and architecture of a system. Class diagrams are used to define the static structure of classes in a system and their association. System modeling is the process of developing abstract...
20k 18 分钟

# Associate Rule Mining 关联规则挖掘 # Market Basket Analysis 购物车分析 Associate Rule Mining 最早被应用于 Market Basket Analysis Goal of MBA is to find associations (affinities) among groups of items occurring in a transactional database MBA 的目标是在交易数据库中出现的一组项目之间找到联系 (亲缘关系) has roots in analysis of point of sale...
13k 12 分钟

Chapter 23 – Project planning Chapter 24 - Quality Management # Quiz A project plan, is created at the beginning of a project and is never touched again The three main parameters when computing the costs of a software development project are Effort Costs Hardware and Software Costs Traveling and...
11k 10 分钟

Chapter 3 – Agile Software Development Chapter 4 – Requirements Engineering # Quiz All agile methods suggest that software should be developed and delivered incrementally. Match the Principle or Practice with their correct Descriptions Collective ownership The pairs of developers work on all...
7k 6 分钟

Chapter 2 - Software Processes Chapter 25 - Configuration management # Quiz A software process model (sometimes called a Software Development Life Cycle or SDLC model) is a simplified representation of a software process. Which of these are general process models for software...
7.5k 7 分钟

Chapter 1 - Introduction to Software Engineering. # Quiz What are the two fundamental types of software product? Generic software Expensive Software Customized Software Complex Software There are no universal notations, methods, or techniques for software engineering because different types of...
21k 19 分钟

# Unsupervised learning 无监督学习 Unsupervised learning is the machine learning task of inferring a function to describe hidden structure from unlabeled data. 无监督学习是从未标记的数据中推断出描述隐藏结构的函数的机器学习任务。 Since the examples given to the learner are unlabeled, there is no error or reward signal to evaluate a...
19k 18 分钟

# Neural Networks # Artificial Neural Networks (ANN) Researchers tried to learn from the biological neuron systems and built the ANN 研究人员试图向生物神经元系统学习,并建立了 ANN There are many neuron units in ANN ANN 中有许多神经元单位 They are connected within a structure 他们是连接在一个结构 They work as threshold switching...