TIL:
1/ I thought C# is a compiled language like C or C++. But its execution is similar to Java. You have a runtime which does JIT (just-in-time compilation) on the intermediate representation of the C# source code.
3/ https://t.co/rnn8SA39sf is the web framework on top of .NET. The Roslyn compiler compiles the C# source code to the intermediate language which is then used by CLR. This is analogous to the Python bytecode being consumed by CPython VM during runtime.
@paraschopra@karpathy It would not be imprecise to say images also capture a lot of information which are visually imperceptible thus can be treated as overhead. That is the very reason we could get extremely good reconstructions out of a latent space whose dimensionality is orders of magnitude less.