parent
fc952e5a64
commit
6234c76ef2
@ -0,0 +1,4 @@
|
|||||||
|
- Introduction
|
||||||
|
- [Introduction to machine learning](../1-Introduction/1-intro-to-ML/README.md)
|
||||||
|
- [History of machine learning](../1-Introduction/2-history-of-ML/README.md)
|
||||||
|
- [ML and Fairness](../1-Introduction/3-fairness/README.md)
|
@ -0,0 +1,7 @@
|
|||||||
|
module.exports = {
|
||||||
|
contents: ['docs/_sidebar.md'], // array of "table of contents" files path
|
||||||
|
pathToPublic: 'pdf/readme.pdf', // path where pdf will stored
|
||||||
|
pdfOptions: '<options for puppeteer.pdf()>', // reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagepdfoptions
|
||||||
|
removeTemp: true, // remove generated .md and .html or not
|
||||||
|
emulateMedia: 'screen', // mediaType, emulating by puppeteer for rendering pdf, 'print' by default (reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pageemulatemediamediatype)
|
||||||
|
};
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"name": "ml-for-beginners",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Machine Learning for Beginners - A Curriculum",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"convert": "node_modules/.bin/docsify-to-pdf"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/microsoft/ML-For-Beginners.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"machine",
|
||||||
|
"learning",
|
||||||
|
"ml",
|
||||||
|
"ai",
|
||||||
|
"curriculum"
|
||||||
|
],
|
||||||
|
"author": "Jen Looper and team",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/microsoft/ML-For-Beginners/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/microsoft/ML-For-Beginners#readme",
|
||||||
|
"devDependencies": {
|
||||||
|
"docsify-to-pdf": "0.0.5"
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
All the curriculum's sketchnotes can be downloaded here.
|
All the curriculum's sketchnotes can be downloaded here.
|
||||||
|
|
||||||
Credits:
|
Credits: Tomomi Imura
|
Loading…
Reference in new issue