You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1018 B

# -*- coding: utf-8 -*-
# ---
# jupyter:
# jupytext_format_version: '1.2'
# kernelspec:
# display_name: Python 3
# language: python
# name: python3
# language_info:
# codemirror_mode:
# name: ipython
# version: 3
# file_extension: .py
# mimetype: text/x-python
# name: python
# nbconvert_exporter: python
# pygments_lexer: ipython3
# version: 3.5.2
# ---
# # Report - 报告题目
#
# * 姓名
# * 学号
#
#
# ## 任务简介
#
# 这里简述一下任务是什么;数据的格式,包含了什么数据;最终的目标是什么
#
# ## 解决途径
#
# 主要包括:
# 1. 问题的思考,整体的思路
# 2. 选用的方法,以及为何选用这些方法
# 3. 实现过程遇到的问题,以及如何解决的
# 4. 最终的结果,实验分析
#
# 要求:
# 1. 数据的可视化
# 2. 程序,以及各个部分的解释、说明
# 3. 结果的可视化,精度等的分析
#
# ## 总结
# 总结任务实现过程所取得的心得等。