Skip to content

An experimental machine learning model to quantify knowledge density

License

Notifications You must be signed in to change notification settings

horacehoff/knowledge-quantify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnowledgeQuantify

An experimental machine learning model to quantify the 'knowledge density' of a given text, that is how much raw knowledge/information related to a topic is contained in a given text.

The model can be downloaded in the "Releases" page.

Installation

# Install the required dependencies
pip install tensorflow scikit-learn numpy
# Clone the repository
git clone https://github.com/just-a-mango/knowledge-quantify

Contributing

Contributions are more than welcome, as this needs to be a community project. Please fork the repository and submit a pull request with your proposed changes.

License

This project is fully open-source and licensed under the MIT License. See the LICENSE file for details.

🪐 Just_a_Mango