パッケージ: python3-thinc (6.12.1-1)
python3-thinc に関するリンク
Debian の資源:
python-thinc ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Practical Machine Learning for NLP in Python
Thinc is the machine learning library powering spaCy <https://spacy.io>. It features a battle-tested linear model designed for large sparse learning problems, and a flexible neural network model under development for spaCy v2.0 <https://spacy.io/usage/v2>.
Thinc is a practical toolkit for implementing models that follow the "Embed, encode, attend, predict" architecture. It's designed to be easy to install, efficient for CPU usage and optimised for NLP and deep learning with text – in particular, hierarchically structured input and variable-length sequences.
その他の python3-thinc 関連パッケージ
|
|
|
|
-
- dep: cython3
- C-Extensions for Python 3
-
- dep: libc6 (>= 2.27)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc1 (>= 1:3.0) [amd64, arm64]
- GCC 共有ライブラリ
- dep: libgcc1 (>= 1:3.5) [armhf]
- dep: libgcc1 (>= 1:4.2) [i386]
-
- dep: libstdc++6 (>= 5.2)
- GNU 標準 C++ ライブラリ v3
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.6~)
-
- dep: python3-cymem
- cython memory pool for RAII-style memory management
-
- dep: python3-cytoolz
- Toolz in Cython: High performance functional utilities
-
- dep: python3-dill
- Serialize all of Python 3 (almost)
-
- dep: python3-hypothesis
- advanced Quickcheck style testing library for Python 3
-
- dep: python3-mock
- Mocking and Testing Library (Python3 version)
-
- dep: python3-msgpack
- Python 3 implementation of MessagePack format
-
- dep: python3-msgpack-numpy
- serialize numpy arrays using msgpack
-
- dep: python3-murmurhash
- Cython bindings for MurmurHash2
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: python3-plac
- Smartest command line arguments parser in the world
-
- dep: python3-preshed
- Cython Hash Table for Pre-Hashed Keys
-
- dep: python3-pytest
- Simple, powerful testing in Python3
-
- dep: python3-six (<< 2.0.0)
- Python 2 と 3 の互換性ライブラリー(Python 3 インターフェイス)
- dep: python3-six (>= 1.10.0)
-
- dep: python3-tqdm
- fast, extensible progress bar for Python 3 and CLI tool
-
- dep: python3-wrapt
- decorators, wrappers and monkey patching. - Python 3.x