We can make this file beautiful and searchable if this error is corrected: It looks like row 7 should actually have 5 columns, instead of 3 in line 6.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Timestamp junior/senior what topics (or specific people)_ are you particularly interested in hearing about this semester? are there any topics (or specific people) you would NOT be interested in hearing about? Feel free to add any other questions, comments, or suggestions, if you have any | |
8/28/2025 15:36:11 Junior Math modeling applications in clinical research, probabilistic modeling, drug regimen optimization and treatment personalization, pharmacology/pharmacometrics topics | |
8/28/2025 15:38:27 Senior I'd be curious to hear more about LLMs and the math behind them in order to better understand how they work! N/A | |
8/28/2025 15:40:24 Junior "pure math: stochastic topics, topological topics, how to do pure math in industry (i.e. research positions, etc) applied math: topics outside of stats & data science." stats & data science | |
8/28/2025 15:42:47 Junior Combinatorics, algebraic topology data science and statistics in general | |
8/28/2025 15:48:35 Junior | |
8/28/2025 15:48:56 Junior LLMs, machine learning, stoc |
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 6 columns, instead of 4 in line 4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Timestamp junior/senior what topics (or specific people)_ are you particularly interested in hearing about this semester? are there any topics (or specific people) you would NOT be interested in hearing about? Feel free to add any other questions, comments, or suggestions, if you have any If you'd like to identify yourself, feel free, if not, no problem | |
8/28/2025 15:36:11 Junior Math modeling applications in clinical research, probabilistic modeling, drug regimen optimization and treatment personalization, pharmacology/pharmacometrics topics [email protected] | |
8/28/2025 15:38:27 Senior I'd be curious to hear more about LLMs and the math behind them in order to better understand how they work! N/A [email protected] | |
8/28/2025 15:40:24 Junior "pure math: stochastic topics, topological topics, how to do pure math in industry (i.e. research positions, etc) applied math: topics outside of stats & data science." stats & data science | |
8/28/2025 15:42:47 Junior Combinatorics, algebraic topology data science and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
student_id | year | pc1 | pc2 | interests_preview | |
---|---|---|---|---|---|
0 | Junior | -0.21022303 | 0.03742918 | Math modeling applications in clinical research, probabilistic modeling, drug regimen optimization a | |
1 | Senior | 0.053690534 | 0.023714403 | I'd be curious to hear more about LLMs and the math behind them in order to better understand how th | |
2 | Junior | -0.40536395 | 0.14798523 | pure math: stochastic topics, topological topics, how to do pure math in industry (i.e. research pos | |
3 | Junior | 0.37337518 | -0.11617733 | Combinatorics, algebraic topology | |
4 | Junior | 0.03895838 | 0.21787016 | LLMs, machine learning, stochastics, probability, finance | |
5 | Senior | 0.103232145 | -0.51578295 | Biophysics | |
6 | Junior | -0.16043551 | -0.20623785 | visual arts, especially animation! quantitative finance. aerospace / air traffic control (?). crypto | |
7 | Junior | -0.37778497 | -0.25229186 | anything adjacent to natural sciences, and limitations of applied math/mathematical modeling (i.e. t | |
8 | Senior | -0.04851603 | 0.17333017 | maybe something similar to topics from Persuasion at Scale -- use of stats or compu |
We can make this file beautiful and searchable if this error is corrected: It looks like row 4 should actually have 5 columns, instead of 3 in line 3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Timestamp junior/senior what topics (or specific people)_ are you particularly interested in hearing about this semester? are there any topics (or specific people) you would NOT be interested in hearing about? Feel free to add any other questions, comments, or suggestions, if you have any | |
8/28/2025 15:36:11 Junior Math modeling applications in clinical research, probabilistic modeling, drug regimen optimization and treatment personalization, pharmacology/pharmacometrics topics | |
8/28/2025 15:38:27 Senior I'd be curious to hear more about LLMs and the math behind them in order to better understand how they work! N/A | |
8/28/2025 15:40:24 Junior pure math: stochastic topics, topological topics, how to do pure math in industry (i.e. research positions, etc) | |
applied math: topics outside of stats & data science. stats & data science | |
8/28/2025 15:42:47 Junior Combinatorics, algebraic topology data science and statistics in general | |
8/28/2025 15:48:35 Junior | |
8/28/2025 15:48:56 Junior LLMs, machine learning, stoch |
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 6 columns, instead of 4 in line 4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Timestamp junior/senior what topics (or specific people)_ are you particularly interested in hearing about this semester? are there any topics (or specific people) you would NOT be interested in hearing about? Feel free to add any other questions, comments, or suggestions, if you have any If you'd like to identify yourself, feel free, if not, no problem | |
8/28/2025 15:36:11 Junior Math modeling applications in clinical research, probabilistic modeling, drug regimen optimization and treatment personalization, pharmacology/pharmacometrics topics [email protected] | |
8/28/2025 15:38:27 Senior I'd be curious to hear more about LLMs and the math behind them in order to better understand how they work! N/A [email protected] | |
8/28/2025 15:40:24 Junior "pure math: stochastic topics, topological topics, how to do pure math in industry (i.e. research positions, etc) | |
applied math: topics outside of stats & data science." stats & data science | |
8/28/2025 15:42:47 Junior Combinatorics, algebraic topology data science and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import matplotlib.pyplot as plt | |
def simulate_market_shares(n_firms, n_periods, volatility): | |
shares = np.random.dirichlet(np.ones(n_firms), n_periods) | |
# Apply some smoothing to simulate persistence | |
for t in range(1, n_periods): | |
shares[t] = shares[t - 1] + volatility * (shares[t] - shares[t - 1]) | |
return shares |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CS- | |
CS-108 Fundamentals of Computer Engineering | |
CS-109 Computer Programming | |
CS-111 Object Oriented Programming | |
CS-211 Discrete Structures | |
CS-212 Computer Organization & Design | |
CS-214 Digital Logic Design | |
CS-215 Signals and Systems | |
CS-216 Data Structures & Algorithms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CS-108 Fundamentals of Computer Engineering 2 1 3 | |
CS-111 Object Oriented Programming 2 1 3 | |
CS-109 Computer Programming 2 1 3 | |
EL-102 Basic Electronics 3 1 4 | |
EE-120 Basic Electrical Engineering 3 1 4 | |
PH-122 Applied Physics 3 1 4 | |
MT-114 Calculus 3 0 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE SONNETS | |
by William Shakespeare | |
1 | |
From fairest creatures we desire increase, | |
That thereby beauty's rose might never die, |
NewerOlder