Update 2018/05/01: GitHub 官方已经支持自定义域名启用 HTTPS 了,见 https://blog.github.com/2018-05-01-github-pages-custom-domains-https/
Node.js 的开发环境选择很多,比如 WebStrom/Visual Studio Code/Atom/HBuilder,还有万能的 Vim/Emacs 等等。
这是一个知乎问题下我的回答,原帖传送门。
GitHub 前不久发布了 New Features 公告,GitHub Pages now faster and simpler with Jekyll 3.0,宣布从 2016 年 5 月 1 日起,GitHub Pages 将只支持 kramdown 作为唯一的 Markdown 引擎。
GFM 即 GitHub Flavored Markdown,是 GitHub 用在 Respository、Issues、Comments 和 Pull requests 里的一种 Markdown 引擎,它与标准 Markdown 有所区别,增加了一些 GitHub 自己扩展的功能。
注:本文方法同时适用于 Excel 和 Numbers。
需求
把每一次的挫败,化解为下一次生长的营养。
mltools is a set of machine learning toolkits extracted from actual projects. Its main goal is to speed up data exploration, data extraction, data cleaning conversion, and model training, allowing machine learning engineers to focus on data analysis and model selection and evaluation.
温州大学《机器学习》课程资料(代码、课件等)
UnsupervisedSpectralClustering and FeatureSelection. Handle the orginal data and feature select by LS and SPEC, meanwhile, generate the cluster heatmap, feature score heatmap and cluster plot and so on.
UFS is an unsupervised feature selection algorithm.
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.