Card Animation Test

demo page source

CMake Notes #1

Beginner's notes

Fast Fourier Transform (FFT)

Fast Fourier Transform Given two polynomials \[A(x)=x^2+3x+2\quad\quad B(x)=2x^2+1\] The coefficients of \(A\) and \(B\) is respectively \([1, 3, 2]\) and \([2,0,1]\). A multiplication of the two polynomials can be represented...

Optimizations

Optimization aims to achieve \[w^*=\mbox{argmin}_w L(w)\] Where \(\omega\) is the weights of a model and \(L\) is the loss. 2 ways to compute gradient: Numeric approach - compute with definition...

SQ_DEMO v0.1

Demo

A Simple Particle Morphing Effect with Three.js

Demo

CAD420-Neurons Display Editor

Demo

CAD420-Neurons Display

Demo