Ir al contenido principal

Conceptos

144
Filtros

Principales: 24 · Generados: 0 (ocultos)

Estado
Puedo explicarloNo está claroSin empezar

AI

5
Dificultad 3 · ConnectEn repaso

Backpropagation

AIMLDeep Learning

Efficient computation of all gradients ∂L/∂w via the chain rule on the computational graph

Wiki →
Dificultad 3 · ConnectEn repaso

Convolutional Neural Network

AIMLDeep Learning

Shared convolutional filters learn spatially local patterns; efficient for images via weight sharing

Wiki →
Dificultad 3 · ConnectExplicable

Hierarchical Representation Learning

AIMLDeep Learning

Deep models learn hierarchical representations by composing many nonlinear layers

Wiki →
Dificultad 3 · ConnectEn repaso

Neural Networks

AIMLDeep Learning

Compositions of linear layers + nonlinear activations: output = σ(W_L σ(…σ(W_1 x + b_1)…) + b_L)

Wiki →
Dificultad 3 · ConnectEn repaso

Recurrent Neural Network

AIMLDeep Learning

h_t = σ(W_h h_{t-1} + W_x x_t + b): recurrent cell processes sequences step by step

Wiki →

CS

5
Dificultad 2 · UnderstandSin empezar

Algorithmic Complexity

CSAlgorithms

Algorithmic complexity predicts how runtime or memory grows as input size increases

Wiki →
Dificultad 3 · ConnectExplicable

Dynamic Programming

CSAlgorithms

Solve overlapping subproblems once and cache results to avoid redundant computation

Wiki →
Dificultad 3 · ConnectSin empezar

Graph Algorithms

CSAlgorithms

Algorithms operating on graphs G=(V,E): traversal, shortest paths, spanning trees, connectivity

Wiki →
Dificultad 2 · UnderstandExplicable

Greedy Algorithms

CSAlgorithms

Make the locally optimal choice at each step, achieving a global optimum when the greedy property holds

Wiki →
Dificultad 2 · UnderstandSin empezar

Sorting

CSAlgorithms

Arrange elements in order; comparison-based lower bound is Ω(n log n)

Wiki →

ML

5
Dificultad 2 · UnderstandExplicable

k-Nearest Neighbors

MLSupervised Learning

Classify by majority vote of k nearest neighbors; no training phase (lazy learner)

Wiki →
Dificultad 2 · UnderstandExplicable

Linear Regression

MLSupervised Learning

Fit a hyperplane y = Xβ + ε to minimize squared error ‖y − Xβ‖²

Wiki →
Dificultad 3 · ConnectSin empezar

Logistic Regression

MLSupervised Learning

Binary classifier: P(y=1|x) = σ(w^T x + b), trained via cross-entropy loss

Wiki →
Dificultad 2 · UnderstandSin empezar

Supervised Learning

MLSupervised Learning

Learn a mapping f: X → Y from labeled training examples (x_i, y_i) pairs

Wiki →
Dificultad 3 · ConnectSin empezar

Support Vector Machine

MLSupervised Learning

Find the maximum-margin hyperplane: maximize 2/‖w‖ s.t. y_i(w^T x_i + b) ≥ 1

Wiki →

Mathematics

5
Dificultad 3 · ConnectSin empezar

Eigenvalues & Eigenvectors

MathematicsLinear Algebra

Av = λv: eigenvector v is only scaled (not rotated) by matrix A; λ is the eigenvalue

Wiki →
Dificultad 2 · UnderstandEn repaso

Matrix Multiplication

MathematicsLinear Algebra

C = AB where C_{ij} = Σ_k A_{ik}B_{kj}; represents composition of linear maps

Wiki →
Dificultad 4 · ApplySin empezar

Singular Value Decomposition

MathematicsLinear Algebra

A = UΣV^T: any matrix factors into rotation × scaling × rotation

Wiki →
Dificultad 2 · UnderstandSin empezar

Vector Space Basis

MathematicsLinear Algebra

A basis is a minimal set of independent vectors that spans a vector space

Wiki →
Dificultad 2 · UnderstandSin empezar

Vector Spaces

MathematicsLinear Algebra

A set closed under vector addition and scalar multiplication (satisfying 8 axioms)

Wiki →

Semiconductor

4
Dificultad 2 · UnderstandSin empezar

BJT Operation

Semiconductor

Current-controlled bipolar transistor: base current controls larger collector current via minority carrier injection

Wiki →
Dificultad 2 · UnderstandExplicable

CMOS Logic Gates

Semiconductor

Complementary NMOS+PMOS pairs form logic gates with near-zero static power and full-swing output

Wiki →
Dificultad 2 · UnderstandSin empezar

MOSFET Operation

Semiconductor

Voltage-controlled transistor: gate voltage modulates channel conductance between drain and source

Wiki →
Dificultad 1 · MemorizeSin empezar

PN Junction

Semiconductor

Junction between p-type and n-type semiconductor forms depletion region and rectifying diode behavior

Wiki →