verapdf
|
public |
Command line and GUI industry supported PDF/A and PDF/UA Validation
|
2025-02-17 |
oci
|
public |
Oracle Cloud Infrastructure Python SDK
|
2025-02-17 |
opensimplex
|
public |
OpenSimplex is a noise generation function like Perlin or Simplex noise, but better.
|
2025-02-17 |
libflang
|
public |
Flang is a Fortran compiler targeting LLVM.
|
2025-02-17 |
flang
|
public |
Flang is a Fortran compiler targeting LLVM.
|
2025-02-17 |
jscatter
|
public |
Combines dataArrays with attributes for fitting plotting and analysis including models for Xray and neutron scattering
|
2025-02-17 |
airflow-with-aiobotocore
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-statsd
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-kerberos
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-saml
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-uv
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-apache-atlas
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-async
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-apache-webhdfs
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-virtualenv
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-github_enterprise
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-sentry
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-leveldb
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-s3fs
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
apache-airflow
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-pandas
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-ldap
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-pydantic
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-google_auth
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-rabbitmq
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
airflow-with-password
|
public |
Airflow is a platform to programmatically author, schedule and monitor
workflows
|
2025-02-17 |
stgit
|
public |
Manage Git commits as a stack of patches
|
2025-02-17 |
openmpi
|
public |
An open source Message Passing Interface implementation.
|
2025-02-17 |
zen-engine
|
public |
Open-Source Business Rules Engine
|
2025-02-17 |
fps
|
public |
Fast Pluggable System
|
2025-02-17 |
llm
|
public |
A CLI utility and Python library for interacting with Large Language Models, including OpenAI, PaLM and local models installed on your own machine.
|
2025-02-17 |
siesta
|
public |
A first-principles materials simulation code using DFT
|
2025-02-17 |
r-tidyquant
|
public |
Bringing business and financial analysis to the 'tidyverse'. The 'tidyquant' package provides a convenient wrapper to various 'xts', 'zoo', 'quantmod', 'TTR' and 'PerformanceAnalytics' package functions and returns the objects in the tidy 'tibble' format. The main advantage is being able to use quantitative functions with the 'tidyverse' functions including 'purrr', 'dplyr', 'tidyr', 'ggplot2', 'lubridate', etc. See the 'tidyquant' website for more information, documentation and examples.
|
2025-02-17 |
logtalk-jupyter-kernel
|
public |
Hercutalk - A Jupyter Kernel for Logtalk
|
2025-02-17 |
r-rsparse
|
public |
Implements many algorithms for statistical learning on sparse matrices - matrix factorizations, matrix completion, elastic net regressions, factorization machines. Also 'rsparse' enhances 'Matrix' package by providing methods for multithreaded <sparse, dense> matrix products and native slicing of the sparse matrices in Compressed Sparse Row (CSR) format. List of the algorithms for regression problems: 1) Elastic Net regression via Follow The Proximally-Regularized Leader (FTRL) Stochastic Gradient Descent (SGD), as per McMahan et al(, <doi:10.1145/2487575.2488200>) 2) Factorization Machines via SGD, as per Rendle (2010, <doi:10.1109/ICDM.2010.127>) List of algorithms for matrix factorization and matrix completion: 1) Weighted Regularized Matrix Factorization (WRMF) via Alternating Least Squares (ALS) - paper by Hu, Koren, Volinsky (2008, <doi:10.1109/ICDM.2008.22>) 2) Maximum-Margin Matrix Factorization via ALS, paper by Rennie, Srebro (2005, <doi:10.1145/1102351.1102441>) 3) Fast Truncated Singular Value Decomposition (SVD), Soft-Thresholded SVD, Soft-Impute matrix completion via ALS - paper by Hastie, Mazumder et al. (2014, <arXiv:1410.2596>) 4) Linear-Flow matrix factorization, from 'Practical linear models for large-scale one-class collaborative filtering' by Sedhain, Bui, Kawale et al (2016, ISBN:978-1-57735-770-4) 5) GlobalVectors (GloVe) matrix factorization via SGD, paper by Pennington, Socher, Manning (2014, <https://www.aclweb.org/anthology/D14-1162>) Package is reasonably fast and memory efficient - it allows to work with large datasets - millions of rows and millions of columns. This is particularly useful for practitioners working on recommender systems.
|
2025-02-17 |
poetry
|
public |
Python dependency management and packaging made easy
|
2025-02-17 |
pycollada
|
public |
python library for reading and writing collada documents
|
2025-02-17 |
smmap
|
public |
A pure git implementation of a sliding window memory map manager.
|
2025-02-17 |
simplejson
|
public |
Simple, fast, extensible JSON encoder/decoder for Python
|
2025-02-17 |
powershell
|
public |
PowerShell for every system!
|
2025-02-17 |
websockets
|
public |
A library for developing WebSocket servers and clients in Python.
|
2025-02-17 |
airflow-pydantic
|
public |
Pydantic models for Apache Airflow
|
2025-02-17 |
rb-pdf-core
|
public |
PDF::Core is used by Prawn to render PDF documents
|
2025-02-17 |
conda-forge-pinning
|
public |
The baseline versions of software for the conda-forge ecosystem
|
2025-02-17 |
aws-cdk.cloud-assembly-schema
|
public |
Cloud Assembly Schema
|
2025-02-17 |
anyioutils
|
public |
Utility classes and functions for AnyIO
|
2025-02-17 |
textual
|
public |
Modern Text User Interface framework
|
2025-02-17 |
openmpi-mpicxx
|
public |
An open source Message Passing Interface implementation.
|
2025-02-17 |
openmpi-mpifort
|
public |
An open source Message Passing Interface implementation.
|
2025-02-17 |