书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1163 个相关结果.
  • 小结

    小结 参考文献 小结 在这一节里,给读者介绍了几种经典的图像分类模型,分别是LeNet, AlexNet, VGG, GoogLeNet和ResNet,并将它们应用到眼疾筛查数据集上。除了LeNet不适合大尺寸的图像分类问题之外,其它几个模型在此数据集上损失函数都能显著下降,在验证集上的预测精度在90%左右。如果读者有兴趣的话,可以进一步调整学习率...
  • Improving the RNN

    425 2021-03-31 《The fastai book》
    Improving the RNN Maintaining the State of an RNN Creating More Signal Improving the RNN Looking at the code for our RNN, one thing that seems problematic is that we are init...
  • Get started

    What is Neural Search? Install Run Quick Demos
  • Semantic search using byte vectors

    Semantic search using byte-quantized vectors Step 1: Create an embedding model for ingestion Step 2: Ingest data Step 3: Configure semantic search Semantic search using byte-...
  • 引言

    神经网络与深度学习 译者的话: 神经网络与深度学习 神经网络和深度学习是一本免费的在线书。本书会教会你: 神经网络,一种美妙的受生物学启发的编程范式,可以让计算机从观测数据中进行学习 深度学习,一个强有力的用于神经网络学习的众多技术的集合神经网络和深度学习目前给出了在图像识别、语音识别和自然语言处理领域中很多问题的最好解决方案。本书将会教你在神...
  • Semantic search using byte vectors

    Semantic search using byte-quantized vectors Step 1: Create an embedding model for ingestion Step 2: Ingest data Step 3: Configure semantic search Semantic search using byte-...
  • Deeplearning Algorithms tutorial

    Deeplearning Algorithms tutorial 机器学习步骤框架 机器学习 深度学习 机器学习算法概览 算法模型 机器学习的基础 参考书籍 机器学习 License Deeplearning Algorithms tutorial 最近以来一直在学习机器学习和算法,然后自己就在不断总结和写笔记,记...
  • README

    Overview Design Programming Guide Deep Learning Architexture Quick Start Algorithm Deployment FAQ Support Papers Presentation 来源(书栈小编注) (English Documents Avail...
  • Color Images

    455 2021-03-31 《The fastai book》
    Color Images Color Images A colour picture is a rank-3 tensor: In [ ]: im = image2tensor ( Image . open ( image_bear ())) im . shape Out[ ]: torch . Size ([ 3 , 100...
  • 深度学习(Deep Learning)

    Deeplearning Algorithms tutorial 深度学习(Deep Learning) Deeplearning Algorithms tutorial 谷歌的人工智能位于全球前列,在图像识别、语音识别、无人驾驶等技术上都已经落地。而百度实质意义上扛起了国内的人工智能的大旗,覆盖无人驾驶、智能助手、图像识别等许多层面。苹果业已开始...