Some nice ML overhaul
Project description
k1lib
PyTorch is awesome, and it provides a very effective way to execute ML code fast. What it lacks is surrounding infrastructure to make general debugging and discovery process better. Other more official wrapper frameworks sort of don't make sense to me, so this is an attempt at recreating a robust suite of tools that makes sense.
This is more than just an ML library though. A prominent feature is the set of "cli tools" originally intended to replace the bash/awk/perl bioinformatics workflow. It essentially allows you to pipe inputs into functions, which returns an output which can be piped into other functions. Using these tools, you can literally perform complex operations in multiple dimensions in 2-3 lines of code that would normally take >100 lines. It's also super flexible, operates on multiple dimensions and not locked in, as you can change the dataflow in quite a fundamental level in ~5 minutes. Check over the basics of it here: cli
Installation
Just do this:
pip install k1lib[all]
This will install all extra dependencies, except for k1a
, which is a supplementary library to accelerate functionalities within this library. If you can't install the optional extra dependencies for some reason then do this:
pip install k1lib
Then in a notebook, do this:
from k1lib.imports import *
I've found importing all symbols work best for my day-to-day use, and it makes
cli tools more pleasant to use. However, if you're those diehard programmers
who sworn to never import all, then you can just do import k1lib
instead.
Still, look over the k1lib.imports
module to know what you should import.
This library has very few required dependencies, and all of them are very commonly used
Some details
- Repo: https://github.com/157239n/k1lib/
- Docs: https://k1lib.com
Read over some tutorials in the docs to get a feel of how things work.
Contacts?
If you found bugs, open a new issue on the repo itself. If you want to have a chat, then email me at 157239q@gmail.com
If you want to get an overview of how the repo is structured, read contributing.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for k1lib-1.3.3.3.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d9c7f0ee7906817639e09caf1bd71da46ae1c8e73be3951f6494a01f104ef2c |
|
MD5 | 66e4ab0edf528ec170c7fb0f273146ef |
|
BLAKE2b-256 | 700f1c97884736b4433ae13c0d1155303ceb1eaa2a77f75a59c7c65d4adf00aa |