@@ -47,15 +47,30 @@ making it suitable for both research and practical applications.
47
47
| Local Generalized Matrix LVQ | LGMLVQ (Classifier) | ` lgmlvq.py ` |
48
48
49
49
50
+ ## 📖 Citation Request
51
+
52
+ Please include these citations if you plan to use this library:
53
+
54
+ ``` bibtex
55
+ @software{thieu20250515UniLVQ,
56
+ author = {Nguyen Van Thieu},
57
+ title = {UniLVQ: A Unified Learning Vector Quantization Framework for Supervised Learning Tasks},
58
+ month = June,
59
+ year = 2025,
60
+ doi = {10.6084/m9.figshare.28802435},
61
+ url = {https://github.com/thieu1995/UniLVQ}
62
+ }
63
+ ```
64
+
50
65
## 📦 Installation
51
66
52
- You can install the library using ` pip ` (once published to PyPI) :
67
+ Install the latest version from PyPI:
53
68
54
69
``` bash
55
70
pip install unilvq
56
71
```
57
72
58
- After installation, you can import ` UniLVQ ` as any other Python module :
73
+ Verify installation:
59
74
60
75
``` sh
61
76
$ python
@@ -116,28 +131,14 @@ the repository, create a pull request, or open an issue.
116
131
This project is licensed under the GPLv3 License. See the LICENSE file for more details.
117
132
118
133
119
- ## Citation Request
120
- Please include these citations if you plan to use this library:
121
-
122
- ``` bibtex
123
- @software{thieu20250515UniLVQ,
124
- author = {Nguyen Van Thieu},
125
- title = {UniLVQ: A Unified Learning Vector Quantization Framework for Supervised Learning Tasks},
126
- month = may,
127
- year = 2025,
128
- doi = {10.6084/m9.figshare.28802435},
129
- url = {https://github.com/thieu1995/UniLVQ}
130
- }
131
- ```
132
-
133
- ## Official Links
134
+ ## 📎 Official channels
134
135
135
- * Official source code repo: https://github.com/thieu1995/UniLVQ
136
- * Official document: https://unilvq.readthedocs.io/
137
- * Download releases: https://pypi.org/project/unilvq/
138
- * Issue tracker: https://github.com/thieu1995/UniLVQ/issues
139
- * Notable changes log: https://github.com/thieu1995/UniLVQ/blob/master/ ChangeLog.md
140
- * Official chat group: https://t.me/+fRVCJGuGJg1mNDg1
136
+ * 🔗 [ Official source code repository ] ( https://github.com/thieu1995/UniLVQ )
137
+ * 📘 [ Official document] ( https://unilvq.readthedocs.io/ )
138
+ * 📦 [ Download releases] ( https://pypi.org/project/unilvq/ )
139
+ * 🐞 [ Issue tracker] ( https://github.com/thieu1995/UniLVQ/issues )
140
+ * 📝 [ Notable changes log] ( / ChangeLog.md)
141
+ * 💬 [ Official discussion group] ( https://t.me/+fRVCJGuGJg1mNDg1 )
141
142
142
143
---
143
144
0 commit comments