Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecrl/ecnet
QSPR-based machine learning for fuel property prediction
https://github.com/ecrl/ecnet
cetane-number computational-chemistry fuel-property-prediction machine-learning neural-network pytorch qspr
Last synced: about 2 months ago
JSON representation
QSPR-based machine learning for fuel property prediction
- Host: GitHub
- URL: https://github.com/ecrl/ecnet
- Owner: ecrl
- License: mit
- Created: 2017-05-11T17:33:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T22:45:06.000Z (4 months ago)
- Last Synced: 2024-09-22T09:19:03.450Z (4 months ago)
- Topics: cetane-number, computational-chemistry, fuel-property-prediction, machine-learning, neural-network, pytorch, qspr
- Language: Python
- Homepage:
- Size: 163 MB
- Stars: 16
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![UML Energy & Combustion Research Laboratory](https://sites.uml.edu/hunter-mack/files/2021/11/ECRL_final.png)](http://faculty.uml.edu/Hunter_Mack/)
# ECNet: machine learning models for fuel property prediction
[![GitHub version](https://badge.fury.io/gh/ecrl%2FECNet.svg)](https://badge.fury.io/gh/ecrl%2FECNet)
[![PyPI version](https://badge.fury.io/py/ecnet.svg)](https://badge.fury.io/py/ecnet)
[![status](http://joss.theoj.org/papers/f556afbc97e18e1c1294d98e0f7ff99f/status.svg)](http://joss.theoj.org/papers/f556afbc97e18e1c1294d98e0f7ff99f)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ECRL/ECNet/master/LICENSE.txt)
[![Documentation Status](https://readthedocs.org/projects/ecnet/badge/?version=latest)](https://ecnet.readthedocs.io/en/latest/?badge=latest)
**ECNet** is an open source Python package for creating machine learning models to predict fuel properties. ECNet comes bundled with a variety of fuel property datasets, including cetane number, yield sooting index, and research/motor octane number. ECNet was built using the [PyTorch](https://pytorch.org/) library, allowing easy implementation of our models in your existing ML pipelines.ECNet leverages [QSPR descriptors](https://en.wikipedia.org/wiki/Quantitative_structure%E2%80%93activity_relationship) for use as input variables, specifically [PaDEL-Descriptor](http://www.yapcwsoft.com/dd/padeldescriptor/) and [alvaDesc](https://www.alvascience.com/alvadesc/). Using alvaDesc requires a valid license.
Future plans for ECNet include:
- Implementating RDKit to train using molecular fingerprints
- Leveraging additional QSPR-generation software packages (e.g. [Mordred](https://github.com/mordred-descriptor/mordred))
- A graphical user interface# Installation and Usage
Please refer to our [documentation page](https://ecnet.readthedocs.io/en/latest/) for installation instructions and full API documentation. You can also view some [example scripts](https://github.com/ECRL/ECNet/tree/master/examples) we put together.
# Contributing, Reporting Issues, and Other Support:
To contribute to ECNet, make a pull request. Contributions should include tests for new features added, as well as extensive documentation.
To report problems with the software or feature requests, file an issue. When reporting problems, include information such as error messages, your OS/environment and Python version.
For additional support/questions, contact Travis Kessler ([email protected]) and/or John Hunter Mack ([email protected]).