Compare commits

...

4 Commits

Author SHA1 Message Date
Joseph Misiti
0c18f0185c
Merge pull request #993 from prady00/master
Update Newsletters
2024-06-10 10:22:45 -04:00
Joseph Misiti
d62f92248e
Merge pull request #992 from ibelem/webnn
Add WebNN
2024-06-10 10:22:35 -04:00
Pradeep Kumar
18c251b6ad
Update blogs.md 2024-06-03 09:47:36 +04:00
Belem Zhang
a8c62590bf Add WebNN 2024-05-22 16:39:07 +08:00
2 changed files with 2 additions and 0 deletions

View File

@ -657,6 +657,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714).
* [Netron](https://github.com/lutzroeder/netron) - Visualizer for machine learning models.
* [tensor-js](https://github.com/Hoff97/tensorjs) - A deep learning library for the browser, accelerated by WebGL and WebAssembly.
* [WebDNN](https://github.com/mil-tokyo/webdnn) - Fast Deep Neural Network JavaScript Framework. WebDNN uses next generation JavaScript API, WebGPU for GPU execution, and WebAssembly for CPU execution.
* [WebNN](https://webnn.dev) - A new web standard that allows web apps and frameworks to accelerate deep neural networks with on-device hardware such as GPUs, CPUs, or purpose-built AI accelerators.
<a name="javascript-misc"></a>
#### Misc

View File

@ -28,6 +28,7 @@ Newsletters
* [DataTalks.Club](https://datatalks.club). A weekly newsletter about data-related things. [Archive](https://us19.campaign-archive.com/home/?u=0d7822ab98152f5afc118c176&id=97178021aa)
* [The Batch](https://read.deeplearning.ai/the-batch/) Andrew Ng's weekly AI newsletter for engineers, executives, and enthusiasts including updates on recent AI research developments.
* [BuzzRobot AI Newsletter](https://buzzrobot.substack.com/). Exclusive talks by top researchers on cutting-edge artificial intelligence papers.
* [Air Around AI](https://airaroundai.substack.com/). Air Around AI is a weekly newsletter of the top news, best tutorials, product launches and super tips on AI, for leaders and changemakers.
Practice Questions
-----------