/deep-learning-lecture

The implementations of "Deep-learning from scratch" by myself

Primary LanguagePython

deep-learning-lecture

The implementations of "Deep-learning from scratch" by myself

Implementation Rule

  • Doxygen comment must be attached for all codes (for convenience, and for Doxygen practice)
    • How to build: doxygen [configname]
  • Implement using Python3

Caution

  • Chapter 1 (tutorial chapter) is omitted

TODO

  • Add contents from chapter 5 and following chapters