摘要:
深度学习是 多层神经网络上运用各种机器学习算法 解决图像,文本等各种问题的算法集合 深度学习算法: convolutional Neural Networks(CNN)卷积神经网络 卷积网络:由卷积层、池化层、全连接层组成。 其中卷积层与池化层配合,组成多个卷积组,逐层提取特征,最终通过若干个全连接 阅读全文
摘要:
item中的数组更新 db.test2.insert( { "content" : "this is a blog post.", "comments" : [ { "author" : "Mike", "comment" : "I think that blah blah blah...", }, 阅读全文