Wiwi's Blog


  • Home

  • About

  • Tags

  • Categories

  • Search

NNDL Summary

Posted on 2020-10-05 | In Neural Network and Deep Learning
Words count in article: 2k | Reading time ≈ 12

Linear Regression

Linear regression

Univariate: single feature $x\in R$
Multivariate: multiple features $\boldsymbol{x}\in R^m$
Linear Transformation: $\widetilde{y}=\boldsymbol{w^Tx}$
Loss: measures the difference between the prediction and the ground truth
Training: to optimize(i.e. minimize) the loss w.r.t parameters($\boldsymbol{w}$)

Read more »

Mixture Models and EM Algorithms

Posted on 2020-09-30 | In Uncertainty Modelling in AI
Words count in article: 7 | Reading time ≈ 1
K-Mean (Deterministic)Gaussian Mixture ModelsEM Algorithms
Read more »

Summary

Posted on 2020-09-30 | In Uncertainty Modelling in AI
Words count in article: 550 | Reading time ≈ 3

Graph Models

DGM

UGM (MRF: Markov Random Field)

Markov Property:

  • Global: no path between
  • Local: condition upon Markov blanket
  • Pair: given the rest, no direct edges
Read more »

ConvNet Architecture 2

Posted on 2020-09-29 | In Neural Network and Deep Learning
Words count in article: 31 | Reading time ≈ 1

InceptionNetV2

Inception V1 + Batch Normalization(BN), converge faster
After convolution / linear/ fully connected layer: $z=ReLU(BN(f(x)))$
Inreality: $z=BN(ReLU(f(x)))$

Read more »

CS5340 Lab2 report1

Posted on 2020-09-25
Words count in article: 238 | Reading time ≈ 1

_get_jt_clique_and_edges()

Create a graph G using nx.Graph() and add nodes and edges to it using the input and edges. Using a helper function undirected_graph_eliminate() to get the reconstituted graph, and use nx.find_cliques() to get the jt_cliques in this graph. Create a clique graph G_c using the jt_cliques, set the sepsets’ size as edges’ weights. Get G_c’s maximum spanning tree and assign this tree’s edges as jt_edges.

Read more »

CS5340 Lab2 report2

Posted on 2020-09-24
Words count in article: 370 | Reading time ≈ 2

_learn_node_parameter_w()

When input is None

It means there are no observation of its parents. In this case weight size is 1, and weights[0] equals to the average of output using numpy.average().

Read more »

Parameter Learning with Complete Data

Posted on 2020-09-16 | In Uncertainty Modelling in AI
Words count in article: 302 | Reading time ≈ 1

Motivation: How to get the unknown parameter $\theta$ of a DGM/UGM $p(x_1,x_2…,x_M|\theta)$ from fully observed data?
Given: a set of 𝑁 independent and identically distributed (i.i.d) complete observation of each random variable 𝑋:$x_{1,1}, … x_{1,N},…, x_{M,1},…x_{M,N}$.

  • Maximum Likelihood Estimate (MLE)
  • Maximum a Posteriori (MAP)
Read more »

ConvNet Architecture 1

Posted on 2020-09-15 | In Neural Network and Deep Learning
Words count in article: 189 | Reading time ≈ 1

Historical Notes

Fukushima’s Neocognitron

  • Hierarchical feature extraction
  • Local connectivity field
  • Hand crafted weight (before BP was developed)
Read more »

Note for "The Case For Learned Index Structures"

Posted on 2020-09-11 | In Readings
Words count in article: 2.3k | Reading time ≈ 14

Paper: https://www.arxiv-vanity.com/papers/1712.01208/

Introduction

There exists various data access patterns, and correspondingly various choices of index structure.
B-tree: range request (from sorted array)
HashMap: single key look-ups (from unsorted array)
Bloom filters: check for record existence

Read more »

PPT for "The Case For Learned Index Structures"

Posted on 2020-09-11 | In Readings
Words count in article: 9 | Reading time ≈ 1

Paper: https://www.arxiv-vanity.com/papers/1712.01208/

Read more »
Return1…345…7Next Page

HUANG Liu

Love always wins.

65 posts
12 categories
22 tags
GitHub E-Mail
0%
© 2021 HUANG Liu | Site words total count: 74.9k
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4