【Nifi】真棒的Nifi
Table of Contents
【CPU 和 MCU】很棒的 CPU 和 MCU 文档
【Lambda 】λ AWSsome Lambda 层
What are Lambda Layers?
Lambda Layers are a new type of artifact that can contain arbitrary code and data, and may be referenced by zero, one, or more functions at the same time. Lambda functions in a serverless application typically share common dependencies such as SDKs, frameworks, and now runtimes. With layers, you can centrally manage common components across multiple functions enabling better code reuse.
【Jupyter 实验室】很棒的 Jupyter 实验室
Editors
- Spellchecker - Spellchecker for markdown cells
- LaTeX - An extension for JupyterLab which allows for live-editing of LaTeX documents.
- DrawIO - An extension to draw diagrams in JupyterLab.
- Collapsable Headings - Allows to collapse an entire group
【OCaml】很棒的 OCaml
A curated list of references to awesome OCaml tools, frameworks, libraries and articles. Additionally there is a collection of freely available books, papers and presentations.
【浏览器利用】很棒的浏览器利用
Chrome v8
Basic
- v8 github mirror(docs within)[github]
- on-stack replacement in v8[article] // multiple articles can be found within
- A tour of V8: Garbage Collection[article]
- A tour of
【随机森林】真棒随机森林
Random Forest - a curated list of resources regarding tree-based methods and more, including but not limited to random forest, bagging and boosting.
Contributing
Please feel free to pull requests.
The project is not actively maintained.
【深度学习】很棒的深度学习资源
This is a rough list of my favorite deep learning resources. It has been useful to me for learning how to do deep learning, I use it for revisiting topics or for reference. I (Guillaume Chevalier) have built this list and got through all of the content listed here, carefully.
【MobX】很棒的 MobX
Key materials
- How to use MobX with Create React App:
- Without ejecting, by using react-app-rewired
- Or, with ejecting and adjusting config
- MobX 6 starter - with mobx-persist-store & without decorators
【人工智能】很棒的机器学习和人工智能课程
A curated list of awesome, free machine learning and artificial intelligence courses with video lectures. All courses are available as high-quality video lectures by some of the best AI researchers and teachers on this planet.
Besides the video lectures, I linked course websites with lecture notes, additional readings and assignments.