steps of an ML project/application
  1. select problem
  2. get data
  3. design model
  4. train model
  5. test model
  6. deploy(部署)
  7. maintain
在选择问题应该考虑的因素:
  1. 兴趣
  2. 数据
  3. 领域知识
  4. 实用性
  5. 可行性
Get data

搜集数据的时间大约1-2天,以便快速循环迭代。
Keep clear notes on experiments run

Deploy (部署)

008 Full-cycle Deep Learning projects (Lecture 4)

  • 一般将大型的神经网络部署到云端
  • 有时基于网络延迟和隐私安全考虑需要将神经网络直接部署到Edge设备中直接运行
  • 很难将很大的神经网络将直接部署到Edge设备中进行运行
    008 Full-cycle Deep Learning projects (Lecture 4)
    008 Full-cycle Deep Learning projects (Lecture 4)
    008 Full-cycle Deep Learning projects (Lecture 4)
    008 Full-cycle Deep Learning projects (Lecture 4)云端部署更容易维护的原因:
  • 推送更新更容易
  • 无法将信息反馈给开发者,无法从边缘收集数据

相关文章:

  • 2021-12-25
  • 2021-06-21
  • 2021-05-15
  • 2022-12-23
  • 2021-07-18
  • 2022-01-29
  • 2021-11-24
猜你喜欢
  • 2022-01-17
  • 2021-11-26
  • 2022-01-04
  • 2021-06-19
  • 2022-01-17
  • 2021-10-18
  • 2021-04-06
相关资源
相似解决方案