-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathachievements.html
61 lines (61 loc) · 3.32 KB
/
achievements.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Achievements</title>
<link rel="stylesheet" href="achievements.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="achievements.js"></script>
</head>
<body>
<div class="container">
<img src="sun.png" id="mode"></i>
<script src="dark_light_mode.js"></script>
<h1 id="ach-header"></h1>
<div class="content">
<div class="col1">
<p>
oopsie looks like this page is blank HA NO IT'S NOT YOU LOSER TAKE A LOOK AT MY <s>CRIPPLING GAMBLING ADDICTION</s> CRYPTO TRADING BOT<br>
<h3>IIT-KGP Data Science Hackathon 3rd Place</h3>
<ul>
<li>idk how this one happened</li>
<li>Problem statement: generate returns on Bitcoin between 2018 and 2022 with an algorithmic trading strategy.</li>
<li>Generated the highest return percentage of all the teams present.</li>
<li>Three rounds, 5,800 teams, 23,000 people and one trip to IIT-KGP later, we emerged in third place as the only first-year two-man team to make it to the finals and get placed.</li>
<li>Actual strategy revolved around using the XGBoost AI model as a classifier to segregate signals generated by an underlying moving average crossover strategy (24 and 59 days) as worthwhile or not depending on the sole imputed feature that was RSI (14-day period)</li>
<li>This brainwave followed two disastrous models that can be found on the wall of shame in the project GitHub</li>
<li>if only the prize money covered the cost of the trip.</li>
</ul>
</p>
</div>
<div class="col3">
<p>
<br><br>
<h3>SegFault- Inter-NPS Hackathon 4th Place</h3>
<ul>
<li>far too easy</li>
<li>Problem statement: analyse COVID data and draw meaningful conclusions about rate of spread, susceptible socio-economic groups and so on.</li>
<li>Two rounds, whole bunch of teams, once again the youngest possible participants</li>
<li>Took one night and 300% of the daily recommended amount of caffiene</li>
</ul>
<h3>MUN Competitions</h3>
<ul>
<li>RNPSMUN 2019- Best Editorial</li>
<li>RNPSMUN 2020- Outstanding Delegate and Best Delegate (two committees)</li>
<li>DPSMUN 2020- Best Delegate</li>
<li>RNPSMUN 2021- Chair of DISEC</li>
<li>RNPSMUN 2022- Director General</li>
<li>ego boost was unreal</li>
</ul>
</p>
</div>
<div id="col2">
<button id="bowser">
Bowser?
</button>
</div>
</div>
</div>
</body>
</html>