{"id":20934516,"url":"https://github.com/thisisgame/learnpaddlepaddle","last_synced_at":"2026-04-20T20:03:11.168Z","repository":{"id":250192766,"uuid":"833745185","full_name":"ThisisGame/learnpaddlepaddle","owner":"ThisisGame","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-31T17:12:37.000Z","size":832,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T19:53:03.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ThisisGame.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":"2024-07-25T16:53:52.000Z","updated_at":"2024-07-31T17:12:41.000Z","dependencies_parsed_at":"2024-11-18T22:09:44.126Z","dependency_job_id":"9dddeeb3-bef8-4c4e-87f5-45f6cbe3bfd7","html_url":"https://github.com/ThisisGame/learnpaddlepaddle","commit_stats":null,"previous_names":["thisisgame/learnpaddlepaddle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisisGame%2Flearnpaddlepaddle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisisGame%2Flearnpaddlepaddle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisisGame%2Flearnpaddlepaddle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisisGame%2Flearnpaddlepaddle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThisisGame","download_url":"https://codeload.github.com/ThisisGame/learnpaddlepaddle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243330262,"owners_count":20274037,"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":[],"created_at":"2024-11-18T22:09:39.541Z","updated_at":"2025-12-25T20:56:32.308Z","avatar_url":"https://github.com/ThisisGame.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# learnpaddlepaddle\n\n\u003cb\u003e确保用管理员打开CMD\u003c/b\u003e\n\n1.安装paddlepaddle\n\nhttps://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/windows-pip.html\n\n选择\n3.0-beta \nwindows \npip \ncpu\n\n2.手写数字识别\nhttps://www.paddlepaddle.org.cn/documentation/docs/zh/guides/beginner/quick_start_cn.html\n\n这个文档里有些问题，\n\n```\n# 使用 pip 工具安装 matplotlib 和 numpy\n! python3 -m pip install matplotlib numpy -i https://mirror.baidu.com/pypi/simple\n\n```\n\n这里的`!`是多余的，这个 `https://mirror.baidu.com/pypi/simple` 也访问不了，正确到的安装命令是：\n\n```\npython -m pip install matplotlib numpy -i https://pypi.tuna.tsinghua.edu.cn/simple/\n```\n\n然后就是最后显示数字图片\n\n```\nplt.imshow(img[0])\n```\n\n这样打不开显示图片的窗口的，完整的是\n\n```\n# 可视化图片\nfrom matplotlib import pyplot as plt\nplt.imshow(img[0])\n\n# 显示图像窗口，并保持打开状态\nplt.show()\n```\n\n3.出租车价钱线性推理\nhttps://www.paddlepaddle.org.cn/documentation/docs/zh/practices/quick_start/hello_paddle.html\n\n4.房价预测\n\nhttps://www.paddlepaddle.org.cn/documentation/docs/zh/practices/quick_start/linear_regression.html\n\n安装pandas\n\n```\npython -m pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple/\n```\n\n下载数据集\n\n```\nhttps://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisgame%2Flearnpaddlepaddle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisisgame%2Flearnpaddlepaddle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisisgame%2Flearnpaddlepaddle/lists"}