[{"data":1,"prerenderedAt":373},["ShallowReactive",2],{"content-query-TISiGWCq9Y":3},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"cover":11,"type":12,"body":13,"_type":367,"_id":368,"_source":369,"_file":370,"_stem":371,"_extension":372},"/technology-blogs/zh/662","zh",false,"","MindSpore初级课程上线：从基本概念到实操，1小时上手！","新手入门，开启MindSpore开发者成长之旅","2021-07-26","https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/68b4b16e7a794b0987c096b5897cc14e.png","technology-blogs",{"type":14,"children":15,"toc":364},"root",[16,24,30,38,65,87,95,100,108,113,121,126,131,138,146,151,158,166,171,178,186,191,198,206,211,216,223,231,236,243,251,256,263,271,276,283,288,293,304,309,314,323,328,340,347,354,359],{"type":17,"tag":18,"props":19,"children":21},"element","h1",{"id":20},"mindspore初级课程上线从基本概念到实操1小时上手",[22],{"type":23,"value":8},"text",{"type":17,"tag":25,"props":26,"children":27},"p",{},[28],{"type":23,"value":29},"初次探索MindSpore的你，是否正在面对这些问题：MindSpore是什么？MindSpre有什么特性？MindSpore究竟要怎么用？这边找资料，那边看教程，好像忙的飞起却连入门的“门”在哪都没找到…",{"type":17,"tag":25,"props":31,"children":32},{},[33],{"type":17,"tag":34,"props":35,"children":37},"img",{"alt":7,"src":36},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/c2c0834ad1c342e0882e8b89000e504f.png",[],{"type":17,"tag":25,"props":39,"children":40},{},[41,43,49,51,56,58,63],{"type":23,"value":42},"稳住，别慌，你想要的答案都在这里，MindSpore官方精心设计的",{"type":17,"tag":44,"props":45,"children":46},"strong",{},[47],{"type":23,"value":48},"初级课程",{"type":23,"value":50},"已上线！九节课程，从基本概念到建模、训练、推理，理论+实践，全方位助力新手入门，更",{"type":17,"tag":44,"props":52,"children":53},{},[54],{"type":23,"value":55},"让您一小时上手MindSpore",{"type":23,"value":57},"。真的这么简单？那就一起来看看吧~（",{"type":17,"tag":44,"props":59,"children":60},{},[61],{"type":23,"value":62},"敲黑板！！认真看，最后有作业，完成获取MindSpore证书！",{"type":23,"value":64},"）",{"type":17,"tag":25,"props":66,"children":67},{},[68,74,82],{"type":17,"tag":69,"props":70,"children":71},"em",{},[72],{"type":23,"value":73},"官网教程链接：",{"type":17,"tag":75,"props":76,"children":80},"a",{"href":77,"rel":78},"https://www.mindspore.cn/tutorials/zh-CN/r1.8/beginner/quick_start.html",[79],"nofollow",[81],{"type":23,"value":77},{"type":17,"tag":69,"props":83,"children":84},{},[85],{"type":23,"value":86},"，（MindSpore官网-教程-快速入门）",{"type":17,"tag":25,"props":88,"children":89},{},[90],{"type":17,"tag":44,"props":91,"children":92},{},[93],{"type":23,"value":94},"一、基本介绍",{"type":17,"tag":25,"props":96,"children":97},{},[98],{"type":23,"value":99},"新手学习都需要经历一个复杂的过程，我们从基础概念开始，一步步深入！第一节课，快速了解MindSpore在华为AI全栈中的位置，包括总体架构、设计理念和层次结构，让你对MindSpore有一个系统性的认知和了解。",{"type":17,"tag":25,"props":101,"children":102},{},[103],{"type":17,"tag":34,"props":104,"children":107},{"alt":105,"src":106},"C).png","https://bbs-img.huaweicloud.com/data/forums/attachment/forum/202107/26/165202dxoqfnvbahgadt1i.png",[],{"type":17,"tag":25,"props":109,"children":110},{},[111],{"type":23,"value":112},"（MindSpore总体架构）",{"type":17,"tag":25,"props":114,"children":115},{},[116],{"type":17,"tag":44,"props":117,"children":118},{},[119],{"type":23,"value":120},"二、初学入门：深度学习基本流程",{"type":17,"tag":25,"props":122,"children":123},{},[124],{"type":23,"value":125},"第二节课开始，进入带有实际操作的学习阶段。具体内容有：配置运行信息、下载数据集、数据处理、创建模型、优化模型参数、训练及保存模型、加载模型、验证模型。",{"type":17,"tag":25,"props":127,"children":128},{},[129],{"type":23,"value":130},"简单易懂的样例，贯穿MindSpore的基础功能，实现深度学习中的常见任务。资料齐全，代码块还有详细的注释说明，全方位指引，快速上手。",{"type":17,"tag":25,"props":132,"children":133},{},[134],{"type":17,"tag":34,"props":135,"children":137},{"alt":7,"src":136},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/0055a5e6024e4399aaa52f10905fd94f.png",[],{"type":17,"tag":25,"props":139,"children":140},{},[141],{"type":17,"tag":44,"props":142,"children":143},{},[144],{"type":23,"value":145},"三、张量",{"type":17,"tag":25,"props":147,"children":148},{},[149],{"type":23,"value":150},"张量（Tensor）是MindSpore网络运算中的基本数据结构，具体内容有：初始化张量的多种方式、属性、运算、与NumPy转换。提供详细的实验代码，轻松掌握。",{"type":17,"tag":25,"props":152,"children":153},{},[154],{"type":17,"tag":34,"props":155,"children":157},{"alt":7,"src":156},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/d47682685bbd479f8cd1943da82a109c.png",[],{"type":17,"tag":25,"props":159,"children":160},{},[161],{"type":17,"tag":44,"props":162,"children":163},{},[164],{"type":23,"value":165},"四、数据",{"type":17,"tag":25,"props":167,"children":168},{},[169],{"type":23,"value":170},"MindSpore提供了部分常用数据集和标准格式数据集的加载接口，用户可以直接使用mindspore.dataset中对应的数据集加载类进行数据加载。具体内容有：加载、迭代、自定义、数据处理及增强。逐步递进式引导学习，尽可能的减少开发者初次学习时的困惑。",{"type":17,"tag":25,"props":172,"children":173},{},[174],{"type":17,"tag":34,"props":175,"children":177},{"alt":7,"src":176},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/a7fb265b8f9d4c0e9689b710e31e49ca.png",[],{"type":17,"tag":25,"props":179,"children":180},{},[181],{"type":17,"tag":44,"props":182,"children":183},{},[184],{"type":23,"value":185},"五、建立神经网络",{"type":17,"tag":25,"props":187,"children":188},{},[189],{"type":23,"value":190},"以构建LeNet网络为例，展示MindSpore如何建立神经网络模型。具体内容有：定义模型类、模型层、模型参数。让开发者对提供各种网络基础模块的MindSpore有系统性认知。跟着教程动手实践，解锁正确的使用方式。",{"type":17,"tag":25,"props":192,"children":193},{},[194],{"type":17,"tag":34,"props":195,"children":197},{"alt":7,"src":196},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/4df16f833e98428b845f30c062846f96.png",[],{"type":17,"tag":25,"props":199,"children":200},{},[201],{"type":17,"tag":44,"props":202,"children":203},{},[204],{"type":23,"value":205},"六、自动微分",{"type":17,"tag":25,"props":207,"children":208},{},[209],{"type":23,"value":210},"在训练神经网络时，最核心的算法是反向传播，在该算法中，根据损失函数对于给定参数的梯度来调整参数（模型权重）。具体内容有：对输入求一阶导",{"type":17,"tag":25,"props":212,"children":213},{},[214],{"type":23,"value":215},"、对权重求一阶导、梯度值缩放、停止计算梯度。用MatMul算子的求导做深入分析，帮助开发者了解计算图和计算梯度，get实用技能。",{"type":17,"tag":25,"props":217,"children":218},{},[219],{"type":17,"tag":34,"props":220,"children":222},{"alt":7,"src":221},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/e035906c1cb24806b61e9bb60cfafa6c.png",[],{"type":17,"tag":25,"props":224,"children":225},{},[226],{"type":17,"tag":44,"props":227,"children":228},{},[229],{"type":23,"value":230},"七、优化模型",{"type":17,"tag":25,"props":232,"children":233},{},[234],{"type":23,"value":235},"通过上面六个章节的学习，可以学会如何创建模型和构建数据集。本章节具体内容有：如何设置超参、损失函数、优化器、训练。优化模型参数，有详细代码讲解，体验控制模型训练优化的过程。",{"type":17,"tag":25,"props":237,"children":238},{},[239],{"type":17,"tag":34,"props":240,"children":242},{"alt":7,"src":241},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/f2597b4b58a8462497e83fbbf65db5da.png",[],{"type":17,"tag":25,"props":244,"children":245},{},[246],{"type":17,"tag":44,"props":247,"children":248},{},[249],{"type":23,"value":250},"八、保存及加载模型",{"type":17,"tag":25,"props":252,"children":253},{},[254],{"type":23,"value":255},"具体内容有：如何保存模型、加载模型、如何将保存的模型导出成特定格式到不同平台进行推理。",{"type":17,"tag":25,"props":257,"children":258},{},[259],{"type":17,"tag":34,"props":260,"children":262},{"alt":7,"src":261},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/6d8939669df64dd58db0d8988558d458.png",[],{"type":17,"tag":25,"props":264,"children":265},{},[266],{"type":17,"tag":44,"props":267,"children":268},{},[269],{"type":23,"value":270},"九、端侧推理",{"type":17,"tag":25,"props":272,"children":273},{},[274],{"type":23,"value":275},"初级教程的最后一节，分别讲解在昇腾AI处理器上使用MindSpore执行推理和在移动设备执行推理。代码解析、环境构建，执行推理…超全干货内容分享，做好准备，快来学习！",{"type":17,"tag":25,"props":277,"children":278},{},[279],{"type":17,"tag":34,"props":280,"children":282},{"alt":7,"src":281},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/405b5c9cd3a14f46a6e2a56bb0615816.png",[],{"type":17,"tag":25,"props":284,"children":285},{},[286],{"type":23,"value":287},"从基本原理到模型开发实践，让开发者了解MindSpore开源AI计算框架的基本知识和编程方法，以及使用MindSpore进行实践，一站式获取MindSpore初级技能，助力开发者快速上手深度学习，进行AI应用开发。",{"type":17,"tag":25,"props":289,"children":290},{},[291],{"type":23,"value":292},"一套课程学下来，实际操作不能少！来咯来咯~基于MindSpore框架端边云全流程开发一个AI应用，来使手机识别猫和狗。",{"type":17,"tag":25,"props":294,"children":295},{},[296,298],{"type":23,"value":297},"详情参考官网教程：",{"type":17,"tag":75,"props":299,"children":302},{"href":300,"rel":301},"https://www.mindspore.cn/news/newschildren?id=354",[79],[303],{"type":23,"value":300},{"type":17,"tag":25,"props":305,"children":306},{},[307],{"type":23,"value":308},"完成课程学习+实验+论坛成果发帖，即可获得MindSpore证书！",{"type":17,"tag":25,"props":310,"children":311},{},[312],{"type":23,"value":313},"论坛成果发帖链接：",{"type":17,"tag":25,"props":315,"children":316},{},[317],{"type":17,"tag":75,"props":318,"children":321},{"href":319,"rel":320},"https://bbs.huaweicloud.com/forum/thread-143102-1-1.html",[79],[322],{"type":23,"value":319},{"type":17,"tag":25,"props":324,"children":325},{},[326],{"type":23,"value":327},"活动截止日期：8月26日",{"type":17,"tag":25,"props":329,"children":330},{},[331,333],{"type":23,"value":332},"学习操作过程中，有任何问题，可以通过社区issue（",{"type":17,"tag":75,"props":334,"children":337},{"href":335,"rel":336},"https://gitee.com/mindspore/mindspore/issues%EF%BC%89%E8%BF%9B%E8%A1%8C%E6%8F%90%E9%97%AE%EF%BC%8C%E7%9B%B4%E6%8E%A5%E5%92%8CMindSpore%E5%B7%A5%E7%A8%8B%E5%B8%88%E5%AF%B9%E8%AF%9D%E4%BA%A4%E6%B5%81%EF%BC%8C%E6%89%8B%E6%8A%8A%E6%89%8B%E6%8C%87%E5%AF%BC%E8%A7%A3%E5%86%B3%E9%9A%BE%E9%A2%98%EF%BC%81",[79],[338],{"type":23,"value":339},"https://gitee.com/mindspore/mindspore/issues）进行提问，直接和MindSpore工程师对话交流，手把手指导解决难题！",{"type":17,"tag":25,"props":341,"children":342},{},[343],{"type":17,"tag":34,"props":344,"children":346},{"alt":7,"src":345},"https://obs-mindspore-file.obs.cn-north-4.myhuaweicloud.com/file/2021/07/26/04fbea4b859243df85ca5402945a656f.png",[],{"type":17,"tag":25,"props":348,"children":349},{},[350],{"type":17,"tag":34,"props":351,"children":353},{"alt":7,"src":352},"https://bbs-img.huaweicloud.com/data/forums/attachment/forum/202107/26/112944kbvjyl5e5ysmndqt.png",[],{"type":17,"tag":25,"props":355,"children":356},{},[357],{"type":23,"value":358},"MindSpore掌 中 宝APP",{"type":17,"tag":25,"props":360,"children":361},{},[362],{"type":23,"value":363},"扫码下载，获取更多资讯！",{"title":7,"searchDepth":365,"depth":365,"links":366},4,[],"markdown","content:technology-blogs:zh:662.md","content","technology-blogs/zh/662.md","technology-blogs/zh/662","md",1776506139358]