KjetilIN / rustic_ml

A machine learning library created from scratch with Rust. It focuses on deep learning and neural networks, providing efficient implementations of popular ML algorithms.
https://crates.io/crates/rustic_ml
MIT License
3 stars 0 forks source link

[DOC] Jupiter Nootbook #35

Open KjetilIN opened 1 month ago

KjetilIN commented 1 month ago

📄 Documentation Update: Show how to run in Jupiter notebook, with examples

Description Need to create small projects showing that it can be used in notebooks Also need to document this in the Readme

KjetilIN commented 1 month ago

Medium article on this: https://medium.com/bioinformatics-with-rust/how-to-write-rust-in-jupyterlab-fc868d809453

KjetilIN commented 1 month ago

Works well: image

KjetilIN commented 1 month ago

Improved the example: image

Still need to include some resources on how to set it up for the browser