Comments¶
DataFrame.hvplot
(via the Python packagehvplot
) is the most convenient way to use HoloViews.If you want to use HoloViews directly, it is better to create a HoloViews.Dataset object and use it for visualization.
The
groupby
option generates a plot with a dropdown list for interactively showing plots of different groups. You can overlay plots of different groups together on the same plot simplify by calling the.overlay()
Sorting Algorithms in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
- slice::sort
- slice::sort_by
- slice::sort_by_key
- slice::sort_unstable
- slice::sort_unstable_by
- slice::sort_unstable_by_key
GlideSort
GlideSort is a novel stable sorting algorithm that combines the best-case behavior of Timsort-style merge sorts for pre-sorted …
Tips on the Rust Crate SQLX
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Retrieval-Augmented Generation for LLM
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
What is retrieval-augmented generation? https://research.ibm.com/blog/retrieval-augmented-generation-RAG
What is retrieval-augmented generation? @ YouTube https://www.youtube.com/watch?v=T-D1OfcDW1M
LLM and Robotics
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Awesome-LLM-Robotics https://github.com/GT-RIPL/Awesome-LLM-Robotics
Fine-Tune LLM
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
LoRA: Low-Rank Adaptation of Large Language Models
https://arxiv.org/abs/2106.09685