This is the repository for deep-learning code from scratch in C++
- Devide the issue into logical units that align with the table of contents and section numbers of a book.
- Write the concreate actions
- Chapter-XX : description(action description)
- Example :
- Chapter-01 : Coding the calculate logic for multiple tensor
- Example :
- Create a branch for each issue
- type/[#issue-number]-chXX-description
- Example :
- feature/#12-ch01-pointer
- feature/#14-ch02-CUDA-samples
- Example :
- Add the simple message for the coding contents
- Contains the issue Number (#XXXX)
- Create a pull request for each branch and issue
- [Type] ChapterXX : Description
- Example :
- [Feature] Chapter-01 : Coding the calculate logic for multiple tensor
- [Develop] Chapter-02 : Coding the perceptron logic
- Example :