Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-xiao-sg committed Jun 25, 2023
1 parent 7d6d061 commit 4ca5fb9
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 9 deletions.
Binary file modified images/code_camp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/code_camp1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/handwriting_messy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 65 additions & 5 deletions myself.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,71 @@ <h1>Myself</h1>
<div class="image main"><img src="images/hague.jpg" alt="" /></div>
<p><span class="image left"><img src="images/marlot.jpg" alt="" /></span>Interestingly, I had the privilege of attending the same primary school as the three Dutch princesses. Being in the presence of royalty during my school years was both exciting and humbling, emphasizing that in the Netherlands, every individual, regardless of their background, is valued and treated with respect. On one special occasion, during a school event, I had the incredible opportunity to stand by and share jokes with the Dutch king during his parental visit. This lighthearted and memorable interaction served as a powerful reminder of the open-mindedness and equality that I grew up with, leaving a lasting impression on my school days.</p>
<p><span class="image right"><img src="images/tanjong_rhu.jpg" alt="" /></span>My family permanently relocated to Singapore when I was in Primary 4, and we have been incredibly fortunate to call this dynamic city our home ever since. Singapore has warmly embraced us, and we have truly enjoyed the diverse culture and vibrant atmosphere it offers. It has been an enriching experience adapting to a new environment, blending my European and Chinese roots in this multicultural society. This journey has not only developed my resilience but also provided me with a global perspective, as I have had the opportunity to interact with people from various backgrounds and embrace different traditions. Given our deep connection and love for Singapore, my family and I have made it our permanent home here, as it has become an integral part of our lives and identities.<br/>
<p><span class="image left"><img src="images/hockey.gif"/></span><span class="image right"><img src="images/rollerskate.gif"/></span>Also, I have other hobbies like:<br/>Hockey<br/>⬅️that gif<br/>Rollerskating<br/>that gif➡️<br/>and lastly...<br/>
<header class = "major">Skiing<br/>
↙️these gifs↘️</p>
</header>
<p><span class="image left"><img src="images/ski_vid_1.gif"/></span><span class="image right"><img src="images/ski_vid_2.gif"/></span><br/><br/><br/></p>

<p>Last but not the least, my other hobbies than programming and AI:</p>

<!-- Image -->

<style>
.image-caption {
text-align: center;
font-style: italic;
margin-top: -50px; /* Adjust the margin value as desired */
font-size: 18px; /* Adjust the font size value as desired */
}
</style>

<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-6">
<figure>
<span class="image fit">
<img src="images/ski_vid_1.gif" alt="" />
</span>
<figcaption class="image-caption">Skiing</figcaption>
</figure>
</div>
<div class="col-6">
<figure>
<span class="image fit">
<img src="images/ski_vid_2.gif" alt="" />
</span>
<figcaption class="image-caption">Skiing</figcaption>
</figure>
</div>
</div>
</div>
<!-- Image -->

<style>
.image-caption {
text-align: center;
font-style: italic;
margin-top: -50px; /* Adjust the margin value as desired */
font-size: 18px; /* Adjust the font size value as desired */
}
</style>

<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-6">
<figure>
<span class="image fit">
<img src="images/hockey.gif" alt="" />
</span>
<figcaption class="image-caption">Junior Hockey Tournament</figcaption>
</figure>
</div>
<div class="col-6">
<figure>
<span class="image fit">
<img src="images/rollerskate.gif" alt="" />
</span>
<figcaption class="image-caption">Rollerskating</figcaption>
</figure>
</div>
</div>
</div>

</section>

Expand Down
9 changes: 5 additions & 4 deletions passion_computing.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ <h1>My Passion in Programming & AI</h1>
<span class="image fit">
<img src="images/pythonI_program.jpg" alt="" />
</span>
<figcaption class="image-caption">1st year Python program by Hetao (2020-2021) </br> Python fundamentals, including loop, list, functions, and so on</figcaption>
<figcaption class="image-caption">1st year Python program by Hetao (2020-2021) </br> Python fundamentals, including flow control, loops, list, Numpy array, functions, and so on</figcaption>
</figure>
</div>
<div class="col-6">
<figure>
<span class="image fit">
<img src="images/pythonII_program.png" alt="" />
</span>
<figcaption class="image-caption">2nd year Python program by Hetao (2021-2022) </br> Python advanced, including files, matplotlib, pygame, linear search and recursion algorithms, and so on</figcaption>
<figcaption class="image-caption">2nd year Python program by Hetao (2021-2022) </br> Python advanced, including files IO, import and export data, pandas, matplotlib, Pygame, linear search and recursion algorithms, and so on</figcaption>
</figure>
</div>
</div>
Expand All @@ -175,15 +175,16 @@ <h1>My Passion in Programming & AI</h1>
<span class="image fit">
<img src="images/pythonIII_program.png" alt="" />
</span>
<figcaption class="image-caption">3rd year Python program by Hetao (2022-2023) </br> Python application in data science and AI, including decision tree, linear regression, KNN, and reinforcement learning algorithms, and so on</figcaption>
<figcaption class="image-caption">3rd year Python program by Hetao (2022-2023) </br> Python application in data science and AI, including decision tree, linear regression, KNN, k-mean, basic neural network, and reinforcement learning algorithms, and so on</figcaption>
</figure>
</div>
</div>
</div>
<p>The combination of programming and AI has inspired me, igniting a deep curiosity to further explore this field. During this summer holiday, while simultaneously preparing for the PSLE, I initiated a journey in which I learnt myself the principles of deep learning. I also participated in a part of deep learning university course offered by MIT (<a href="http://introtodeeplearning.com/" style="color: blue;">MIT Course 6.S191 link</a>). This self-learning journey has greatly enhanced me in understanding the intricacies of deep neural networks, with a particular fascination for Convolutional Neural Network (CNN). This showcases my eagerness to explore new horizons and my pursuit of pushing knowledge boundaries.</p>
<p>With my newfound knowledge, I decided to apply my skills to a real-life project in mouse-written number recognition. I developed a deep-learning-powered interactive tool capable of accurately recognizing mouse-written numbers. This project pushed the boundaries of my problem-solving skills, critical thinking, and innovative experimentation. It also allowed me to apply my knowledge of deep learning to a real-life problem, further enhancing my understanding of the subject.</p>
<img src = "images/handwriting_messy.gif">
<p>Witnessing my interactive tool powered by deep neural network come to life was a tremendous moment for me. The superb performance achieved by my deep learning CNN model instilled a profound sense of fulfilment and fuelled my desire to dive even deeper into the limitless possibilities of programming and AI in the future.</p>
<p>I believe that programming and AI can make positive changes within our communities. AI has the potential to enhance accessibility, promoting inclusivity and providing everybody with equal opportunities. Furthermore, AI can optimize resource usage, fostering sustainability. By pursuing a deeper understanding of programming and AI in high school and university, I aim to contribute to shaping a future where technology is harnessed for the betterment of society. </p>
<p>I believe that programming and AI can make positive changes within our communities. AI has the potential to enhance accessibility, promoting inclusivity and providing everybody with equal opportunities. Furthermore, AI can optimize resource usage to foster sustainability. By pursuing a deeper understanding of programming and AI in high school and university, I aim to contribute to shaping a future where technology is harnessed for the betterment of society. </p>
<p>Programming and AI has become more than just a hobby for me; it has become a passion that drives me to constantly seek new knowledge and push the boundaries of what I can achieve. I am eager to continue my learning journey, further honing my skills and exploring the endless possibilities that technology offers.</p>

</section>
Expand Down

0 comments on commit 4ca5fb9

Please sign in to comment.