1 个仓库
Using C++ bindings to execute native saved model files within a Node.js runtime.
Distinct from Node.js Bindings: Specifically targets the execution of ML models via C++ bindings in Node.js, not generic library bindings.
Explore 1 awesome GitHub repository matching data & databases · Node.js Model Bindings. Refine with filters or upvote what's useful.
这是一个使用 TensorFlow 2 构建、训练和部署机器学习模型的综合教育资源和教程手册。它作为结构化学习指南,涵盖了深度学习的核心概念,包括神经网络架构、自动微分和张量运算。 该手册提供了关于通过 GPU 内存管理、分布式训练和模型量化来优化执行效率的技术指导。它还包括用于构建高性能数据管道以及将模型导出到生产服务器、移动设备和 Web 浏览器的详细手册。 该材料涵盖了广泛的功能,包括使用卷积和循环网络的模型开发、自定义损失函数和层的实现,以及使用预训练模型进行迁移学习。它还探讨了边缘设备的部署策略以及使用基于云的运行时进行硬件加速。 该资源以 Jupyter Notebooks 集合的形式实现。
Demonstrates how to execute native saved model files in Node.js using C++ bindings for advanced operations.