Tim Luka Horstmann
commited on
Commit
Β·
c020f09
1
Parent(s):
b6763a9
Added CV
Browse files- Dockerfile +1 -0
- cv_text.txt +42 -47
Dockerfile
CHANGED
@@ -28,6 +28,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
28 |
# Copy application files
|
29 |
COPY app.py .
|
30 |
COPY cv_embeddings.json .
|
|
|
31 |
|
32 |
# Expose port
|
33 |
EXPOSE 7860
|
|
|
28 |
# Copy application files
|
29 |
COPY app.py .
|
30 |
COPY cv_embeddings.json .
|
31 |
+
COPY cv_text.txt .
|
32 |
|
33 |
# Expose port
|
34 |
EXPOSE 7860
|
cv_text.txt
CHANGED
@@ -1,97 +1,92 @@
|
|
1 |
Tim Luka Horstmann
|
2 |
-
|
|
|
3 |
|
4 |
EDUCATION
|
5 |
-
Sep. 2024β
|
6 |
-
|
7 |
β Current GPA: 4.0 (scale 0β4, 4 being best)
|
8 |
β Directly admitted to the second year of the Data and Artificial Intelligence masterβs program
|
9 |
β Courses on Deep & Reinforcement Learning, NLP, Logic & Symbolic AI, Data Mining, and AI Ethics
|
10 |
-
|
11 |
-
June 2024
|
|
|
12 |
β Grade: Distinction (86%), graduated 3rd out of 61 students, awarded college prize
|
13 |
β Thesis: legal NLP system to automate discovery and ontology matching of financial regulations
|
14 |
β Courses on NLP, Multicore Semantics & Programming, Cybercrime, and Mobile Health
|
15 |
β Senior rower at college boat club (stroke and 6 seat, awarded super blades during May Bumps)
|
16 |
-
|
17 |
-
Sep. 2022
|
|
|
18 |
β Grade: 1.0, top of the year, graduated with distinction (scale 1β5, 1 being best)
|
19 |
β First and only student in this degree program ever to achieve the highest possible GPA of 1.0
|
20 |
β Thesis: XGBoost-based time series forecasting algorithm for customer demand planning
|
21 |
-
|
22 |
-
Aug. 2019
|
|
|
23 |
β Grade: 0.9, top of the year (scale 1β5, 1 being best)
|
24 |
β Chosen to participate in federal stateβs 18. Academy for Mathematics and Computer Science
|
25 |
|
|
|
26 |
WORK EXPERIENCE
|
27 |
-
Apr. 2025β
|
28 |
-
|
29 |
-
β Conducting and publishing ML research at HEC Paris and
|
30 |
-
|
31 |
-
May 2023β
|
32 |
-
|
33 |
β Advised leading European automotive supplier on a multiyear sustainable transformation
|
34 |
program to increase profitability and adapt to disruptive industry trends like electrification
|
35 |
β Developed financial analyses and risk assessments presented to CEO, CFO, and supervisory board
|
36 |
(Received full-time return offer)
|
37 |
-
|
38 |
-
Apr. 2023
|
|
|
39 |
β Led inbound logistics project for Amazon's PanEu surface network, achieving $38M/year impact
|
40 |
β Worked with stakeholders across different organizations and drove resolution of the defect by
|
41 |
setting up a QuickSight dashboard on top of Redshift ETL pipelines and implementing ML models
|
42 |
-
(Received
|
43 |
-
|
44 |
-
Sep. 2022
|
|
|
45 |
β Three years of employment as Software Engineer and Data Scientist alongside full-time studies
|
46 |
β Automated configuration of IoT-Devices in 55 plants creating savings of 450,000β¬/year
|
47 |
β Integrated low-code platform Mendix into existing IT infrastructure, incl. SSO and REST services
|
48 |
β Developed novel AI model for demand forecasting, with 37% higher R2 than prior approaches
|
|
|
49 |
|
50 |
EXTRACURRICULAR ACTIVITIES
|
51 |
-
Volunteer
|
52 |
-
Activities
|
53 |
-
|
54 |
β First Saxophone in the symphonic wind orchestra Hellwegmusikanten Erwitte e.V.
|
55 |
β Founding board member of political youth organization Junge Union Erwitte, member of CDU
|
56 |
|
57 |
-
Societies
|
58 |
-
|
59 |
β Cambridge Union (since 2023)
|
60 |
β Cambridge University German Society (since 2023)
|
61 |
-
β German Informatics Society (since 2021)
|
|
|
62 |
|
63 |
SKILLS & INTERESTS
|
64 |
-
Languages
|
65 |
-
|
66 |
German (native) | English (fluent, TOEFL: 109) | French (fluent, DELF A1, A2 & B1, DFP affaires B2)
|
67 |
|
68 |
-
IT-Skills
|
69 |
-
|
70 |
Python (adv.) | Java (adv.) | SQL (adv.) | Cypher | SPARQL| VBA | JavaScript | Ruby | HTML/CSS
|
71 |
Machine Learning (PyTorch, transformers, scikit-learn, Pandas, NumPy, Matplotlib) | HPC | IoT
|
72 |
|
73 |
-
Scholarships
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
β
|
80 |
-
|
81 |
-
France Excellence Europa: awarded to a select group of top-performing EU students (since 2024)
|
82 |
-
IP Paris Excellence: awarded for academic excellence; full funding of MSc & PhD (since 2024)
|
83 |
-
Studienstiftung: awarded for outstanding academic performance and potential (since 2021)
|
84 |
-
Deutschlandstipendium: awarded for excellent academic and social achievements (2019β2020)
|
85 |
-
McKinsey College | McKinsey Firsthand | BCG LINK | BCG Emerald | Bain Spark | e-fellows.net
|
86 |
-
|
87 |
-
Awards
|
88 |
|
|
|
89 |
β Alumni Association Prize for Graduate Excellence, University of Cambridge
|
90 |
β Honored for outstanding achievements in Mathematics by the German Mathematical Society
|
91 |
β Honored as one of the best Abitur graduates of NRW, Germanyβs largest federal state
|
92 |
|
93 |
-
Interests
|
94 |
-
|
95 |
Artificial Intelligence | Space Travel | Stock Trading | Piano | Rowing | Tennis | Hiking | Travelling
|
96 |
|
97 |
|
|
|
1 |
Tim Luka Horstmann
|
2 |
+
|
3 |
+
E-Mail: [email protected]
|
4 |
|
5 |
EDUCATION
|
6 |
+
Sep. 2024βOct. 2025
|
7 |
+
Institut Polytechnique de Paris, France | MSc in Data and AI
|
8 |
β Current GPA: 4.0 (scale 0β4, 4 being best)
|
9 |
β Directly admitted to the second year of the Data and Artificial Intelligence masterβs program
|
10 |
β Courses on Deep & Reinforcement Learning, NLP, Logic & Symbolic AI, Data Mining, and AI Ethics
|
11 |
+
|
12 |
+
Oct. 2023βJune 2024
|
13 |
+
University of Cambridge, United Kingdom | MPhil in Advanced Computer Science
|
14 |
β Grade: Distinction (86%), graduated 3rd out of 61 students, awarded college prize
|
15 |
β Thesis: legal NLP system to automate discovery and ontology matching of financial regulations
|
16 |
β Courses on NLP, Multicore Semantics & Programming, Cybercrime, and Mobile Health
|
17 |
β Senior rower at college boat club (stroke and 6 seat, awarded super blades during May Bumps)
|
18 |
+
|
19 |
+
Oct. 2019βSep. 2022
|
20 |
+
RheinMain University of Applied Sciences, Germany | BSc in Business Informatics
|
21 |
β Grade: 1.0, top of the year, graduated with distinction (scale 1β5, 1 being best)
|
22 |
β First and only student in this degree program ever to achieve the highest possible GPA of 1.0
|
23 |
β Thesis: XGBoost-based time series forecasting algorithm for customer demand planning
|
24 |
+
|
25 |
+
Aug. 2011βAug. 2019
|
26 |
+
StΓ€dtisches Gymnasium Erwitte, Germany | Allgemeine Hochschulreife (university entrance qual.)
|
27 |
β Grade: 0.9, top of the year (scale 1β5, 1 being best)
|
28 |
β Chosen to participate in federal stateβs 18. Academy for Mathematics and Computer Science
|
29 |
|
30 |
+
|
31 |
WORK EXPERIENCE
|
32 |
+
Apr. 2025βAug. 2025
|
33 |
+
Hi! PARIS, Machine Learning Research Engineer Intern | Paris, France
|
34 |
+
β Conducting and publishing ML research at HEC Paris and Ecole Polytechnique
|
35 |
+
|
36 |
+
May 2023βJuly 2023
|
37 |
+
McKinsey & Company, Fellow Intern | Munich, Germany
|
38 |
β Advised leading European automotive supplier on a multiyear sustainable transformation
|
39 |
program to increase profitability and adapt to disruptive industry trends like electrification
|
40 |
β Developed financial analyses and risk assessments presented to CEO, CFO, and supervisory board
|
41 |
(Received full-time return offer)
|
42 |
+
|
43 |
+
Oct. 2022βApr. 2023
|
44 |
+
Amazon, Business Intelligence Intern | London, United Kingdom
|
45 |
β Led inbound logistics project for Amazon's PanEu surface network, achieving $38M/year impact
|
46 |
β Worked with stakeholders across different organizations and drove resolution of the defect by
|
47 |
setting up a QuickSight dashboard on top of Redshift ETL pipelines and implementing ML models
|
48 |
+
(Received full-time return offer)
|
49 |
+
|
50 |
+
Sep. 2019βSep. 2022
|
51 |
+
Continental AG, Dual Student | Frankfurt, Germany
|
52 |
β Three years of employment as Software Engineer and Data Scientist alongside full-time studies
|
53 |
β Automated configuration of IoT-Devices in 55 plants creating savings of 450,000β¬/year
|
54 |
β Integrated low-code platform Mendix into existing IT infrastructure, incl. SSO and REST services
|
55 |
β Developed novel AI model for demand forecasting, with 37% higher R2 than prior approaches
|
56 |
+
(Received multiple full-time return offers)
|
57 |
|
58 |
EXTRACURRICULAR ACTIVITIES
|
59 |
+
Volunteer Activities:
|
|
|
|
|
60 |
β First Saxophone in the symphonic wind orchestra Hellwegmusikanten Erwitte e.V.
|
61 |
β Founding board member of political youth organization Junge Union Erwitte, member of CDU
|
62 |
|
63 |
+
Societies:
|
|
|
64 |
β Cambridge Union (since 2023)
|
65 |
β Cambridge University German Society (since 2023)
|
66 |
+
β German Informatics Society (since 2021)
|
67 |
+
β Association of German Engineers (2021β2022)
|
68 |
|
69 |
SKILLS & INTERESTS
|
70 |
+
Languages:
|
|
|
71 |
German (native) | English (fluent, TOEFL: 109) | French (fluent, DELF A1, A2 & B1, DFP affaires B2)
|
72 |
|
73 |
+
IT-Skills:
|
|
|
74 |
Python (adv.) | Java (adv.) | SQL (adv.) | Cypher | SPARQL| VBA | JavaScript | Ruby | HTML/CSS
|
75 |
Machine Learning (PyTorch, transformers, scikit-learn, Pandas, NumPy, Matplotlib) | HPC | IoT
|
76 |
|
77 |
+
Scholarships & Career Programs:
|
78 |
+
- France Excellence Europa: awarded to a select group of top-performing EU students (since 2024)
|
79 |
+
- IP Paris Excellence: awarded for academic excellence; full funding of MSc & PhD (since 2024)
|
80 |
+
- Studienstiftung: awarded for outstanding academic performance and potential (since 2021)
|
81 |
+
- Deutschlandstipendium: awarded for excellent academic and social achievements (2019β2020)
|
82 |
+
- McKinsey College | McKinsey Firsthand | BCG LINK | BCG Emerald | Bain Spark | e-fellows.net
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
+
Awards:
|
85 |
β Alumni Association Prize for Graduate Excellence, University of Cambridge
|
86 |
β Honored for outstanding achievements in Mathematics by the German Mathematical Society
|
87 |
β Honored as one of the best Abitur graduates of NRW, Germanyβs largest federal state
|
88 |
|
89 |
+
Interests:
|
|
|
90 |
Artificial Intelligence | Space Travel | Stock Trading | Piano | Rowing | Tennis | Hiking | Travelling
|
91 |
|
92 |
|