Skip to content

Commit

Permalink
github case
Browse files Browse the repository at this point in the history
  • Loading branch information
sshovkov committed Sep 26, 2023
1 parent c664659 commit 2dade55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Week1.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you’re a visual person like me, Obsidian’s graphs feature helps new conce

## Handwritten Digit Classifier Using the KNN Algorithm and MNIST Dataset

[Github Repo](https://github.com/sshovkov/handwritten-digit-classifier)
[GitHub Repo](https://github.com/sshovkov/handwritten-digit-classifier)

For my first ML project, I decided to build a handwritten digit classification model using the MNIST dataset, a project that seems to be a right of passage for engineers who set out to learn ML.

Expand Down
6 changes: 3 additions & 3 deletions Week2.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Special s/o to these blogs -

I want to make sure to document my projects and growth too, and maybe it will be helpful for someone else in the future.

I decided to use a Github repo for journaling primarily because I love markdown and didn't want building a portfolio website to be one of my focal points at RC. Getting a custom-built blog into a place that met my standards was definitely going to take up valuable time, so I ultimately decided to use a platform that I knew well and supported code. I didn't want where I documented my growth to be a blocker for actually getting it done.
I decided to use a GitHub repo for journaling primarily because I love markdown and didn't want building a portfolio website to be one of my focal points at RC. Getting a custom-built blog into a place that met my standards was definitely going to take up valuable time, so I ultimately decided to use a platform that I knew well and supported code. I didn't want where I documented my growth to be a blocker for actually getting it done.

## Quality through quantity (#PoundsOfClay)

Expand All @@ -38,7 +38,7 @@ While I still believe in that level of detail, I want my limited time at RC to b

## Building a VSCode Extension - `SwapCode`

[Github Repo](https://github.com/sshovkov/swapcode-vscode-extension)
[GitHub Repo](https://github.com/sshovkov/swapcode-vscode-extension)

Rearranging code in a file is a natural part of development. There are a number of code-swapping extensions for VSCode, but none that I have found to work intuitively.

Expand All @@ -54,7 +54,7 @@ Ta-da. [Swap Code](https://marketplace.visualstudio.com/items?itemName=SophiaSho

## A Fractal Noise Generator

[Github Repo](https://github.com/sshovkov/fractal-noise-generator)
[GitHub Repo](https://github.com/sshovkov/fractal-noise-generator)

One of my focus areas for RC is experimenting with generative art, and I came across Perlin Noise while going down a rabbit hole of procedural texture generation.

Expand Down

0 comments on commit 2dade55

Please sign in to comment.