Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Superset | 54,394 | 16 | a day ago | 6 | April 18, 2023 | 1,523 | apache-2.0 | TypeScript | ||
Apache Superset is a Data Visualization and Data Exploration Platform | ||||||||||
Dataset | 4,623 | 514 | 63 | a month ago | 57 | July 12, 2023 | 37 | mit | Python | |
Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions. | ||||||||||
Esproc | 2,244 | 8 days ago | 10 | June 26, 2023 | 36 | apache-2.0 | Java | |||
esProc SPL is a scripting language for data processing, with well-designed rich library functions and powerful syntax, which can be executed in a Java program through JDBC interface and computing independently. | ||||||||||
Goqu | 1,940 | 46 | 2 months ago | 25 | October 16, 2021 | 109 | mit | Go | ||
SQL builder and query library for golang | ||||||||||
Db | 1,847 | 4 months ago | 193 | Python | ||||||
A PyTorch implementation of "Real-time Scene Text Detection with Differentiable Binarization". | ||||||||||
Wikisql | 1,370 | 3 months ago | 27 | bsd-3-clause | HTML | |||||
A large annotated semantic parsing corpus for developing natural language interfaces. | ||||||||||
Datasets For Recommender Systems | 821 | a month ago | 1 | Jupyter Notebook | ||||||
This is a repository of a topic-centric public data sources in high quality for Recommender Systems (RS) | ||||||||||
Anime Offline Database | 712 | 6 days ago | agpl-3.0 | |||||||
Updated every week: A JSON based anime data set containing the most important meta data as well as cross references to various anime sites such as MAL, ANIDB, ANILIST, KITSU and more... | ||||||||||
Database Rider | 585 | 17 | 3 | 25 days ago | 68 | February 27, 2022 | 50 | apache-2.0 | Java | |
Database testing made easy! | ||||||||||
World.db | 573 | 6 years ago | cc0-1.0 | |||||||
Free open public domain world database 'n' schema for use in any (programming) language (e.g. uses plain text datasets) |
You have just found TensorLayer! High performance DL and RL library for industry and academic.
Contributions welcome! Read the contribution guidelines first.
TensorLayer can define models in two ways. Static model allows you to build model in a fluent way while dynamic model allows you to fully control the forward process. Please read this DOCS before you start.
If you find this project useful, we would be grateful if you cite the TensorLayer paper
@article{tensorlayer2017,
author = {Dong, Hao and Supratak, Akara and Mai, Luo and Liu, Fangde and Oehmichen, Axel and Yu, Simiao and Guo, Yike},
journal = {ACM Multimedia},
title = {{TensorLayer: A Versatile Library for Efficient Deep Learning Development}},
url = {http://tensorlayer.org},
year = {2017}
}