In recent years, there appears a lot of websites for understanding machine learning. They are so helpful but I feel they still require some basic knowledge before taking in the grace of machine learning world, from my experience. This is why I compose this website.
In this website, I try to share where those difficulties stand and how to overcome them.
I hope both readers and the author can learn ML deeper together and share thought about ML.
This part is for preparing to develop this website.
Maybe only for the original author.
- Make sure you already installed Node.js.
You can install it by the command below if your running OS is Ubuntu 16.04.curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs
For different OS, learn how to install Node.js in Node.js Official website
- Clone this repository
git clone https://github.com/Hinaser/Machine-Learning
- Install dev dependencies
npm install
- Run a web server
npm run serve:dev
- Fork it
- Create your feature branch
(
git checkout -b my-new-feature
) - Commit your changes
(
git commit -am 'Add some feature'
) - Push to the branch
(
git push origin my-new-feature
) - Create Pull Request