摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day12" 认识for循环执行 ps: range()函数 python range() 函数可创建一个整数列表,一般用在 for 循环中 1 初识for循环 格式:for ... in ... (i感觉非常虚无. 阅读全文
posted @ 2019-02-10 11:31 anliux 阅读(170) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day11" 认识while循环执行 对于while/break/continue的认识 新值替换变量 一般while语句 无限循环 & break continue 作业 1 更新变量 这一条没什么新的东西,别的语 阅读全文
posted @ 2019-02-09 19:15 anliux 阅读(226) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day10" 认识if条件执行 一般条件执行 分支执行 链式条件执行 嵌套条件执行 1 if一般条件执行 格式:如果(满足这个条件), 就(怎么怎么样) 注意:冒号,符合返回,不符合什么都不返回 记得小伙伴说,缩进是 阅读全文
posted @ 2019-02-09 12:29 anliux 阅读(246) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day9" 认识dict字典 新的数据类型dict。 dict全称dictionary,在其他语言中也称为map,使用 (key: value)存储,就像查字典一样。 list是中括号[],而dict使用大括号{}。 阅读全文
posted @ 2019-02-09 11:01 anliux 阅读(177) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day8" 认识list列表 新的数据类型:list。 list是一种有序的集合,可以随时添加和删除其中的元素(链表??) 1 按顺序计数时,是从0开始计数 range()存在更多设置,本例只用简单 range(st 阅读全文
posted @ 2019-02-07 20:22 anliux 阅读(335) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day7" 回顾之前见到的常见数据类型 int 整数 float 浮点数 bool 布尔值 string 字符串 ... 1 转换成整数 int() round() 一般是浮点数转换成整数 2 转换成浮点数 floa 阅读全文
posted @ 2019-02-07 11:03 anliux 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 从 Anaconda Prompt 或 Jupyter Notebook 终端进入Python后重新退出到命令状态 退出Python:exit() 或者 Ctrl+z 例子一枚 默认打开的是3.7,需要在prompt激活py35,之后切换到Python3.5 输入 启动笔记本(退出Python输入状 阅读全文
posted @ 2019-02-05 12:53 anliux 阅读(7199) 评论(0) 推荐(1) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day6" 认识字符串 字符串的性质 字符串的玩法 1 字符串就是字符的序列 序列,代表字符串是有顺序的!这里很重要。 比如我们来设定一个变量phone,给它赋值一个‘apple’ 2 字符串不可改变 字符串里的每一 阅读全文
posted @ 2019-02-05 12:24 anliux 阅读(262) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day5" 认识布尔表达式 简单来说,bool 就是对错判断。 给个条件,如果满足条件就返回True, 不满足条件就返回False。 1 打开jupyter,new一个新python文件 从anaconda prom 阅读全文
posted @ 2019-01-24 16:11 anliux 阅读(208) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day3" 数据类型 熟悉一下计算时可能碰到的数据类型。(计算时。。。) 1 打开jupyter,new一个新python文件 默认打开的是3.7,需要在prompt激活py35,之后切换到Python3.5 输入 阅读全文
posted @ 2019-01-23 17:52 anliux 阅读(161) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】C 翁恺老师 入门 总 " 1 首先按视频说的下载编辑器 并一路默认设置: "安装包下载链接" (我有vc6.0不过预感告诉我老师要用类似CS50里那种命令行编辑器?然而好像并不....) 注:安装语言为英文,运行语言选简体中文 2 第一个helloworld程序: 文件 新建 源代码 阅读全文
posted @ 2019-01-22 16:52 anliux 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 先贴几个可能的方法: "如何解决MathPage.wll或MathType.dll文件找不到问题" "The MathType Dll cannot be found 问题解决办法 " 如果还搞不定,试试卸载重装,不要改变安装路径,一下就好了。。我?? 有没有前面几个步骤设置的功劳未考证 阅读全文
posted @ 2019-01-14 16:44 anliux 阅读(4232) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day16" Pip pip是python 著名的包管理工具,在python开发过程必不可少。 本节带大家了解用pip实现的python包的下载、卸载、查看等详细操作 1 打开终端:Windows cmd or 看评 阅读全文
posted @ 2019-01-10 19:31 anliux 阅读(275) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day4" 变量/Variable 变量是计算机编程中一个很基础的概念,在计算机程序中,variables are reserved memory locations to store values. 当你新建一个v 阅读全文
posted @ 2019-01-09 12:08 anliux 阅读(193) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day2" Python版本选取与Anaconda中环境配置与下载 1 查看当前Jupyter的Python版本 开始菜单选Jupyter Notebook打开浏览器中的Jupyter 左上角:new termina 阅读全文
posted @ 2019-01-08 10:54 anliux 阅读(321) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】GirlsInAI ML diary 总 " "原博github链接 day1" 初识Python Anaconda Jupyter: 1 下载并安装Anaconda 官网下载,按指导安装 "anaconda download" 注意选择系统(Windows)和32/64bit jus 阅读全文
posted @ 2019-01-07 15:21 anliux 阅读(292) 评论(0) 推荐(0) 编辑
摘要: Machine_Learning_Diary 人工智障工程师养成计划,代号ML diary "原博github链接:Girls In AI" 环境:Windows / MacOS 工具:Anaconda Jupyter Notebook 语言:Python3 目录 第一期 小白Python入门 da 阅读全文
posted @ 2019-01-07 14:41 anliux 阅读(484) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】C 翁恺老师 入门 总 " 1 阶乘:引入for循环 2 控制循环次数:初始化与控制条件的设置 任何一个for循环都可以写成一个while循环 for中的每一个表达式都是可以省略的:for(;条件;) == while(条件) 有固定次数用for,必须执行一次用do while,其他用 阅读全文
posted @ 2019-01-07 11:25 anliux 阅读(330) 评论(0) 推荐(0) 编辑
摘要: "【学习总结】C 翁恺老师 入门 总 " 1 求一个整数的位数:引入循环while 注:循环体内要有改变循环的机会,要不然就死循环了啊! 注:手写推测程序是否正确。 注:测试程序 边界:个位数、10、0、负数等。或者插入print来显示一定变量的值 2 求整数位数升级版:引入循环do while 无 阅读全文
posted @ 2019-01-06 15:26 anliux 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 听翁恺老师课的时候用到一个叫DevC++的编辑器。 学到调试部分的时候,老师的没问题我的报错。我?? 试一试网上查到的方法: 工具 编译选项 代码生成/优化 连接器 产生调试信息:改成yes (第二步:编译不是编辑器选项) 可以了,欧耶~~ 顺便:光标移动到变量上时左侧并没有出现变量的值的问题: 工 阅读全文
posted @ 2019-01-04 21:28 anliux 阅读(14029) 评论(0) 推荐(1) 编辑