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
2 stars 0 forks source link

[DOC] Jupiter Nootbook #35

Open KjetilIN opened 4 days ago

KjetilIN commented 4 days 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 4 days ago

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

KjetilIN commented 4 days ago

Works well: image

KjetilIN commented 4 days ago

Improved the example: image

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