fundamental investing
Last edited: August 8, 2025If your style is not math driven, fundamental investing are the strategies you can use.
BTW: the game of investing in the stock market has gotten harder because we have too much data with the historical data. (Efficient) markets tend to eliminate opportunities to make a profit.
Looking at 300 banks would be a good idea.
Value Investing
Value Investing is a fundamental investing strategy to value each company by going through the accounting/books of the company and buying companies that are theoretically undervalued.
fundamental theorem of arithmetic
Last edited: August 8, 2025factorization motivator
If \(p\) is prime and \(p | ab\), then \(p|a\) or \(p|b\).
If \(p|a\), we are done.
Consider the case where \(p|ab\) yet \(a\) is not divisible by \(p\). Then, \(a\) and \(p\) are coprime. This means that, we have:
\begin{equation} \gcd (a,p) = 1 = s a + tp \end{equation}
We note that:
\begin{align} b &= 1 \cdot b \\ &= (sa+tp) b \\ &= sab + tpb \\ &= s(ab) + tb(p) \end{align}
Fundamental Theorem of Calculus
Last edited: August 8, 2025Lovely, well known result:
\begin{equation} \dv x \int_{a}^{x} f(t)\dd{t} = f(x) \end{equation}
for any fixed \(a\). This is because that’s functionally using \(a\) as a \(+C\) term.
fundamental theorem of linear maps
Last edited: August 8, 2025The dimension of the null space plus the dimension of the range of a Linear Map equals the dimension of its domain.
This also implies that both the null space (but this one’s trivial b/c the null space is a subspace of the already finite-dimensional domain) and the range as well is finite-dimensional.
constituents
- \(T \in \mathcal{L}( V,W )\)
- finite-dimensional \(V\) (otherwise commenting on computing its dimension doesn’t make sense)
requirements
\begin{equation} \dim V = \dim null\ T + \dim range\ T \end{equation}
fusion (machine learning)
Last edited: August 8, 2025fusion in machine learning is the process of adding features or encoding.
late fusion
late fusion adds features together to a model in a multi-modal approach by first embedding the features separately
early fusion
early fusion adds features together to a model in a multi-modal approach by concatenating the features first then embedding
