Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions projects/KothurVidur.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[projects]]
url = "https://github.com/KothurVidur/NeuralNetwork"
description = "A implementation from scratch using Python and Numpy of a framework for creating and training neural networks complete with automatic differentiation."

[[projects]]
url = "https://github.com/KothurVidur/KeyQB"
description = "A reimplementation of QBReader with the feature of filtering questions using the QBReader API to facilitate target practice, using HTML/CSS/JS and Google Apps Script."

[[projects]]
url = "https://github.com/KothurVidur/QBLearn"
description = "A reimplementation of QBReader with an AI feature that provides explanations for how certain clues point to answers, using HTML/CSS/JS, Google Gemini API, and Google Apps Script."
Loading