Posts

Neural Networks

Last edited: August 8, 2025

Neural Network Unit

A real-valued vector as input, each multiplied by some weights, summed, and squashed by some non-linear transform.

\begin{equation} z = w\cdot x + b \end{equation}

and then, we will squash this using it as an “activation”

\begin{equation} y = \sigmoid(z) \end{equation}

One common activation is sigmoid. So, one common formulation would be:

\begin{equation} y = \frac{1}{1+\exp (- (w \cdot x + b))} \end{equation}

Tanh

\begin{equation} y(z) = \frac{e^{z} - e^{-z}}{e^{z}+e^{-z}} \end{equation}

Neuroscience and AI

Last edited: August 8, 2025

scene representation

artificial vs biological intelligence

  • Humans are few-shot learners (“sample efficiency”)

  • Humans can easily fine-tunable (“transfer flexibility”)

  • Human knowledge can transfer easily

  • AI are many-shot learners (“sample inefficiency”)

  • AI are specialized

  • AI is more precise, and can hold a lot in cache

biological learning

biological learning is mostly unsupervised, and yte can generalize

visual processing

neutral stability

Last edited: August 8, 2025

a neutral stability ( mar ) condition in Differential Equations means that a function is neither stable nor unstable: it does not

See: https://en.wikipedia.org/wiki/Marginal_stability

New American South

Last edited: August 8, 2025

Election between Hayes vs Tildon was very close. Democrats gave Republicans Hayes, but then asked the Republican millitary to leave the South and hence they have no way of enforcing the rights.

Redeemer Governments

Democrats put in systems to relegate African Americans to second-class citizenship into the south. Lynchings became the weapon of choice of enforcing Jim Crow.

  • Within 20 years, Jim Crow became implemented by every state
  • 1896 Plessy vs Ferguson upholding the process of segregation
  • Convict leasing: convicts’ labour was leased to create infrastructure

Economic transformation: put in sharecropping (crops in lieu or in addition to rent) and convict leasing. This is essentially modern slavery because debt is used as a process to enslave people as they will never actually be paid enough to pay back debt.

New Deal

Last edited: August 8, 2025

A set of policy by Franklin D. Roosevelt (FDR) which helped saving the economy during the Great Depression.

  • Saving the Banks
  • Unemployment Relief
  • Industrial Recovery
  • Agriculture

Creates the WPA. Also the Social Security Administration. Also created Rural Electrification Administration

Many people were still left out.