{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/4"}],"enrichment":{"capability":"DyNet38 is a Python binding for DyNet, a C++ neural network library designed for efficient computation on CPU or GPU with support for dynamic network structures that vary per training instance.","skillfed_tags":["neural-networks","nlp","dynamic-graphs"],"use_cases":["Build syntactic parsers or dependency parsers where tree structure varies per sentence.","Implement sequence-to-sequence models for machine translation with dynamic graph construction.","Train morphological inflection systems where input and output structure depend on linguistic properties.","Prototype NLP models that benefit from auto-batching without manual minibatch management.","Run neural network experiments on GPU or CPU with a single codebase."],"what_it_does":"DyNet38 is a fork of DyNet that provides Python bindings to a C++ neural network library optimized for dynamic computation graphs\u2014networks whose structure changes per training instance. This is particularly valuable in natural language processing, where sentence length, parse trees, and other structural properties vary. The library supports both CPU and GPU execution and includes an auto-batching feature that automatically groups computations for efficiency without requiring manual batching logic.\n\nThe package is built on top of cython and numpy, and ships as precompiled wheels for Python 3.8 through 3.12 across Linux, macOS, and Windows. It has been used to build state-of-the-art systems for syntactic parsing, machine translation, and morphological inflection. The aging maintenance status (last release 934 days ago) suggests it is stable but not under active development.","worth_installing":"Yes, if you are building NLP models with dynamic structures and prefer a C++-backed library with Python bindings. The permissive Apache 2.0 license and broad platform support (Linux, macOS, Windows) are favorable. However, the aging maintenance status (934 days since last release) and small repository star count (4) suggest limited active development and community; consider your long-term support needs."},"id":"dynet38","links":{"html":"https://skillfed.io/packages/dynet38","md":"https://skillfed.io/packages/dynet38.md","pypi":"https://pypi.org/project/dynet38/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2024-01-23","license_spdx":null,"license_treatment":"permissive","name":"dyNET38","python_support":"unspecified","summary":"Fork version of DyNet: DyNet38 shares wheels of DyNet for Python 3.8+"},"popularity":{"monthly_downloads":802791,"position":5019,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2"}
