{"id":20556454,"url":"https://github.com/jackpopc/ailearnnotes","last_synced_at":"2025-10-24T12:44:02.432Z","repository":{"id":35570632,"uuid":"171686046","full_name":"Jackpopc/aiLearnNotes","owner":"Jackpopc","description":"Artificial Intelligence Learning Notes.","archived":false,"fork":false,"pushed_at":"2023-03-25T00:16:39.000Z","size":653,"stargazers_count":273,"open_issues_count":3,"forks_count":60,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-02T11:08:00.452Z","etag":null,"topics":["activation-function","alexnet","cnn","computer-vision","deep-learning","dpm","dropout","harris","hog","image-augmentation","image-denoising","image-enhancement","image-processing","image-segmentation","lenet","machine-learning","reinforcement-learning","sift","tensorflow","vgg"],"latest_commit_sha":null,"homepage":"https://github.com/Jackpopc/aiLearnNotes","language":"Python","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/Jackpopc.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":"2019-02-20T14:16:26.000Z","updated_at":"2025-03-15T00:26:54.000Z","dependencies_parsed_at":"2025-01-15T10:12:56.265Z","dependency_job_id":"c237e8e9-91f2-420f-b853-8da677ab892b","html_url":"https://github.com/Jackpopc/aiLearnNotes","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/Jackpopc%2FaiLearnNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jackpopc%2FaiLearnNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jackpopc%2FaiLearnNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jackpopc%2FaiLearnNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jackpopc","download_url":"https://codeload.github.com/Jackpopc/aiLearnNotes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045245,"owners_count":21038554,"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":["activation-function","alexnet","cnn","computer-vision","deep-learning","dpm","dropout","harris","hog","image-augmentation","image-denoising","image-enhancement","image-processing","image-segmentation","lenet","machine-learning","reinforcement-learning","sift","tensorflow","vgg"],"created_at":"2024-11-16T03:27:54.901Z","updated_at":"2025-10-24T12:43:57.384Z","avatar_url":"https://github.com/Jackpopc.png","language":"Python","readme":"\u003ch1 align=\"left\"\u003eaiLearnNotes\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/Jackpopc/aiLearnNotes?style=social\"\u003e\n    \u003cimg alt=\"GitHub watchers\" src=\"https://img.shields.io/github/watchers/Jackpopc/aiLearnNotes?style=social\"\u003e\n    \u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/Jackpopc/aiLearnNotes?style=social\"\u003e\n\u003c/p\u003e\n\n人工智能相关领域知识学习笔记，理论与实践相结合，利用Python语言逐步实现计算机视觉、机器学习、强化学习、优化算法等方向内容，目前正在进行[《动手学计算机视觉》](https://jackpopc.github.io/)系列的更新，后续会逐渐加入《动手学机器学习》《动手学强化学习》《动手学优化算法》系列。\n\n\n\u003cp align=\"left\"\u003e\n    \u003cimg src=https://img.shields.io/badge/python-3.6-blue.svg\u003e\n    \u003cimg src=https://img.shields.io/badge/vision-v0.1.0-green.svg\u003e\n    \u003cimg src=https://img.shields.io/badge/tensorflow-1.7.0-orange.svg\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"left\"\u003eContents\u003c/h1\u003e\naiLearnNotes每一讲有对应的\u003cb\u003e文档\u003c/b\u003e和\u003cb\u003e代码\u003c/b\u003e，内容涉及计算机视觉、机器学习、强化学习、优化算法等。\n\n## Code\n\naiLearnNotes代码链接如下，\n\n- [计算机视觉](./computer_vision)\n- [机器学习](./machine_leaning)\n- [强化学习](./reinforcement_learning)\n- [优化算法](./optimization_algorithm)\n\n## Docs\n\n代码可以点击上面条目直接访问，文档放在docs目录下，可以点击下面目录访问，\n\n- [计算机视觉](./docs/cv/0-Contents.md)\n\n\u003ch1 align=\"left\"\u003eUsage\u003c/h1\u003e\n首先按照依赖环境，\n\n```shell\n$ pip install -r requirements.txt\n```\n\n然后进入不同目录下直接执行对应的程序即可，例如，\n\n```shell\n$ cd computer_vision\n$ python HOG.py\n```\n\n\u003ch1 align=\"left\"\u003eSupport\u003c/h1\u003e\n如果觉得本项目有帮助，可以关注公众号平凡而诗意或者知乎Jackpop，也可以收藏我的个人主页。\n\n\u003e  知乎：[Jackpop](https://www.zhihu.com/people/sharetechlee/activities)\n\u003e\n\u003e 主页：[平凡而诗意](https://jackpopc.github.io/)\n\u003e\n\u003e 专栏：[Lee先森的技术站](https://zhuanlan.zhihu.com/sharetechlee)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackpopc%2Failearnnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackpopc%2Failearnnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackpopc%2Failearnnotes/lists"}