-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (81 loc) · 6.27 KB
/
index.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<!-- saved from url=(0020)https://karpathy.ai/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Rishin Rahim</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<!-- idea: have a javascript animated loss function converging in the header? :p -->
<div id="dhead" class="container">
<div class="row">
<!-- <div id="dpic">
<img src="./static/profile.JPG" class="ppic">
</div> -->
<div id="ddesc">
<h1>Rishin Rahim </h1>
<h2>Senior Machine Learning Engineer</h2>
<h2><a href="./blog/about.html">About Me</a></h2>
</div>
</div>
</div>
<!-- <hr> -->
<div class="container">
<div class="ctitle">My writings</div>
<p>This collection is a mix of my thoughts and insights on machine learning and life in general. While most of it remains relevant, some entries reflect what I knew at the time. The goal is to share and learn, not to mislead.</p>
<ul class="nodot">
<!-- <li> Jun 2023 <a href="https://www.rishinrahim.com/codegen">Code Generation using LLMs</a></li>
<li> Apr 2023 <a href="https://www.rishinrahim.com/code_rep">Code Represention</a></li>
<li> Mar 2023 <a href="https://www.rishinrahim.com/se">Applying ML on Source Code - A review</a></li>
<li> Jan 2023 <a href="https://karpathy.medium.com//bert">BERT</a></li>
<li> Dec 2022 <a href="https://www.rishinrahim.com/transformers">Transformer Architecture </a></li>
<li> Nov 2022 <a href="https://www.rishinrahim.com/attention">Attention Mechanism</a></li>
<li> Dec 2021 <a href="https://www.rishinrahim.com/ml4code/productivity">Measuring Developer productivity: A Survey</a></li>
<li> Dec 2021 <a href="https://www.rishinrahim.com/ml/nntimeline">NLP - Timeline</a></li>
<li> Dec 2021 <a href="https://www.rishinrahim.com/ml/nntimeline">Neural Network - Timeline</a></li> -->
<li> Jan 7 2025 <a href="./blog/1_let_streak_begin.html">Let the streak begin.</a></li>
<li> Jan 14 2025 <a href="./blog/2_learning_resources.html">Charting My Path: A Roadmap for the Next Few Months</a></li>
<!-- <li> Jun 2021 <a href="./blog/statistics.html">30 Days of Statistics</a></li> -->
</ul>
</div>
<div id="pet-projects" class="container">
<div class="ctitle">Pet projects</div>
<div class="project">
<div class="pico"><img src="./static/elog.png"></div>
<div class="pdesc"><a href="https://github.com/rishinrahim/Project-NeuroSurgical-eLog">Neurosurgical E-log</a> : A secure and private neurosurgical case log designed for surgeons to post, plan, share, and analyze their cases. The system, developed for the <a href="https://www.sctimst.ac.in/">Sri Chithra Thirunal Institute of Medical Science</a>, incorporates a detailed range of neurosurgical fields and features a multipurpose search tool. Developed using Python, Web.py framework, SQLite3, HTML5, CSS3, JavaScript, jQuery, and Ajax.and Ajax.</div>
<div class="pend"></div>
</div>
<!-- <div class="project">
<div class="pico"><img src="./static/cinema.png"></div>
<div class="pdesc"><a href="https://github.com/rishinrahim/cinemastat">Cinemastat</a> A data visualization experiment using Malayalam movie data is a project I'm passionate about and currently a work in progress. Unfortunately, due to work commitments, completing and releasing this has been challenging. I'm optimistic about finding time later this year. Fingers crossed!</div>
<div class="pend"></div>
</div> -->
<!-- <div class="project">
<div class="pico"><img src="./static/cs231n.png"></div>
<div class="pdesc"><a href="https://github.com/rishinrahim/CS231n">CS231n-assignments</a>I am a huge fan of Andrej Karpathy! This website is entirely inspired by his personal site. My introduction to Karpathy was through this course, a high-quality program that he both conceived and taught. It details the foundations of machine learning in an intuitive and simplified manner. This GitHub repo contains my course notes and assignment works. Although it was released in 2016, this course remains relevant and highly informative.</div>
<div class="pend"></div>
</div> -->
<!-- <div class="project">
<div class="pico"><img src="./static/hf-logo.svg"></div>
<div class="pdesc"><a href="https://github.com/rishinrahim/hfexperiments">HF-experiments</a> HuggingFace is the github for machine learning. This project is my experiments using huggingface libraries, datasets and models. It majorly includes all the exercises mentioned in the book <a href = "">Natural Language Processing with Transformers </a></div>
<div class="pend"></div>
</div> -->
</div>
<div class="container">
<div class="ctitle">Miscellaneous</div>
<ul style="padding-left: 10px;">
<li><a href="./blog/books.html"><b>Books I Read </b> </a>: I am not an avid reader but I like Reading books. I have listed the books I've read <a href="./blog/books.html">here</a> and short review about them</li>
<li><b>Recommended Articles</b>: list of articles I recommend to read <a href="./blog/articles.html">here</a> and short review about them</li>
<!-- <li><b>List 100</b>: Inspired from Chip Huyen's List 100,<a href="./misc/bucketlist.html">My List 100 </a> - The things I want to do before I die and tracking its progress</li> -->
</ul>
</div>
<br><br><br><br><br><br><br><br><br><br><br>
<!-- <footer>
<a href="https://twitter.com/rishinrahim"><img src="./static/ctwitter.svg" class="iico"></a>
<a href="https://github.com/rishinrahim"><img src="./static/cgithub.svg" class="iico"></a>
<a href="https://linkedin.com/in/rishinrahim"><img src="./static/linkedin.png" class="iico"></a>
<a href="https://stackoverflow.com/users/2497722/rishin-rahim"><img src="./static/stack.svg" class="iico"></a>
<a href="./static/resume.pdf"><img src="./static/file.svg" class="iico"></a>
<a href="mailto:rishin07@gmail.com"><img src="./static/cemail.svg" class="iico"></a>
</footer> -->
</body></html>