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

3_matplotlib.ipynb 689 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Matplotlib\n",
  8. "\n",
  9. "\n",
  10. "## (1) 画出一个二次函数,同时画出梯形法求积分时的各个梯形\n",
  11. "\n"
  12. ]
  13. }
  14. ],
  15. "metadata": {
  16. "kernelspec": {
  17. "display_name": "Python 3",
  18. "language": "python",
  19. "name": "python3"
  20. },
  21. "language_info": {
  22. "codemirror_mode": {
  23. "name": "ipython",
  24. "version": 3
  25. },
  26. "file_extension": ".py",
  27. "mimetype": "text/x-python",
  28. "name": "python",
  29. "nbconvert_exporter": "python",
  30. "pygments_lexer": "ipython3",
  31. "version": "3.5.2"
  32. },
  33. "main_language": "python"
  34. },
  35. "nbformat": 4,
  36. "nbformat_minor": 2
  37. }

机器学习越来越多应用到飞行器、机器人等领域,其目的是利用计算机实现类似人类的智能,从而实现装备的智能化与无人化。本课程旨在引导学生掌握机器学习的基本知识、典型方法与技术,通过具体的应用案例激发学生对该学科的兴趣,鼓励学生能够从人工智能的角度来分析、解决飞行器、机器人所面临的问题和挑战。本课程主要内容包括Python编程基础,机器学习模型,无监督学习、监督学习、深度学习基础知识与实现,并学习如何利用机器学习解决实际问题,从而全面提升自我的《综合能力》。

Contributors (1)