Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 640 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  1. {
  2. "name": "ml-for-beginners",
  3. "version": "1.0.0",
  4. "description": "Machine Learning for Beginners - A Curriculum",
  5. "main": "index.js",
  6. "scripts": {
  7. "convert": "node_modules/.bin/docsify-to-pdf"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/microsoft/ML-For-Beginners.git"
  12. },
  13. "keywords": [
  14. "machine",
  15. "learning",
  16. "ml",
  17. "ai",
  18. "curriculum"
  19. ],
  20. "author": "Jen Looper and team",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/microsoft/ML-For-Beginners/issues"
  24. },
  25. "homepage": "https://github.com/microsoft/ML-For-Beginners#readme",
  26. "devDependencies": {
  27. "docsify-to-pdf": "0.0.5"
  28. }
  29. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...