All Projects → mindspore-ai → Docs

mindspore-ai / Docs

Licence: other
MindSpore document

Projects that are alternatives of or similar to Docs

Cloud Dataproc
Cloud Dataproc: Samples and Utils
Stars: ✭ 128 (-3.03%)
Mutual labels:  jupyter-notebook
Sound localization algorithms
Classical algorithms of sound source localization with beamforming, TDOA and high-resolution spectral estimation.
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Glmm In Python
Generalized linear mixed-effect model in Python
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Gocnn
using CNN to do move prediction and board evaluation for the board game Go
Stars: ✭ 130 (-1.52%)
Mutual labels:  jupyter-notebook
Densecap
Stars: ✭ 127 (-3.79%)
Mutual labels:  jupyter-notebook
Nlp estimator tutorial
Educational material on using the TensorFlow Estimator framework for text classification
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Deep Learning
This repository contains Deep Learning examples using Tensorflow. This repository will be useful for Deep Learning starters who find difficulty in understanding the example codes.
Stars: ✭ 130 (-1.52%)
Mutual labels:  jupyter-notebook
Attic Climate
Mirror of Apache Open Climate Workbench
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Zerodha live automate trading using ai ml on indian stock market Using Basic Python
Online trading using Artificial Intelligence Machine leaning with basic python on Indian Stock Market, trading using live bots indicator screener and back tester using rest API and websocket 😊
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Simpsonrecognition
Detect and recognize The Simpsons characters using Keras and Faster R-CNN
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Data Structures Algorithms Python
This tutorial playlist covers data structures and algorithms in python. Every tutorial has theory behind data structure or an algorithm, BIG O Complexity analysis and exercises that you can practice on.
Stars: ✭ 126 (-4.55%)
Mutual labels:  jupyter-notebook
Kaggle earthquake challenge
This is the code for the Kaggle Earthquake Challenge by Siraj Raval on Youtube
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Rossmann tsa forecasts
Time Series Analysis & Forecasting of Rossmann Sales with Python. EDA, TSA and seasonal decomposition, Forecasting with Prophet and XGboost modeling for regression.
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Causalimpact
Python port of CausalImpact R library
Stars: ✭ 130 (-1.52%)
Mutual labels:  jupyter-notebook
Breakthrough
UC Berkeley's software and documentation for Breakthrough Listen data
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Cn Machine Learning
https://cn.udacity.com/mlnd/
Stars: ✭ 130 (-1.52%)
Mutual labels:  jupyter-notebook
3dmm Fitting
Fit 3DMM to front and side face images simultaneously.
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Team Learning Nlp
主要存储Datawhale组队学习中“自然语言处理”方向的资料。
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Scotus Predict
Supreme Court prediction project
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Deeplearningframeworks
Demo of running NNs across different frameworks
Stars: ✭ 1,652 (+1151.52%)
Mutual labels:  jupyter-notebook

MindSpore Documents

MindSpore Logo

查看中文

Overview

This project provides the source files of the installation guide, tutorials, and other documents, as well as API configurations on the MindSpore official website https://www.mindspore.cn.

Contributions

You are welcome to contribute documents. If you want to contribute documents, read the CONTRIBUTING_DOC.md. Please comply with the document writing specifications, and submit documents according to the process rules. After the documents are approved, the changes will be displayed in the document project and on the official website.

If you have any comments or suggestions on the documents, submit them in Issues.

Directory Structure Description

docs
├───activity // Record the activity experience.
|
├───docs // Technical documents about architecture, network list, operator list, programming guide and so on. Configuration files for API generation.
|    |
|    ├───api_cpp // C++ API project.
|    |
|    ├───api_java // Java API project.
|    |
|    ├───api_python // Python API project.
|    |
|    ├───faq // Frequently asked questions.
|    |
|    ├───note // Design and specification.
|    |
|    └───programming_guide // Programming guide documents.
│
├───install // Installation guide.
│
├───lite // Summary of all documents related to mindspore lite and their links.
│
├───resource // Resource-related documents.
│
├───tools // Automation tools.
│
├───tutorials // Tutorial-related documents.
|    |
|    ├───inference // Inference-related documents.
|    |
|    ├───lite // MindSpore Lite related documents.
|    |
|    ├───notebook // Experiential documents.
|    |
|    ├───training // Training-related documents.
|    |
|    ├───tutorial_code // Sample code corresponding to the tutorial.
│
└───README.md // Docs repository description.

Document Construction

MindSpore tutorials and API documents can be generated by Sphinx. The following uses the Python API document as an example to describe the procedure, and ensure that MindSpore, MindSpore Hub and MindArmour have been installed.

  1. Download code of the MindSpore Docs repository.

    git clone https://gitee.com/mindspore/docs.git
    
  2. Go to the api_python directory and install the dependency items in the requirements.txt file.

    cd docs/api_python
    pip install -r requirements.txt
    

    pandoc needs to be installed when generating Training Tutorial and Programming Guide, please refer to https://pandoc.org/installing.html for pandoc download and installation.

  3. Run the following command in the api_python directory to create the build_zh_cn/html directory that stores the generated document web page. You can open build_zh_cn/html/index.html to view the API document.

    make html
    

    If you only need to generate the MindSpore API, please modify the source_zh_cn/conf.py file, comment the import mindspore_hub and import mindarmour statements, and then perform this step.

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].