Skip to content

Commit

Permalink
Update paper's name
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Nov 2, 2023
1 parent e028669 commit 7ba5a03
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- family-names: "Van Thieu"
given-names: "Nguyen"
orcid: "https://orcid.org/0000-0001-9994-8747"
title: "Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - An Python Library"
title: "Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - A Python Library"
version: 1.0.0
doi: 10.5281/zenodo.8249046
date-released: 2023-11-05
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>


### Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - An Python Library
### Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - A Python Library

---

Expand Down Expand Up @@ -39,7 +39,7 @@ With Reflame, you can perform searches and hyperparameter tuning using the funct
* **Supported performance metrics**: >= 67 (47 regressions and 20 classifications)
* **Supported objective functions (as fitness functions or loss functions)**: >= 67 (47 regressions and 20 classifications)
* **Documentation:** https://intelelm.readthedocs.io/en/latest/
* **Python versions:** >= 3.7.x
* **Python versions:** >= 3.8.x
* **Dependencies:** numpy, scipy, scikit-learn, pandas, mealpy, permetrics, torch, skorch


Expand All @@ -55,7 +55,7 @@ Please include these citations if you plan to use this library:
```code
@software{nguyen_van_thieu_2023_8249046,
author = {Nguyen Van Thieu},
title = {Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - An Python Library},
title = {Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - A Python Library},
month = 11,
year = 2023,
publisher = {Zenodo},
Expand Down
2 changes: 1 addition & 1 deletion docs/source/pages/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Please include these citations if you plan to use this library::

@software{nguyen_van_thieu_2023_8249046,
author = {Nguyen Van Thieu},
title = {Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - An Python Library},
title = {Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - A Python Library},
month = 11,
year = 2023,
publisher = {Zenodo},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def readme():
version="1.0.0",
author="Thieu",
author_email="nguyenthieu2102@gmail.com",
description="Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - An Python Library",
description="Revolutionizing Functional Link Neural Network by Metaheuristic Algorithms: reflame - A Python Library",
long_description=readme(),
long_description_content_type="text/markdown",
keywords=["functional link neural network", "machine learning", "artificial intelligence",
Expand Down

0 comments on commit 7ba5a03

Please sign in to comment.