Machine Intelligence Blog (MIB) is your companion blog to get you up and running with machine learning and data science. On this blog, I will cover topics in the machine learning field ranging from maths, programming, algorithm optimization and data analysis.
If you are interested in using this blog to build your blog or simply contribute, you will need to install some tools on your machine.
To run this blog on you locale machine, you will need to install Jekyll, kindly refer to the installation process on the official website of jekyll here.
Sometimes it can be hard to know if jekyll is installed, to check if it is successfully installed run this command
jekyll -v
if successfully installed you will get
jekyll X.X.X
here the x.x.x is the version of jekyll, and if you get this error
bad interpreter: No such file or directory
it means that jekyll is not installed and this is probably due to the fact one or more of the dependencies to install jekyll was not installed. Kindly refer to this manual to fix the issue.
After this, you will clone this repo(or download it) then using the command line, navigate to the root directory and input this for the first time
bundle exec jekyll serve
to run jekyll after the first time, simply use
jekyll serve
now you shall access to the blog at 127.0.0.1:4000 (or http://localhost:4000).
In order to customize this blog as you wish, you can clone this repo and for the documentation please refer to the official theme github page here.
To host your jekyll blog to github page, use this tutorials.
- Jekyll static site generator.
- this jekyll theme.
- Disqus as comment generator
- Google analytics as the site analytics
- Algolia as the search tool within the blog
- Jekyll feed as the atom RSS generator
- Jekyll seo as the blog seo
- mailchimp as mail newsletter subscriber service
This project is licensed under the MIT License - see the LICENSE.md file for details.