📈 Trending Up
Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as more weekly downloads or code activity.
tensorflow-hub (🥇32 · ⭐ 2.7K · 📈) - A library for transfer learning by reusing parts of..
Apache-2
Datasets (🥇29 · ⭐ 5.8K · 📈) - Fast, efficient, open-access datasets and evaluation metrics..
Apache-2
InterpretML (🥈27 · ⭐ 3.3K · 📈) - Fit interpretable models. Explain blackbox machine learning.
MIT
datasketch (🥉27 · ⭐ 1.4K · 📈) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,..
MIT
yellowbrick (🥈26 · ⭐ 3K · 📈) - Visual analysis and diagnostic tools to facilitate machine..
Apache-2
gpustat (🥉25 · ⭐ 2.1K · 💤) - A simple command-line utility for querying and monitoring GPU status.
MIT
sklearn-evaluation (🥉20 · ⭐ 280 · 📈) - scikit-learn model evaluation made easy: plots, tables and..
MIT
StackImpact (🥉15 · ⭐ 670 · 💀) - DEPRECATED StackImpact Python Profiler - Production-Grade..
BSD-3
📉 Trending Down
Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as less weekly downloads or code activity.
GitHub (👨💻 71 · 🔀 900 · 📦 19 · 📋 900 - 19% open · ⏱️ 10.12.2020):
PyPi (📦 3 · ⏱️ 06.12.2020):
Maven (⏱️ 05.12.2020):
gensim (🥈29 · ⭐ 11K · 📉) - Topic Modelling for Humans.
❗️LGPL-2.1
sentencepiece (🥈27 · ⭐ 4.6K · 📉) - Unsupervised text tokenizer for Neural Network-based text..
Apache-2
fuzzywuzzy (🥉23 · ⭐ 7.7K · 💤) - Fuzzy String Matching in Python.
❗️GPL-2.0
NuPIC (🥉22 · ⭐ 6.2K · 💀) - Numenta Platform for Intelligent Computing is an..
❗️AGPL-3.0
BigDL (🥉22 · ⭐ 3.7K · 📉) - BigDL: Distributed Deep Learning Framework for Apache Spark.
Apache-2
git clone https://github.com/intel-analytics/BigDL
pip install bigdl
<dependency>
<groupId>com.intel.analytics.bigdl</groupId>
<artifactId>bigdl-SPARK_2.4</artifactId>
<version>[VERSION]</version>
</dependency>
pytorch-summary (🥈20 · ⭐ 2.8K · 📉) - Model summary in PyTorch similar to `model.summary()` in..
MIT