{"id":13705053,"url":"https://github.com/uingrd/EmbeddedML","last_synced_at":"2025-05-05T13:30:22.756Z","repository":{"id":184101354,"uuid":"425511277","full_name":"uingrd/EmbeddedML","owner":"uingrd","description":"《AI嵌入式系统——算法优化与实现》软件工具、例程及教学辅助材料","archived":false,"fork":false,"pushed_at":"2024-05-07T02:14:58.000Z","size":2081,"stargazers_count":51,"open_issues_count":0,"forks_count":21,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-08-03T22:14:16.821Z","etag":null,"topics":["embedded-systems","machine-learning"],"latest_commit_sha":null,"homepage":"","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/uingrd.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":"2021-11-07T13:30:40.000Z","updated_at":"2024-07-28T08:31:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc4bc526-895f-46f7-aad4-5bb2e3cdb5aa","html_url":"https://github.com/uingrd/EmbeddedML","commit_stats":null,"previous_names":["uingrd/embeddedml"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uingrd%2FEmbeddedML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uingrd%2FEmbeddedML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uingrd%2FEmbeddedML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uingrd%2FEmbeddedML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uingrd","download_url":"https://codeload.github.com/uingrd/EmbeddedML/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224448846,"owners_count":17313129,"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":["embedded-systems","machine-learning"],"created_at":"2024-08-02T22:00:30.733Z","updated_at":"2024-11-13T12:31:20.371Z","avatar_url":"https://github.com/uingrd.png","language":"Python","readme":"# 《AI嵌入式系统——算法优化与实现》软件工具、例程及教学辅助材料\n教学PPT和视频：https://pan.baidu.com/s/1M24GEoIjDL5ppyT6hFa3tw?pwd=emvg \n\n## ARCTAN\narctan2的几种近似计算方法\n## CLS_ALL\n基于scikit-learn的机器学习算法演示\n## CSD\n基于CSD格式的常数乘法表达式生成\n## FIR_MCM \n基于MCM算法的快速FIR滤波演示\n## FXP \n数据定点化以及基于定点运算的FIR滤波演示\n## GNB\n训练高斯朴素贝叶斯分类器进行分类并自动生成C测试代码的例子\n## IRIS_DT\n演示使用scikit-learn训练决策树分类器，并自动生成C语言代码(数据文件)实现分类器推理运算\n## LUT_COS\n基于查表实现的快速COS算法演示\n## MAT_MUL \n矩阵乘法的快速运算\n## MAT_MUL_ALPHATENSOR\nAlphaTensor矩阵快速乘法的计算表达式提取和打印\n## MAT_MUL_QUANT\n基于仿射映射量化的矩阵乘法演示\n## MCM \n搜寻多个常数乘法的表达式\n## MNIST_PYTORCH_C\n使用pytorch训练手写数字识别神经网络，并自动生成C语言代码(数据文件)实现推理运算\n## MNIST_PYTORCH_FORCE_ZERO\n使用pytorch训练手写数字识别神经网络，通过L1约束使得权重系数稀疏化(取值接近0)，并自动生成C语言代码(数据文件)实现神经网络推理运算\n## MNIST_PYTORCH_QUANT_ROUND\n使用pytorch训练手写数字识别神经网络，通过在损失函数中加入量化约束，使得权重系数集中在(等间隔的)量化格点附近\n## MNIST_PYTORCH_QUANT_GRID\n使用pytorch训练手写数字识别神经网络，通过在损失函数中加入量化约束，使得权重落在指定的量化格点附近\n## MNIST_PYTORCH_QUANT\n演示torch训练MNIST模型并用额外的loss量化，通过整数推理和浮点累积\n## NEON\n使用ARM NEON指令优化代码的例子\n## ONNX_SKLEARN\n演示基于scikit-learn训练分类器并导出ONNX模型过程\n## PERCEP\n训练感知器进行分类并自动生成C测试代码的例子\n## python_numpy_dll\n演示用C++实现算法的动态链接库文件，并被python调用\n## SCM\n搜索给定整数常数的合成公式，并生成快速乘法表达式\n## SIN\nsine的几种近似计算方法\n## SVM_RBF\n训练支持向量机进行分类并自动生成C测试代码的例子\n## TANH\ntanh的几种近似计算方法\n","funding_links":[],"categories":["其它嵌入式AI算法实现库"],"sub_categories":["MACE"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuingrd%2FEmbeddedML","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuingrd%2FEmbeddedML","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuingrd%2FEmbeddedML/lists"}