A collection of contents studied about "Mathematics for Machine Learning".
Easily learn from GitHub Pages with high-quality content.
All of them participated in this study with high-quality content!
Thanks goes to these wonderful people :
Seongjun Jang |
Woojung Han |
Jihyun Bae |
Eunbi Park |
---|
Bug reports and pull requests are welcome on GitHub at https://github.com/junnei/mml.
Feel free to contribute with high-quality contents!
(If Docker you don't need to install all, just run it and Open your browser at http://localhost:4000/mml/kr
)
$ docker-compose up
First, we need to install ruby (v2.7.3 in my case) [Home page]
If Windows OS, Download RubyInstaller
## Linux
$ sudo apt install ruby ruby-dev build-essential
## MacOS
$ brew install ruby
And then install jekyll
:
$ gem install bundler:2.1.4 jekyll
First, fork this repository and clone to your local machine.
$ git clone https://github.com/[YOUR_GITHUB_ID]/mml
$ cd mml
Install gem dependencies by :
$ bundle install
You should preview the site contents before contributing, so just run it by:
$ bundle exec jekyll serve
This starts a Jekyll server, and now you could test whatever you added.
Open your browser at http://localhost:4000/mml/kr
Add your information in _data/writers.yml
.
#ex)
junnei:
kr:
name: 장성준
en:
name: Seongjun Jang
[YOUR_GITHUB_ID]:
kr:
name: [YOUR_NAME/KR](홍길동)
en:
name: [YOUR_NAME/EN](John Doe)
- Open a Pull Request
- Await code review
- Ta-da! You've become a contributor!😆
Progress | Contents | Assigned to | Update Date | Current Status |
---|---|---|---|---|
Chapter 2.1 - 2.5 | Linear Algebra | Seongjun Jang(장성준) | 2021-08-01 | ✔️ |
Chapter 2.6 - 2.9 | Linear Algebra | Woojung Han(한우정) | 2021-08-01 | ✔️ |
Chapter 3.1 - 3.5 | Analytic Geometry | Jihyun Bae(배지현) | 2021-08-08 | ❌ |
Chapter 3.6 - 3.10 | Analytic Geometry | Eunbi Park(박은비) | 2021-08-08 | ❌ |
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.