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.

ipython_notebook_config.py 612 B

6 years ago
123456789101112131415
  1. import os
  2. c = get_config()
  3. # Kernel config
  4. c.IPKernelApp.pylab = 'inline' # if you want plotting support always
  5. # Notebook config
  6. #c.NotebookApp.certfile = os.path.join(os.getcwd(), u'mycert.pem')
  7. #c.NotebookApp.ip = '*'
  8. c.NotebookApp.open_browser = True
  9. #c.NotebookApp.NotebookManager.notebook_dir = os.path.join(os.environ["HOME"], "Desktop", "Tutorial")
  10. #c.NotebookApp.notebook_dir = os.path.join(os.environ["HOME"], "Desktop", "Tutorial")
  11. # It's a good idea to put it on a known, fixed port
  12. c.NotebookApp.port = 9999
  13. #c.NotebookApp.password = u'sha1:60e7d2645fb4:97064d28bad2a4a12950055c830d9637b652c9ec'

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