{"id":22201860,"url":"https://github.com/salvatorera/artificial-intelligence-articles","last_synced_at":"2026-02-03T09:01:37.142Z","repository":{"id":264356616,"uuid":"893140535","full_name":"SalvatoreRa/artificial-intelligence-articles","owner":"SalvatoreRa","description":"A series of artificial intelligence reviews","archived":false,"fork":false,"pushed_at":"2025-12-15T19:11:06.000Z","size":9928,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-17T00:17:11.495Z","etag":null,"topics":["artificial-intelligence","computer-vision","deep-learning","grokking","hallucinations","large-language-model","llm","neural-network"],"latest_commit_sha":null,"homepage":"","language":null,"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/SalvatoreRa.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-23T16:35:15.000Z","updated_at":"2025-12-15T19:11:10.000Z","dependencies_parsed_at":"2024-11-23T17:26:40.786Z","dependency_job_id":"7bc670c2-bebf-4c6d-9f18-18b27a770ab6","html_url":"https://github.com/SalvatoreRa/artificial-intelligence-articles","commit_stats":null,"previous_names":["salvatorera/artificial-intelligence-articles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SalvatoreRa/artificial-intelligence-articles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreRa%2Fartificial-intelligence-articles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreRa%2Fartificial-intelligence-articles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreRa%2Fartificial-intelligence-articles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreRa%2Fartificial-intelligence-articles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SalvatoreRa","download_url":"https://codeload.github.com/SalvatoreRa/artificial-intelligence-articles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SalvatoreRa%2Fartificial-intelligence-articles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29039341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T08:41:49.363Z","status":"ssl_error","status_checked_at":"2026-02-03T08:40:19.255Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["artificial-intelligence","computer-vision","deep-learning","grokking","hallucinations","large-language-model","llm","neural-network"],"created_at":"2024-12-02T16:11:14.837Z","updated_at":"2026-02-03T09:01:37.127Z","avatar_url":"https://github.com/SalvatoreRa.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reviews on Artificial Intelligence\n\nA series of articles devoted to some aspects of artificial intelligence and machine learning. These articles are designed to make some complex topics such as grokking or LLM's hallucinations more digestible. I have tried to summarize the existing literature, keep them updated with new developments, and also give practical examples. \n\nStra the project if you find it useful, and you can open a GitHub issue if you spot some errors or something missing.\n\n## other projects\n\n* [Here](https://github.com/SalvatoreRa/tutorial), you can find articles and tutorials about artificial intelligence\n* [Here](https://github.com/SalvatoreRa/ML-news-of-the-week), weekly collection of the best ML \u0026 AI news\n\n# how to cite\n\nIf these articles are useful in your research, please cite the project: \n\nBibTeX  entry:\n\n```\n@misc{raieli2024aiarticles,\n  author={Raieli, Salvatore},\n  title={Artificial Intelligence Articles},\n  year={2024},\n  howpublished={\\url{https://github.com/SalvatoreRa/artificial-intelligence-articles/blob/main/README.md}},\n  note={GitHub repository},\n}\n\n```\n\nChicago style for the GitHub repository:\n```\nChicago Style (Author-Date): Raieli, Salvatore. 2024. Artificial Intelligence Articles. GitHub repository. https://github.com/SalvatoreRa/artificial-intelligence-articles/blob/main/README.md.\n\nChicago Style (Notes and Bibliography): Salvatore Raieli. \"Artificial Intelligence Articles.\" 2024. GitHub repository. https://github.com/SalvatoreRa/artificial-intelligence-articles/blob/main/README.md.\n\n```\n\n\n## Articles\n\nArticles available at the moment:\n* [What does it mean LLM's hallucination?](https://github.com/SalvatoreRa/artificial-intelligence-articles/blob/main/articles/LLM_hallucinations.md) - a mini review about LLM hallucination: causes, types of hallucination, how to correct\n* [What is the role of small models in the LLM era?](https://github.com/SalvatoreRa/artificial-intelligence-articles/blob/main/articles/Small_LLM.md) - a mini review about the importance of small LLM, when to use and why\n* [Kolmogorov-Arnold Networks (KANs): A Deep Dive into Next-Gen Neural Networks](https://github.com/SalvatoreRa/artificial-intelligence-articles/blob/main/articles/deep_dive_KAN.md) - a mini review about KAN: what they are, differences with MLP, when to use KAN and when MLP\n* [Emergent properties in LLM](https://github.com/SalvatoreRa/artificial-intelligence-articles/blob/main/articles/emergent_properties.md) - a mini review about emerging properties in LLM and a discussion about their reality\n* [Grokking: Learning Is Generalization and Not Memorization](https://github.com/SalvatoreRa/artificial-intelligence-articles/blob/main/articles/grokking.md) - a mini review about grokking (delayed generalization). One of the most intriguing phenomena of neural networks: what is it, how it is happening, and why is important\n* [Introduction to medical image analysis](https://github.com/SalvatoreRa/artificial-intelligence-articles/blob/main/articles/introduction_medical_image.md) - a mini review about how to preprocess in Python medical images (all the concepts can also be applied to any other image type).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalvatorera%2Fartificial-intelligence-articles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalvatorera%2Fartificial-intelligence-articles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalvatorera%2Fartificial-intelligence-articles/lists"}