{"id":14967702,"url":"https://github.com/martincorona007/artificial-intelligence","last_synced_at":"2026-01-24T21:37:44.644Z","repository":{"id":155896364,"uuid":"315992704","full_name":"martincorona007/Artificial-Intelligence","owner":"martincorona007","description":"Simple Linear Regression, Multiple Linear Regression, Genetic Algorithm","archived":false,"fork":false,"pushed_at":"2021-01-15T17:51:15.000Z","size":1958,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-26T07:42:28.057Z","etag":null,"topics":["ai","algorithm-genetic","artificial-intelligence","genetic-algorithm","genetic-programming-algorithm","jade","jade-agents","multiple-linear-regression","simple-linear-regression"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martincorona007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-25T16:18:41.000Z","updated_at":"2023-05-27T14:23:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3a11808-6389-46d9-aec2-770c005ba558","html_url":"https://github.com/martincorona007/Artificial-Intelligence","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martincorona007%2FArtificial-Intelligence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martincorona007%2FArtificial-Intelligence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martincorona007%2FArtificial-Intelligence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martincorona007%2FArtificial-Intelligence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martincorona007","download_url":"https://codeload.github.com/martincorona007/Artificial-Intelligence/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239269845,"owners_count":19610889,"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":["ai","algorithm-genetic","artificial-intelligence","genetic-algorithm","genetic-programming-algorithm","jade","jade-agents","multiple-linear-regression","simple-linear-regression"],"created_at":"2024-09-24T13:38:29.104Z","updated_at":"2026-01-24T21:37:44.612Z","avatar_url":"https://github.com/martincorona007.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Artificial-Intelligence\n\n## How to compile ##\n\n## SLR Hands-on 2 ##\n(Inside SLR Folder)\n1. ```javac SLR.java```\n2. ```java SLR```\n## MLR Hands-on 4 ##\n(Inside MLR Folder)\n1. ```javac MLR.java```\n2. ```java MLR```\n## Genetic Algorithm Hands-on 6 ##\n(Inside Genetic Algorithm Folder)\n1. ```javac Main.java```\n2. ```java Main```\n\n## SLR with JADE Hands-on 3 ##\n(Inside JADE folder)\n1. ```javac -cp lib/jade.jar  src/examples/slr/SLR.java src/examples/slr/SLRAgent.java src/examples/slr/SLRGui.java -d classes/```\n2. ```java -cp lib/jade.jar:classes/ jade.Boot -gui agente:examples.slr.SLRAgent```\n## MLR with JADE Hands-on 5 ##\n(Inside JADE folder)\n1. ```javac -cp lib/jade.jar  src/examples/mlr/MLR.java src/examples/mlr/MLRAgent.java src/examples/mlr/MLRGui.java -d classes/```\n2. ```java -cp lib/jade.jar:classes/ jade.Boot -gui agente:examples.mlr.MLRAgent```\n## Genetic Algorithm  with JADE Hands-on 7 ##\n(Inside JADE folder)\n1. ```javac -cp lib/jade.jar src/examples/H7/Population.java src/examples/H7/Individual.java src/examples/H7/GeneticAlgorithm.java src/examples/H7/Main.java -d classes/```\n2. ```java -cp lib/jade.jar:classes/ jade.Boot -gui agente:examples.H7.Main```\n\n## Outputs ##\n1.SLR with JADE Hands-on 3\n![Selection_011](https://user-images.githubusercontent.com/31390537/104360531-d482ab80-54d6-11eb-986b-fa0cefca3b7f.png)\n2.MLR with JADE Hands-on 5\n![Selection_010](https://user-images.githubusercontent.com/31390537/104360562-e2383100-54d6-11eb-9eaf-490e47ffc1a6.png)\n3. Genetic Algorithm  with JADE  Hands-on 7\n![Selection_013](https://user-images.githubusercontent.com/31390537/104361331-eb75cd80-54d7-11eb-9dee-d06a20ae765b.png)\n4. Genetic Algorithm Hands-on 6\n![Selection_012](https://user-images.githubusercontent.com/31390537/104361512-2972f180-54d8-11eb-9c44-91752e1a1b65.png)\n\n\n## Representation ##\n![Screenshot from 2020-12-16 12-52-31 (copy)](https://user-images.githubusercontent.com/31390537/102525833-70e49a00-4060-11eb-8b30-6ebb49a376ec.png)\n![Screenshot from 2020-12-16 12-52-31 (another copy)](https://user-images.githubusercontent.com/31390537/102525860-7b069880-4060-11eb-8701-8cd21d62150f.png)\n\n## SLR DS table ##\nBennetton case https://www.displayr.com/what-is-linear-regression/\n![Selection_002](https://user-images.githubusercontent.com/31390537/103656357-1d15f400-4f2e-11eb-961a-4e909f2575aa.png)\n![Selection_001](https://user-images.githubusercontent.com/31390537/103656420-3159f100-4f2e-11eb-9842-39b2f387965a.png)\n\n## MLR DS table ##\n![Selection_003](https://user-images.githubusercontent.com/31390537/103656568-5e0e0880-4f2e-11eb-9b99-9be9dbabef0e.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartincorona007%2Fartificial-intelligence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartincorona007%2Fartificial-intelligence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartincorona007%2Fartificial-intelligence/lists"}