Skip to content

Commit

Permalink
finishing up basic site
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinB19 committed Sep 10, 2024
1 parent a8301a6 commit ee3f835
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<a aria-label="Send email" href="mailto:{{ site.social.email }}"><i class="icon fa fa-envelope"></i></a>
<a aria-label="My LinkedIn" target="_blank" href="{{ site.social.linkedin }}"><i class="icon fa fa-linkedin" aria-hidden="true"></i></a>
<a aria-label="My Github" target="_blank" href="{{ site.social.github }}"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>
<a aria-label="My Medium" target="_blank" href="{{ site.social.medium }}"><i class="icon fa fa-medium" aria-hidden="true"></i>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-09-17-vector-calculus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2020-09-17 00:15:00 +/-0800
categories: [Physics and Math, Math]
tags: [vectors, calculus, learning] # TAG names should always be lowercase
image: /assets/img/posts/vector-calculus/hurricane.jpg
excerpt: something
excerpt: A brief introduction (or review if you're familiar already) to vector calculus. We go over basic vector operations, how calculus can be done with vectors, and some useful vector calculus theorems.
math: true
layout: post
image_alt: a
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-10-15-KNN-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2020-10-15 14:00:00 +/-0800
categories: [Data Science, From Scratch Algorithms]
tags: [jupyter, learning, machine learning] # TAG names should always be lowercase
image: /assets/img/posts/knn/knn.jpg
excerpt: something
excerpt: Let's build k-Nearest-Neighbors from scratch! A super simple, yet powerful, machine learning algorithm that can help with classification problems!
math: true
layout: post
image_alt: a
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-01-17-A-basic-book-rec.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2021-01-16 12:00:00 +/-0800
categories: [Data Science, Book Recommender]
tags: [machine learning, pandas, gradient descent] # TAG names should always be lowercase
image: /assets/img/posts/basic-book-rec/header.jpg # from https://unsplash.com/photos/mcSDtbWXUZU
excerpt: something
excerpt: An overview of how to use the LightFM package to create a quick recommender system.
math: true
layout: post
image_alt: a
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-05-13-book-rec-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2021-05-13 12:00:00 +/-0800
categories: [Data Science, Book Recommender]
tags: [machine learning, flask, Postgres]
image: /assets/img/posts/book-rec/header1.jpg #https://unsplash.com/photos/o4-YyGi5JBc
excerpt: something
excerpt: An overview of my full stack book recommender project. We''ll briefly talk about the recommender system, it's deployment and the app that serves users!
layout: post
math: true
image_alt: a
Expand Down

0 comments on commit ee3f835

Please sign in to comment.