Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Machine Learning Is All You Need | 253 | a year ago | Python | |||||||
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need! | ||||||||||
Opennars | 252 | 3 years ago | 99 | mit | Java | |||||
OpenNARS for Research 3.0+ | ||||||||||
Owl Rl | 98 | 7 | 11 | 2 years ago | 7 | October 10, 2021 | 15 | other | HTML | |
A simple implementation of the OWL2 RL Profile on top of RDFLib: it expands the graph with all possible triples that OWL RL defines. It can be used together with RDFLib to expand an RDFLib Graph object, or as a stand alone service with its own serialization. | ||||||||||
Ai Paper Drawer | 88 | 2 years ago | ||||||||
人工智能论文关键点集结。This project aims to collect key points of AI papers. | ||||||||||
Minimumvertexcover_drl | 35 | 4 years ago | 6 | Python | ||||||
Learning to solve Minimum Vertex Cover using Graph Convolutional Networks and RL | ||||||||||
Gata Public | 25 | 2 years ago | other | Python | ||||||
Genealogical Trees | 25 | 2 months ago | 5 | mit | HTML | |||||
Semantic Web Exercise: Reasoning and Visualization of the Genealogical Ontologies | ||||||||||
Graph Warehouse | 6 | 4 years ago | Python | |||||||
Reinforcement Learning experiments with graphs on warehouse environment | ||||||||||
Directed Graph Visualization | 3 | a year ago | HTML | |||||||
A simple example of creating javascript directed-graph for topic relationship visualization using d3.js (v4) | ||||||||||
Dirty Rl | 2 | 3 years ago | apache-2.0 | Python | ||||||
learning from making mistakes implementing RL in PyTorch |
A simple implementation of the OWL2 RL Profile, as well as a basic RDFS inference, on top of RDFLib. Based mechanical forward chaining. The distribution contains:
OWL-RL: the Python library. You should copy the directory somewhere into your PYTHONPATH
. Alternatively, you can also run the python setup.py install
script in the directory.
scripts/RDFConvertService
: can be used as a CGI script to invoke the library. It may have to be adapted to the local server setup.scripts/owlrl
: script that can be run locally on to transform a file into RDF (on the standard output). Run the script with -h
to get the available flags.The package requires Python version 3.5 or higher; it depends on RDFLib; version 4.2.2 or higher is required. If you need the python 2.7.x compatible version, see the @/py2 branch in this repository.
For the details on RDFS, see the RDF Semantics Specification; for OWL 2 RL, see the OWL 2 Profile specification.
View the OWL-RL documentation online: http://owl-rl.readthedocs.io/
To view the changelog for this software library, see CHANGELOG.rst.
This software is released under the W3C SOFTWARE NOTICE AND LICENSE. See LICENSE.txt.