js.html (7500B)
1 <!DOCTYPE html> 2 <html lang="en"><head> 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 4 <meta charset="UTF-8"> 5 <title>Andrew Laack</title> 6 <style> 7 .spacer{ 8 height: 50px; 9 } 10 .pgp-container { 11 text-align: center; 12 padding: 20px; 13 margin-top: 20px; 14 background-color: #ffffff; 15 width: 100%; 16 max-width: 900px; 17 margin-left: auto; 18 margin-right: auto; 19 } 20 21 .pgp-key { 22 white-space: pre-wrap; 23 word-wrap: break-word; 24 } 25 body { 26 font-family:'Lucida Console', monospace; 27 font-size: 18px; 28 color: #111; 29 background-color: white; 30 max-width: 1280px; 31 margin: 0 auto; 32 padding: 0 50px; 33 box-sizing: border-box; 34 } 35 .landing { 36 display: flex; 37 flex-direction: column; 38 align-items: center; 39 justify-content: center; 40 min-height:100vh; min-height:100dvh; 41 text-align: center; 42 } 43 svg { width: 100%; height: auto; } 44 .svg-container { width: 100%; max-width: 400px; display: inline-block; } 45 .separator { letter-spacing: -9px; } 46 hr { border: none; height: 2px; background-color: lightgrey; width: 100%; margin: 30px auto; } 47 table { border-collapse: collapse; text-align: center; width: 100%; } 48 td { 49 padding: 5px 20px; 50 border: 1px solid #dddddd; 51 } 52 .quiet, .links-container a { color: inherit; } 53 .links-container { font-size: 24px; margin: 20px; } 54 .links-container a { text-decoration: none; margin: 0 10px; } 55 .product-photo { display: block; max-height: 640px; width: 100%; margin: 0 auto; } 56 .faqtable dt { margin-bottom: 0.75em; font-style: italic; } 57 .faqtable dd { margin-left: 0; margin-bottom: 2em; } 58 59 h1 { 60 font-family:'Lucida Console', monospace; 61 font-size: 2.25rem; 62 margin-bottom: 20px; 63 text-align: left; 64 } 65 66 /* Styling for the navigation container */ 67 .navigation { 68 display: flex; 69 justify-content: left; 70 align-items: center; 71 gap: 15px; 72 font-size: 1.25rem; 73 font-family:'Lucida Console', monospace; 74 } 75 76 /* Styling for the links */ 77 .navigation a { 78 text-decoration: none; 79 color: #333; /* Dark gray for a clean, modern look */ 80 transition: color 0.3s; 81 } 82 83 .navigation a:hover { 84 color: #007bff; 85 } 86 87 a { 88 color: #007bff; 89 text-decoration: none; 90 } 91 92 a:hover { 93 color: #0056b3; 94 text-decoration: underline; 95 } 96 97 98 /* Styling for the separator */ 99 .separator { 100 color: #ccc; /* Lighter gray for separator */ 101 font-weight: normal; 102 margin: 0 5px; 103 } 104 </style> 105 106 <meta name="description" content="Andrew Laack's personal website showcasing research, machine learning projects, work experience, and studies in computer science. Explore code repositories, book recommendations, and find my contact information." /> 107 </head> 108 <body> 109 110 <p id="msg"></p> 111 112 <script> 113 document.getElementById("msg").textContent = 114 "Please disable JS to view this website."; 115 </script> 116 117 118 <div id="main"> 119 120 121 122 <h1> 123 Andrew Laack 124 </h1> 125 126 <nav class="navigation"> 127 <a href="#research">research</a> 128 <span class="separator">|</span> 129 <a href="#code">code</a> 130 <span class="separator">|</span> 131 <a href="#studies">studies</a> 132 <span class="separator">|</span> 133 <a href="#blog">blog</a> 134 <span class="separator">|</span> 135 <a href="#contact">contact</a> 136 </nav> 137 138 139 <hr> 140 <h2 id="research">research</h2> 141 <p> My main research interest is classical machine learning. In particular, oblique decision trees, ensemble methods, and interpretability. 142 143 <h3 id="publications">publications</h3> 144 <ul> 145 <li> 146 <strong>Laack, A. D.</strong> (2025, May 8). <em>CART-ELC: Oblique decision tree induction via exhaustive search</em> [Manuscript under review]. arXiv. <a href="https://doi.org/10.48550/arxiv.2505.05402" target="">https://doi.org/10.48550/arxiv.2505.05402</a> 147 </li> 148 </ul> 149 150 151 <hr> 152 <h2 id="code">code</h2> 153 <p>I like building software and implementing machine learning research. <a href="https://git.laack.co"> My code</a> is self hosted. I have some code available on my <a href="https://github.com/andrewlaack">Github</a>, but I am not a fan of the platform becoming the de facto standard for code distribution given its proprietary nature. 154 155 <hr> 156 <h2 id="studies">studies</h2> 157 158 <p> 159 I graduated from the University in Wisconsin-Superior with a BS in CS in the Spring of 2025. I am also starting a Master's degree program at Georgia Tech in the Fall of 2025. I have taken a fair number of computer science courses and math courses, but I have found it much more rewarding to self-study. Below is a non-comprehensive list of books I have read and recommend to those interested in machine learning. 160 </p> 161 162 <p> 163 <h3>ml book recommendations (in order)</h3> 164 <ol> 165 <li> Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Geron</li> 166 <li> The Elements of Statistical Learning by Hastie, Tibshirani, Friedman </li> 167 <li> Deep Learning by Goodfellow, Bengio, and Courville</li> 168 <li> Reinforcement Learning by Sutton and Barto</li> 169 </ol> 170 171 </p> 172 <p> 173 <h3> math book recommendations (unordered)</h3> 174 <ol> 175 <li> Probability and Statistical Inference by Hogg and Tanis</li> 176 <li> Calculus: Early Transcendentals by Stewart </li> 177 <li> Linear Algebra Done Right by Axler </li> 178 <li> Discrete Mathematics and Its Applications by Rosen</li> 179 <li> Mathematics for Machine Learning by Deisenroth</li> 180 </ol> 181 </p> 182 183 <p> 184 These were the most impactful math and machine learning books that I read early on. For those interested in reading them, I would recommend first reading Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow to get a good understanding of what machine learning is all about and how to use modern machine learning tools. I would then start reading the math books to gain a strong understanding of linear algebra, probability, and calculus, prior to returning to the more theory based machine learning books. Once all of these have been read and well understood, it becomes evident what is of interest to the reader and thus their paths may diverge, but I think these recommendations are non-controversial. 185 </p> 186 187 <hr> 188 <h2 id="blog">blog</h2> 189 <p> 190 On <a href="https://blog.laack.co" target="">my blog</a> I discuss my views about software, freedom, and other topics of interest. 191 </p> 192 193 <hr> 194 <h2 id="contact">contact</h2> 195 196 <p> Email contained in metadata: </p> 197 198 <!-- PGP Key Section --> 199 <div class="pgp-container"> 200 <pre class="pgp-key"> 201 -----BEGIN PGP PUBLIC KEY BLOCK----- 202 mDMEZ6xkphYJKwYBBAHaRw8BAQdAIDyb5c/NfL9VY8GTK2+NWD48GSxk3wBuOA6e 203 kb5O2SS0LWFuZHJldyBsYWFjayAocGFzc3dvcmQga2V5KSA8YW5kcmV3QGxhYWNr 204 LmNvPoiTBBMWCgA7FiEEWEIRDXWw8E+m6MOJMvmjEHDJ1+MFAmesZKYCGwMFCwkI 205 BwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQMvmjEHDJ1+MchQEA/qSjA+uE+u/p 206 lwGdAOnmz8qQmw4cettMujU0/WXhCKEBAJxS62RluH2jlYMk0u6XiEW2u9AOse6E 207 6Tt1ya0et/IOuDgEZ6xkphIKKwYBBAGXVQEFAQEHQP4GUQ22EKyTtp5UP+aoPrjb 208 k27LGhvPDtcbw+dyGT4VAwEIB4h4BBgWCgAgFiEEWEIRDXWw8E+m6MOJMvmjEHDJ 209 1+MFAmesZKYCGwwACgkQMvmjEHDJ1+OQhAD/dh4e/qYtE/xjvEJb9foDYxCAZmoO 210 YDCsVpBwLQgBKW8A/RshYmUz7CBCuGsmxPtzVNSsP3mtLTc/85dX1V8oTd0J 211 =wfRT 212 -----END PGP PUBLIC KEY BLOCK----- 213 </pre> 214 </div> 215 216 <div class="spacer"></div> 217 <div class="spacer"></div> 218 <div class="spacer"></div> 219 220 221 </div> 222 223 <script> 224 document.getElementById("main").style.visibility = "hidden"; 225 const msg = document.getElementById("msg"); 226 msg.hidden = false; 227 </script> 228 229 </body> 230 231 232 </html>