Add PowerShell graph and MNIST notebooks - #92
Merged
TorreyBetts merged 5 commits intoAug 1, 2026
Conversation
Signed-off-by: eosfor <9363027+eosfor@users.noreply.github.com>
Signed-off-by: eosfor <9363027+eosfor@users.noreply.github.com>
Signed-off-by: eosfor <9363027+eosfor@users.noreply.github.com>
Signed-off-by: eosfor <9363027+eosfor@users.noreply.github.com>
eosfor
marked this pull request as ready for review
August 1, 2026 05:55
Contributor
|
Nice PowerShell sample, thanks for putting it together. I've been told that legally the Value/Neuron/Layer/MLP port follows Karpathy's micrograd closely enough that it should carry attribution, so could you add a short header comment to |
Signed-off-by: eosfor <9363027+eosfor@users.noreply.github.com>
Contributor
Author
|
Thanks for pointing this out. I've added attribution headers to both |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Runtime compatibility
The notebooks are verified with the current Verso PowerShell kernel on .NET 8. Their published module dependencies target .NET 8, and the notebook code uses stable PowerShell language and module-loading APIs rather than Verso host or SDK-specific APIs.
They are therefore expected to continue working when Verso moves to a newer PowerShell SDK and .NET runtime. That future combination should still be revalidated when the kernel upgrade lands; this PR intentionally does not change Verso.Host, the PowerShell SDK, or VS Code behavior.
Validation
Verso.PowerShell.Teststests pass onnet8.0verso run --fail-fastexecutes the complete Gallery notebook: 11/11 cellsverso run --fail-fastexecutes the complete Micrograd notebook: 26/26 cellsverso run --fail-fastexecutes the complete MNIST notebook: 15/15 cells, including training and evaluationVerso.PowerShell.Kernel.PowerShellKernel, using the embeddedInitialSessionState.CreateDefault2()runspaceInstall-ModuleorGet-InstalledModule; missing dependencies produce terminal installation instructions insteadAll commits include DCO sign-off.