Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nveshaan committed Jul 22, 2024
1 parent a27a40c commit 17ccbf8
Show file tree
Hide file tree
Showing 13 changed files with 134 additions and 17 deletions.
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = false
showTableOfContents = true
showTaxonomies = false
showAuthorsBadges = false
showWordCount = true
Expand Down
7 changes: 6 additions & 1 deletion content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ showViews: false
showLikes: false
showAuthor: false
layoutBackgroundHeaderSpace: false
showTableOfContents: false
---

I’m an undergraduate at [IISER Thiruvananthapuram](https://www.iisertvm.ac.in/), studying Mathematics, Physics, and Data Science. I created this website to share my knowledge and experiences, hoping it will serve as a platform to showcase my academic projects, coding endeavours, and insights gained during my studies.

## Overview

My school exposed me to programming at the age of 13. I started coding in Java and wrote several programs as part of my assignments. One of my early projects was a program that translated Morse code into English, which impressed my teacher. My friends and I then collaborated on another program that translated our secret code language.\
When the pandemic hit, I was locked down at home and took the opportunity to expand my skills further. I learned how to create websites, explored Python, and discovered [Manim](https://www.manim.community/), a library for animating mathematical concepts.

Over the years, I have explored various fields, but my primary interests lie in mathematics, computer science, robotics, and economics. Currently, I am delving into artificial intelligence, working on small [projects](/projects) to apply and expand my knowledge in this exciting area.
Over the years, I have explored various fields, but my primary interests lie in mathematics, computer science, robotics, and economics. Currently, I am delving into artificial intelligence, working on small projects to apply and expand my knowledge in this exciting area.

## Hobbies

Aside from my academic pursuits, I enjoy playing tennis and badminton. I love listening to Shreya Ghoshal's songs (also Cherry's songs). I'm passionate about cooking and eating, and I enjoy travelling and doing adventure activities.
2 changes: 2 additions & 0 deletions content/blog/digit-classifier/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ draft: false
description: "I implement a neural network without using popular ML frameworks like PyTorch, TensorFlow, Keras. I use python libraries like numpy, pandas, matplotlib to create a model that classifies hand-written digits."
tags: ["example", "tag"]
---

## Hi
16 changes: 14 additions & 2 deletions public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@


"mainEntityOfPage": "true",
"wordCount": "212"
"wordCount": "214"
}]
</script>

Expand Down Expand Up @@ -527,9 +527,21 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">

<div class="article-content max-w-prose mb-20">
<p>I’m an undergraduate at <a href="https://www.iisertvm.ac.in/" target="_blank">IISER Thiruvananthapuram</a>, studying Mathematics, Physics, and Data Science. I created this website to share my knowledge and experiences, hoping it will serve as a platform to showcase my academic projects, coding endeavours, and insights gained during my studies.</p>


<h2 class="relative group">Overview
<div id="overview" class="anchor"></div>

</h2>
<p>My school exposed me to programming at the age of 13. I started coding in Java and wrote several programs as part of my assignments. One of my early projects was a program that translated Morse code into English, which impressed my teacher. My friends and I then collaborated on another program that translated our secret code language.<br>
When the pandemic hit, I was locked down at home and took the opportunity to expand my skills further. I learned how to create websites, explored Python, and discovered <a href="https://www.manim.community/" target="_blank">Manim</a>, a library for animating mathematical concepts.</p>
<p>Over the years, I have explored various fields, but my primary interests lie in mathematics, computer science, robotics, and economics. Currently, I am delving into artificial intelligence, working on small <a href="/projects">projects</a> to apply and expand my knowledge in this exciting area.</p>
<p>Over the years, I have explored various fields, but my primary interests lie in mathematics, computer science, robotics, and economics. Currently, I am delving into artificial intelligence, working on small projects to apply and expand my knowledge in this exciting area.</p>


<h2 class="relative group">Hobbies
<div id="hobbies" class="anchor"></div>

</h2>
<p>Aside from my academic pursuits, I enjoy playing tennis and badminton. I love listening to Shreya Ghoshal&rsquo;s songs (also Cherry&rsquo;s songs). I&rsquo;m passionate about cooking and eating, and I enjoy travelling and doing adventure activities.</p>

</div>
Expand Down
96 changes: 91 additions & 5 deletions public/blog/digit-classifier/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"name": "Coding a Neural Network from scratch",
"headline": "Coding a Neural Network from scratch",
"description": "I implement a neural network without using popular ML frameworks like PyTorch, TensorFlow, Keras. I use python libraries like numpy, pandas, matplotlib to create a model that classifies hand-written digits.",

"abstract": "\rHi #\r",
"inLanguage": "en",
"url" : "http:\/\/localhost:1313\/blog\/digit-classifier\/",
"author" : {
Expand All @@ -102,7 +102,7 @@
"keywords": ["example","tag"],

"mainEntityOfPage": "true",
"wordCount": "0"
"wordCount": "2"
}]
</script>

Expand Down Expand Up @@ -472,8 +472,12 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">












Expand All @@ -490,7 +494,7 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-07-21 00:00:00 &#43;0000 UTC">21 July 2024</time>
<time datetime="2024-07-21 00:00:00 &#43;0000 UTC">21 July 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>



Expand Down Expand Up @@ -527,7 +531,71 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">

<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">


<div
class="order-first lg:ml-auto px-0 lg:order-last ltr:lg:pl-8 rtl:lg:pr-8">
<div class="toc ltr:pl-5 rtl:pr-5 print:hidden lg:sticky lg:top-[140px]">

<details open id="TOCView"
class="toc-right mt-0 overflow-y-scroll overscroll-contain scrollbar-thin scrollbar-track-neutral-200 scrollbar-thumb-neutral-400 dark:scrollbar-track-neutral-800 dark:scrollbar-thumb-neutral-600 rounded-lg ltr:-ml-5 ltr:pl-5 rtl:-mr-5 rtl:pr-5 hidden lg:block">
<summary
class="block py-1 text-lg font-semibold cursor-pointer bg-neutral-100 text-neutral-800 ltr:-ml-5 ltr:pl-5 rtl:-mr-5 rtl:pr-5 dark:bg-neutral-700 dark:text-neutral-100 lg:hidden">
Table of Contents
</summary>
<div
class="min-w-[220px] py-2 border-dotted ltr:-ml-5 ltr:border-l ltr:pl-5 rtl:-mr-5 rtl:border-r rtl:pr-5 dark:border-neutral-600">
<nav id="TableOfContents">
<ul>
<li><a href="#hi">Hi</a></li>
</ul>
</nav>
</div>
</details>
<details class="toc-inside mt-0 overflow-hidden rounded-lg ltr:-ml-5 ltr:pl-5 rtl:-mr-5 rtl:pr-5 lg:hidden">
<summary
class="py-1 text-lg font-semibold cursor-pointer bg-neutral-100 text-neutral-800 ltr:-ml-5 ltr:pl-5 rtl:-mr-5 rtl:pr-5 dark:bg-neutral-700 dark:text-neutral-100 lg:hidden">
Table of Contents
</summary>
<div
class="py-2 border-dotted border-neutral-300 ltr:-ml-5 ltr:border-l ltr:pl-5 rtl:-mr-5 rtl:border-r rtl:pr-5 dark:border-neutral-600">
<nav id="TableOfContents">
<ul>
<li><a href="#hi">Hi</a></li>
</ul>
</nav>
</div>
</details>

<script>

var margin = 200;
var marginError = 50;

(function () {
var $window = $(window);
var $toc = $('#TOCView');
var tocHeight = $toc.height();

function onResize() {
var windowAndMarginHeight = $window.height() - margin;
if(tocHeight >= windowAndMarginHeight) {
$toc.css("overflow-y", "scroll")
$toc.css("max-height", (windowAndMarginHeight + marginError) + "px")
} else {
$toc.css("overflow-y", "hidden")
$toc.css("max-height", "9999999px")
}
}

$window.on('resize', onResize);
$(document).ready(onResize);
})();



</script>
</div>
</div>


<div class="min-w-0 min-h-0 max-w-fit">

Expand All @@ -536,6 +604,18 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">

<div class="article-content max-w-prose mb-20">


<h2 class="relative group">Hi
<div id="hi" class="anchor"></div>

<span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#hi" aria-label="Anchor">#</a>
</span>

</h2>

</div>


Expand Down Expand Up @@ -573,7 +653,13 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
</footer>
</article>


<div id="top-scroller" class="pointer-events-none absolute top-[110vh] bottom-0 w-12 ltr:right-0 rtl:left-0">
<a href="#the-top"
class="pointer-events-auto sticky top-[calc(100vh-5.5rem)] flex h-12 w-12 mb-16 items-center justify-center rounded-full bg-neutral/50 text-xl text-neutral-700 hover:text-primary-600 dark:bg-neutral-800/50 dark:text-neutral dark:hover:text-primary-400"
aria-label="Scroll to top" title="Scroll to top">
&uarr;
</a>
</div>
</main><footer id="site-footer" class="py-10 print:hidden">


Expand Down
6 changes: 5 additions & 1 deletion public/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,11 @@ <h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Blog











Expand All @@ -563,7 +567,7 @@ <h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Blog
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-07-21 00:00:00 &#43;0000 UTC">21 July 2024</time>
<time datetime="2024-07-21 00:00:00 &#43;0000 UTC">21 July 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>



Expand Down
2 changes: 1 addition & 1 deletion public/blog/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<pubDate>Sun, 21 Jul 2024 00:00:00 +0000</pubDate>

<guid>http://localhost:1313/blog/digit-classifier/</guid>
<description></description>
<description>Hi #</description>

</item>

Expand Down
2 changes: 1 addition & 1 deletion public/index.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

[{"content":" ","date":"21 July 2024","externalUrl":null,"permalink":"/blog/","section":"Blog","summary":" ","title":"Blog","type":"blog"},{"content":"","date":"21 July 2024","externalUrl":null,"permalink":"/blog/digit-classifier/","section":"Blog","summary":"","title":"Coding a Neural Network from scratch","type":"blog"},{"content":"","date":"21 July 2024","externalUrl":null,"permalink":"/tags/example/","section":"Tags","summary":"","title":"Example","type":"tags"},{"content":"","date":"21 July 2024","externalUrl":null,"permalink":"/","section":"nveshaan","summary":"","title":"nveshaan","type":"page"},{"content":"","date":"21 July 2024","externalUrl":null,"permalink":"/tags/tag/","section":"Tags","summary":"","title":"Tag","type":"tags"},{"content":"","date":"21 July 2024","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"},{"content":"I’m an undergraduate at IISER Thiruvananthapuram, studying Mathematics, Physics, and Data Science. I created this website to share my knowledge and experiences, hoping it will serve as a platform to showcase my academic projects, coding endeavours, and insights gained during my studies.\nMy school exposed me to programming at the age of 13. I started coding in Java and wrote several programs as part of my assignments. One of my early projects was a program that translated Morse code into English, which impressed my teacher. My friends and I then collaborated on another program that translated our secret code language.\nWhen the pandemic hit, I was locked down at home and took the opportunity to expand my skills further. I learned how to create websites, explored Python, and discovered Manim, a library for animating mathematical concepts.\nOver the years, I have explored various fields, but my primary interests lie in mathematics, computer science, robotics, and economics. Currently, I am delving into artificial intelligence, working on small projects to apply and expand my knowledge in this exciting area.\nAside from my academic pursuits, I enjoy playing tennis and badminton. I love listening to Shreya Ghoshal\u0026rsquo;s songs (also Cherry\u0026rsquo;s songs). I\u0026rsquo;m passionate about cooking and eating, and I enjoy travelling and doing adventure activities.\n","externalUrl":null,"permalink":"/about/","section":"nveshaan","summary":"I’m an undergraduate at IISER Thiruvananthapuram, studying Mathematics, Physics, and Data Science.","title":"About","type":"page"},{"content":"","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"Feel free to connect with me:\nGitHub LinkedIn Email ([email protected]) CV (PDF) ","externalUrl":null,"permalink":"/contact/","section":"nveshaan","summary":"Feel free to connect with me:","title":"Contact","type":"page"},{"content":"","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"}]
[{"content":" ","date":"21 July 2024","externalUrl":null,"permalink":"/blog/","section":"Blog","summary":" ","title":"Blog","type":"blog"},{"content":"\rHi #\r","date":"21 July 2024","externalUrl":null,"permalink":"/blog/digit-classifier/","section":"Blog","summary":"\rHi #\r","title":"Coding a Neural Network from scratch","type":"blog"},{"content":"","date":"21 July 2024","externalUrl":null,"permalink":"/tags/example/","section":"Tags","summary":"","title":"Example","type":"tags"},{"content":"","date":"21 July 2024","externalUrl":null,"permalink":"/","section":"nveshaan","summary":"","title":"nveshaan","type":"page"},{"content":"","date":"21 July 2024","externalUrl":null,"permalink":"/tags/tag/","section":"Tags","summary":"","title":"Tag","type":"tags"},{"content":"","date":"21 July 2024","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"},{"content":"I’m an undergraduate at IISER Thiruvananthapuram, studying Mathematics, Physics, and Data Science. I created this website to share my knowledge and experiences, hoping it will serve as a platform to showcase my academic projects, coding endeavours, and insights gained during my studies.\nOverview My school exposed me to programming at the age of 13. I started coding in Java and wrote several programs as part of my assignments. One of my early projects was a program that translated Morse code into English, which impressed my teacher. My friends and I then collaborated on another program that translated our secret code language.\nWhen the pandemic hit, I was locked down at home and took the opportunity to expand my skills further. I learned how to create websites, explored Python, and discovered Manim, a library for animating mathematical concepts.\nOver the years, I have explored various fields, but my primary interests lie in mathematics, computer science, robotics, and economics. Currently, I am delving into artificial intelligence, working on small projects to apply and expand my knowledge in this exciting area.\nHobbies Aside from my academic pursuits, I enjoy playing tennis and badminton. I love listening to Shreya Ghoshal\u0026rsquo;s songs (also Cherry\u0026rsquo;s songs). I\u0026rsquo;m passionate about cooking and eating, and I enjoy travelling and doing adventure activities.\n","externalUrl":null,"permalink":"/about/","section":"nveshaan","summary":"I’m an undergraduate at IISER Thiruvananthapuram, studying Mathematics, Physics, and Data Science.","title":"About","type":"page"},{"content":"","externalUrl":null,"permalink":"/authors/","section":"Authors","summary":"","title":"Authors","type":"authors"},{"content":"","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":"Feel free to connect with me:\nGitHub LinkedIn Email ([email protected]) CV (PDF) ","externalUrl":null,"permalink":"/contact/","section":"nveshaan","summary":"Feel free to connect with me:","title":"Contact","type":"page"},{"content":"","externalUrl":null,"permalink":"/series/","section":"Series","summary":"","title":"Series","type":"series"}]
2 changes: 1 addition & 1 deletion public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<pubDate>Sun, 21 Jul 2024 00:00:00 +0000</pubDate>

<guid>http://localhost:1313/blog/digit-classifier/</guid>
<description></description>
<description>Hi #</description>

</item>

Expand Down
6 changes: 5 additions & 1 deletion public/tags/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,11 @@ <h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Exam











Expand All @@ -541,7 +545,7 @@ <h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Exam
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-07-21 00:00:00 &#43;0000 UTC">21 July 2024</time>
<time datetime="2024-07-21 00:00:00 &#43;0000 UTC">21 July 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>



Expand Down
2 changes: 1 addition & 1 deletion public/tags/example/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<pubDate>Sun, 21 Jul 2024 00:00:00 +0000</pubDate>

<guid>http://localhost:1313/blog/digit-classifier/</guid>
<description></description>
<description>Hi #</description>

</item>

Expand Down
6 changes: 5 additions & 1 deletion public/tags/tag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,11 @@ <h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Tag<











Expand All @@ -541,7 +545,7 @@ <h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Tag<
<div class="flex flex-row flex-wrap items-center">


<time datetime="2024-07-21 00:00:00 &#43;0000 UTC">21 July 2024</time>
<time datetime="2024-07-21 00:00:00 &#43;0000 UTC">21 July 2024</time><span class="px-2 text-primary-500">&middot;</span><span>2 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>



Expand Down
2 changes: 1 addition & 1 deletion public/tags/tag/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<pubDate>Sun, 21 Jul 2024 00:00:00 +0000</pubDate>

<guid>http://localhost:1313/blog/digit-classifier/</guid>
<description></description>
<description>Hi #</description>

</item>

Expand Down

0 comments on commit 17ccbf8

Please sign in to comment.