Back to Blog

相关文章

阅读更多 »

无需反向传播的深度学习

《Deep Learning Without Backpropagation》封面图片 https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2...

使用迁移学习的情感检测

概述 本片段演示了如何使用 transfer learning 进行 emotion detection,方法是利用预训练的 sentiment analysis 模型。模型已加载……