Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Netdata | 66,163 | a day ago | 362 | gpl-3.0 | C | |||||
Monitor your servers, containers, and applications, in high-resolution and in real-time! | ||||||||||
Cs Video Courses | 61,557 | 25 days ago | 2 | |||||||
List of Computer Science courses with video lectures. | ||||||||||
Mindsdb | 19,156 | 13 hours ago | 447 | November 09, 2023 | 541 | other | Python | |||
MindsDB connects AI models to real time data | ||||||||||
Gun | 17,539 | 246 | 163 | 10 days ago | 236 | December 23, 2022 | 301 | other | JavaScript | |
An open source cybersecurity protocol for syncing decentralized graph data. | ||||||||||
Useful Java Links | 5,641 | 2 months ago | 20 | other | Java | |||||
A list of useful Java frameworks, libraries, software and hello worlds examples | ||||||||||
Sqlflow | 4,682 | 1 | 9 months ago | 1 | November 19, 2019 | 250 | apache-2.0 | Go | ||
Brings SQL and AI together. | ||||||||||
Awesome Geospatial | 3,626 | 10 days ago | cc0-1.0 | |||||||
Long list of geospatial tools and resources | ||||||||||
Tencent Ml Images | 2,893 | 2 years ago | 45 | other | Python | |||||
Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet | ||||||||||
Heavydb | 2,846 | 4 | 2 months ago | 7 | September 02, 2021 | 279 | apache-2.0 | C++ | ||
HeavyDB (formerly OmniSciDB) | ||||||||||
Data Science Best Resources | 2,466 | 6 months ago | 5 | mit | ||||||
Carefully curated resource links for data science in one place |
The Universal Battery Database is an open source software for managing Lithium-ion cell data. Its primary purposes are:
The Universal Battery Database was developed at the Jeff Dahn Research Group at Dalhousie University.
Figure 1: Model measurements and make predictions using ml_smoothing.py
.
Figure 2: Fix anomologous cycling data using the web browser provided by manage.py
.
Use manage.py
to see the web page and use its analytic features.
Use ml_smoothing.py
to use the machine learning model and see the results.
We hypothesize that we can make good generalizations by approximating the functions that map one degradation mechanism to another using neural networks.
We aim to develop a theory of lithium-ion cells. We first break down the machine learning problem into smaller sub-problems. From there, we develop frameworks to convert the theory to practical implementations. Finally, we apply the method to experimental data and evaluate the result.
Generally, we follow Google's Python Style Guide.