Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.71 KB

index.md

File metadata and controls

56 lines (37 loc) · 1.71 KB
title
wei2912's blog

wei2912's blog

I maintain a Mastodon account at @wei2912@sigmoid.social, where I post updates on blog posts and other related content.


Shallow Dives

These articles are intended to let people dip their toes into unfamiliar technical topics, hopefully beyond a superficial level of understanding.

Regularisation & Redundancy: Examining Generalisation in Deep Learning #ml-theory

(WIP) A brief look into generalisation in deep learning (namely in Convolutional Neural Networks), examining recent empirical findings which run contrary to common intuition.

(January 1, 2017) An explanation of how AES, a commonly used modern cryptosystem, was designed to be resistant to many different types of cryptographic attacks.

Miscellaneous

(November 27, 2014) A brief introduction to Haskell, for programmers wondering what functional programming languages have to offer over imperative languages.


This blog is hosted on GitHub Pages and built with these software:

  • Hakyll, a static site generator written in Haskell which allows for great flexibility in the building of pages
  • KaTeX, a renderer for LaTeX math equations
  • Utterances, a lightweight comments widget built on GitHub issues

The design of this blog was inspired by Mike Bostock's website.