{"id":21291552,"url":"https://github.com/smartdataanalytics/dl-learner","last_synced_at":"2026-03-10T23:37:14.011Z","repository":{"id":19449368,"uuid":"22693515","full_name":"SmartDataAnalytics/DL-Learner","owner":"SmartDataAnalytics","description":"A tool for supervised Machine Learning in OWL and Description Logics","archived":false,"fork":false,"pushed_at":"2023-07-07T21:46:40.000Z","size":255976,"stargazers_count":150,"open_issues_count":30,"forks_count":33,"subscribers_count":34,"default_branch":"develop","last_synced_at":"2024-04-24T03:15:21.896Z","etag":null,"topics":["machine-learning","machine-learning-api","machine-learning-library","semantic-web","web-ontology-language"],"latest_commit_sha":null,"homepage":"http://dl-learner.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SmartDataAnalytics.png","metadata":{"files":{"readme":"README-FuzzyDL","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-08-06T18:29:54.000Z","updated_at":"2024-04-14T18:30:42.000Z","dependencies_parsed_at":"2022-08-07T09:15:20.437Z","dependency_job_id":"7f291f68-015d-4e7f-b74f-044493e913b1","html_url":"https://github.com/SmartDataAnalytics/DL-Learner","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartDataAnalytics%2FDL-Learner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartDataAnalytics%2FDL-Learner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartDataAnalytics%2FDL-Learner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartDataAnalytics%2FDL-Learner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SmartDataAnalytics","download_url":"https://codeload.github.com/SmartDataAnalytics/DL-Learner/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225737984,"owners_count":17516468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["machine-learning","machine-learning-api","machine-learning-library","semantic-web","web-ontology-language"],"created_at":"2024-11-21T13:35:16.930Z","updated_at":"2025-12-17T04:22:29.063Z","avatar_url":"https://github.com/SmartDataAnalytics.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Instructions:\n=============\n\nInstruction of first installation of Fuzzy DL\n\n 1.   Download from http://gaia.isti.cnr.it/~straccia/software/fuzzyDL/fuzzyDL.html\n\n 2.   Unzip the folder\n\n 3.   the \"FuzzyDL\" folder is the main folder\n\n 4.   Locating the SolverLinux dynamic libraries at |/usr/lib|, |lib| or |/usr/local/lib| directories, \n      4.1. But you can add the path of the binary file to the library path by modifying the variable |LD_LIBRARY_PATH|. \n      For instance, if the libraries are in the same directory as the binary file, you can write in a terminal: export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH\n\n 5.   Must be ready for the execution as follow\n     5.a. java -jar FuzzyDL.jar filename\n     5.b. To read in the file. Some parameters are taken from the CONFIG file\n     5.c. To select the semantics, change the 'solver' parameter in the CONFIG file z (for Zadeh)    / l (for Luaksiewicz)/ c (for Classical)\n\n 6.   Alternatively, leave the dynamic libraries in solverLinux and define:\n      export    LD_LIBRARY_PATH=$HOME/Linux/FuzzyDL/solverLinux\n\n----------------------------------------------------------------------------\n\nInstruction of first installation of Gurobi Optimizer\n\n1. To Register and download from \nhttp://pages.gurobi.com/DownloadRegistration.html?/download/gurobi-optimizer\n\nNote: Maybe it only works with an older release like 5.0.2. Still needs to be verified.\n\n2. Choose a destination directory. Actually,  /opt is used for installation. \n\n3. To copy the Gurobi distribution to that directory and extract the contents. \n    Extraction will create a sub-directory gurobi560/linux64 . Also, The \u003cinstalldir\u003e would be /opt/gurobi560/linux64.\n \n4. In order to allow executable files to be found when needed, you have to modify a few environment variables:\n    • GUROBI_HOME should point to the \u003cinstalldir\u003e.\n    • PATH should be extended to include \u003cinstalldir\u003e/bin.\n    • LD_LIBRARY_PATH should be extended to include \u003cinstalldir\u003e/lib.\n \n5. In the case of using bash shell, need to add the following lines to the .bashrc files as follow:\n    • export GUROBI_HOME=\"/opt/gurobi560/linux64\"\n    • export PATH=\"${PATH}:${GUROBI_HOME}/bin\"\n    • export LD_LIBRARY_PATH=\"${LD_LIBRARY_PATH}:${GUROBI_HOME}/lib\"\n\n6. If LD_LIBRARY_PATH is not already set, you would use the following instead:\n   export LD_LIBRARY_PATH=\"${GUROBI_HOME}/lib\" (for Eclipse projects, this path has to be added to the environment variables).\n \n7. Ready to proceed to Obtain and Install the Gurobi License.\n7.1.  see the Licenses page: http://www.gurobi.com/de/download/licenses/current\n\n7.2.  Free Academic tab -\u003e Accept Agreement -\u003e Request License -\u003e clicking on the License ID\n7.3.  Run the grbgetkey command like: grbgetkey 253e22f3-...\n      \n7.4.  In order to save the license key, recommended to accept the default location (hitting Enter)\n \n8. When you run the Gurobi Optimizer, it will look for the gurobi.lic key file in /opt/gurobi and /opt/gurobi560.\n\n9. If you choose to put the license key file in a non-default location, you should add a line like the following to you .bashrc file\n   (For setting the environment variable)\n\n    export GRB_LICENSE_FILE=/usr/home/jones/gurobi.lic\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartdataanalytics%2Fdl-learner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartdataanalytics%2Fdl-learner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartdataanalytics%2Fdl-learner/lists"}