Skip to content

Commit

Permalink
aima link
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsayono committed Jan 30, 2024
1 parent d3e5b88 commit 851190a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added assets/misc/aima.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions misc.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ <h2 class='link'><a href="https://jacobsayono.github.io"><b>jacobsayono</b></a><
<!-- <h2 class="portfolio__header" id="misc">Miscellaneous</h2> -->
<div class="misc__contain">
<p>Learning Machine Learning</p>
<div class="grid">
<div class="grid__2">
<img src="/assets/misc/icm.png" alt="icm">
<img src="/assets/misc/aima.jpg" alt="aima">
</div>
<p style="text-align: left;">I was inspired by <a href="https://towardsdatascience.com/converting-deep-learning-research-papers-to-code-f-f38bbd87352f" target="_blank">this blog</a> to learn to implement research papers into code. There are many <a href="https://paperswithcode.com/" target="_blank">more examples</a> to try out of curiosity and self-interest. In this particular example, we attempt to break down an algorithmic block or diagram, typically detailed in a research paper, into smaller functions and components of code.</p>
<p style="text-align: left;">I was inspired by <a href="https://towardsdatascience.com/converting-deep-learning-research-papers-to-code-f-f38bbd87352f" target="_blank">this blog</a> to learn to implement research papers into code. There are many <a href="https://paperswithcode.com/" target="_blank">more examples</a> to try out of curiosity and self-interest. In this particular example, we attempt to break down an algorithmic block or diagram, typically detailed in a research paper, into smaller functions and components of code. Additionally, I find great value in frequently referencing back to Russell/Norvig's AIMA textbook for concept refreshers, which include Python code implementation found <a href="https://aimacode.github.io/aima-exercises" target="blank">here</a>.</p>
</div>

<div class="misc__contain">
Expand Down

0 comments on commit 851190a

Please sign in to comment.