dynamic-learning-model 1.3__tar.gz → 1.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dynamic_learning_model-1.3/dynamic_learning_model.egg-info → dynamic_learning_model-1.3.1}/PKG-INFO +2 -2
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/README.md +1 -1
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1/dynamic_learning_model.egg-info}/PKG-INFO +2 -2
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/setup.py +1 -1
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/LICENSE +0 -0
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/dlm/DLM.py +0 -0
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/dlm/__init__.py +0 -0
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/dynamic_learning_model.egg-info/SOURCES.txt +0 -0
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/dynamic_learning_model.egg-info/dependency_links.txt +0 -0
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/dynamic_learning_model.egg-info/requires.txt +0 -0
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/dynamic_learning_model.egg-info/top_level.txt +0 -0
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/pyproject.toml +0 -0
- {dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1}/setup.cfg +0 -0
{dynamic_learning_model-1.3/dynamic_learning_model.egg-info → dynamic_learning_model-1.3.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dynamic-learning-model
|
|
3
|
-
Version: 1.3
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: A Dynamic Learning Model for processing NLP queries using hybrid AI and reasoning.
|
|
5
5
|
Home-page: https://github.com/VigneshT24/Dynamic_Learning_Model
|
|
6
6
|
Author: Vignesh Thondikulam
|
|
@@ -40,7 +40,7 @@ Key capabilities include:
|
|
|
40
40
|
|
|
41
41
|
* FAQ Handling: Learns and responds to frequently asked questions based on the knowledge it has been trained on.
|
|
42
42
|
|
|
43
|
-
* Chain-of-Thought (CoT) Reasoning: Performs clear, step-by-step logic to solve non-ambiguous arithmetic and unit conversion problems.
|
|
43
|
+
* Chain-of-Thought (CoT) Reasoning: Performs clear, step-by-step logic to solve non-ambiguous arithmetic, geometric, and unit conversion problems.
|
|
44
44
|
|
|
45
45
|
* Custom Knowledge Integration: DLM is fully extensible. You can initialize it with an empty SQL database and train it with your domain-specific knowledge.
|
|
46
46
|
|
|
@@ -10,7 +10,7 @@ Key capabilities include:
|
|
|
10
10
|
|
|
11
11
|
* FAQ Handling: Learns and responds to frequently asked questions based on the knowledge it has been trained on.
|
|
12
12
|
|
|
13
|
-
* Chain-of-Thought (CoT) Reasoning: Performs clear, step-by-step logic to solve non-ambiguous arithmetic and unit conversion problems.
|
|
13
|
+
* Chain-of-Thought (CoT) Reasoning: Performs clear, step-by-step logic to solve non-ambiguous arithmetic, geometric, and unit conversion problems.
|
|
14
14
|
|
|
15
15
|
* Custom Knowledge Integration: DLM is fully extensible. You can initialize it with an empty SQL database and train it with your domain-specific knowledge.
|
|
16
16
|
|
{dynamic_learning_model-1.3 → dynamic_learning_model-1.3.1/dynamic_learning_model.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dynamic-learning-model
|
|
3
|
-
Version: 1.3
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: A Dynamic Learning Model for processing NLP queries using hybrid AI and reasoning.
|
|
5
5
|
Home-page: https://github.com/VigneshT24/Dynamic_Learning_Model
|
|
6
6
|
Author: Vignesh Thondikulam
|
|
@@ -40,7 +40,7 @@ Key capabilities include:
|
|
|
40
40
|
|
|
41
41
|
* FAQ Handling: Learns and responds to frequently asked questions based on the knowledge it has been trained on.
|
|
42
42
|
|
|
43
|
-
* Chain-of-Thought (CoT) Reasoning: Performs clear, step-by-step logic to solve non-ambiguous arithmetic and unit conversion problems.
|
|
43
|
+
* Chain-of-Thought (CoT) Reasoning: Performs clear, step-by-step logic to solve non-ambiguous arithmetic, geometric, and unit conversion problems.
|
|
44
44
|
|
|
45
45
|
* Custom Knowledge Integration: DLM is fully extensible. You can initialize it with an empty SQL database and train it with your domain-specific knowledge.
|
|
46
46
|
|
|
@@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name='dynamic-learning-model',
|
|
8
|
-
version='1.3',
|
|
8
|
+
version='1.3.1',
|
|
9
9
|
author='Vignesh Thondikulam',
|
|
10
10
|
author_email='vignesh.tho2006@gmail.com',
|
|
11
11
|
description='A Dynamic Learning Model for processing NLP queries using hybrid AI and reasoning.',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|