# TinyAi **Repository Path**: elvyis/TinyAi ## Basic Information - **Project Name**: TinyAi - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2022-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## What is TinyAi? TinyAi is C/C++ Code for machine learning with corresponding study notes. Author want to learning classic learning algorithms , Coding in C/C++ , wirte study notes at same time to consolidate the algorithms that i have learned. it is study notes at very beginning. but moreover .. Author wants transplant machine learning algorithms into embedded platform(MCU ARM Linux etc). That is why i use C/C++ as primary programming language. Some code will transplanted form kaldi or other famous open-source respority. ## File Structure ``` TinyAi ├── component ├── note │ ├── logistics regression | ├── blog | ├── data | ├── pic | ├── src | ├── C++ | ├── python | ├── scilab │ ├── other topic ```