-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalk.html
85 lines (68 loc) · 2.56 KB
/
talk.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Talk to me about</title>
</head>
<body>
<!-- Navigation Menu -->
<section>
<header>
<h1>Talk to me about</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="experience.html">CV & Resume</a></li>
<li><a href="projects.html">Projects</a></li>
<li><strong>Lets talk about</strong></li>
<li><a href="Blog.html">Blog?</a></li>
</ul>
</nav>
<h1>Currently Interested / Learning</h1>
<h4>Machine Learning in Artificial Intelligence</h4>
<ul>
<li>The StatQuest Illustrated Guide To Machine Learning - Starmer</li>
<li>Mathematics for Machine Learning - Deisenroth</li>
</ul>
<h4>Mathematics</h4>
<ul>
<li>Multivariable Calculus - Stewart</li>
<li>Linear Algebra and it’s Applications - Lay</li>
</ul>
<h4>Russian (langauge)</h4>
<ul>
<li>The New Penguin Russian Course - Brown</li>
<li>DuoLingo (220 day streak as of 9/27/2024)</li>
</ul>
<h4>Games (and theory)</h4>
<ul>
<li>Chess (Started during Covid, casual player) <a href="https://www.chess.com/member/fantastic-mrfox?">Add me on Chess.com</a></li>
<li>The Art of Strategy: A Game Theorists Guide... - Dixit</li>
</ul>
<h4>Philosophy (i.e. living)</h4>
<ul>
<li>How to Be Free (Translation of the Enchiridion of Epictetus), made as a guide to Stoicism which is the dominant part of my philosophy</li>
<li>The Fountainhead - Ayn Rand, philosophical fiction outlining Rand's philosophy of <a href="https://aynrand.org/ideas/overview/">objectivism</a> </li>
</ul>
<p>(Non academic and poorly maintained) Reading List: <a href="https://www.goodreads.com/kalober">GoodReads</a></p>
<h1>Future Stuff</h1>
<ul>
<li>Matrix computations/analysis</li>
<li>Probability Theory (Longtails, Martingales, etc.)</li>
<li>Econometrics</li>
<li>Approximation and Information Theory</li>
<li>Mathematics of Finance</li>
<li>Portfolio Management (Quantitative, Risk Analysis)</li>
</ul>
</section>
<!-- Contact Section -->
<div id="contact">
<h2>Contact</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/kalober/">linkedin.com/in/kalober/</a></p>
<p>GitHub: <a href="https://github.com/FocuseObie">github.com/FocuseObie</a></p>
</div>
</body>
</html>