Skip to content
forked from junnei/mml

Mathematics For Machine Learning Study

License

Notifications You must be signed in to change notification settings

baejjangeee/mml

 
 

Repository files navigation

MML Study

A collection of contents studied about "Mathematics for Machine Learning".

Easily learn from GitHub Pages with high-quality content.




Group Member

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


Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/junnei/mml.

Feel free to contribute with high-quality contents!

Requirements

(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

Installation

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

Submitting code changes:

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 of Studying

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

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

About

Mathematics For Machine Learning Study

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 52.2%
  • HTML 25.5%
  • JavaScript 15.9%
  • Ruby 5.8%
  • Liquid 0.2%
  • Dockerfile 0.2%
  • Shell 0.2%