.. MindSpore documentation master file, created by
   sphinx-quickstart on Thu Mar 24 11:00:00 2021.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

MindSpore Tutorial
=========================

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: Quick Start
   :hidden:

   beginner/introduction
   beginner/quick_start
   beginner/tensor
   beginner/dataset
   beginner/model
   beginner/autograd
   beginner/train
   beginner/save_load
   beginner/accelerate_with_static_graph
   beginner/mixed_precision

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: Practical Cases
   :hidden:

   cv
   nlp
   generative

.. raw:: html

   <div class="container">
	   <div class="row">
         <div class="col-md-6">
               <div class="doc-article-list">
                  <div class="doc-article-item">
                     <a href="./beginner/quick_start.html" class="article-link">
                        <div>
                           <div class="doc-article-head">
                              <span class="doc-head-content">Quick Start</span>
                           </div>
                           <div class="doc-article-desc">
                              Run through the basic process of MindSpore deep learning, using the LeNet5 network model as an example of a common task in deep learning.
                           </div>
                        </div>
                     </a>
                  </div>
					</div>
			</div>
			<div class="col-md-6">
               <div class="doc-article-list">
                  <div class="doc-article-item">
                     <a href="./cv/resnet50.html" class="article-link">
                        <div>
                           <div class="doc-article-head">
                              <span class="doc-head-content">Computer Vision Practice Cases</span>
                           </div>
                           <div class="doc-article-desc">
                              Provides typical network implementations in the field of computer vision, as well as a complete training, evaluation, and prediction process.
                           </div>
                        </div>
                     </a>
                  </div>
					</div>
			</div>
      </div>
      <div class="row">
         <div class="col-md-6">
               <div class="doc-article-list">
                  <div class="doc-article-item">
                     <a href="./nlp/sentiment_analysis.html" class="article-link">
                        <div>
                           <div class="doc-article-head">
                              <span class="doc-head-content">Examples of Natural Language Processing in Practice</span>
                           </div>
                           <div class="doc-article-desc">
                              Provides typical network implementations in the field of natural language processing, as well as a complete training, evaluation, and prediction process.
                           </div>
                        </div>
                     </a>
                  </div>
					</div>
			</div>
         <div class="col-md-6">
               <div class="doc-article-list">
                  <div class="doc-article-item">
                     <a href="./generative/gan.html" class="article-link">
                        <div>
                           <div class="doc-article-head">
                              <span class="doc-head-content">Generative Practice Examples</span>
                           </div>
                           <div class="doc-article-desc">
                              Provides typical network implementations in the generative field, as well as a complete training, evaluation, and prediction process.
                           </div>
                        </div>
                     </a>
                  </div>
					</div>
			</div>
	   </div>
	</div>