码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
做数据分析,Python和R究竟哪个更强?
十年来,研究人员和开发人员一直在争论,进行数据科学和数据分析,Python和R语言哪种才是更好的选择。近年来,数据科学在生物技术、金融和社交媒体等多个行业迅速发展。数据科学的重要性不仅得到了业内人士的认可,而且还得到了许多学术机构的认可,目前越来越多的学校都开始设立数据科学学位。 ...
分类:编程语言   时间:2018-11-05 16:16:01    阅读次数:192
Sequence Models
Sequence Models This is the fifth and final course of the deep learning specialization at Coursera which is moderated by deeplearning.ai Here are the ...
分类:其他好文   时间:2018-11-04 19:46:38    阅读次数:168
Neural Networks and Deep Learning
Neural Networks and Deep Learning This is the first course of the deep learning specialization at Coursera which is moderated by moderated by DeepLear ...
分类:Web程序   时间:2018-11-04 19:25:33    阅读次数:147
时间序列预测——深度好文
原文地址:https://medium.com/open-machine-learning-course/open-machine-learning-course-topic-9-time-series-analysis-in-python-a270cb05e0b3 Open Machine Lea ...
分类:其他好文   时间:2018-11-04 00:32:34    阅读次数:986
sql数据库查询
-- 2 select A.student_id,A.num as 生物,B.num as 物理 from (select student_id,num,cname from score left join course on course_id = cid where cname = '生物') ... ...
分类:数据库   时间:2018-11-03 23:14:59    阅读次数:308
类的反射 对象的反射 模块的反射
#什么是反射? #用字符串数据类型的变量名来访问这个变量的值 #————————类的反射 class Student: Money=0 @classmethod def check_course(cls): print('查看课程了') @staticmethod def login(): prin... ...
分类:其他好文   时间:2018-11-03 23:13:45    阅读次数:226
运行.xcworkspace项目后报错:'React/RCTBundleURLProvider.h’ file not found
情况:根据https://github.com/rebeccahughes/react-native-device-info添加依赖库,运行.xcworkspacea项目后报错 解决:Delete node modules, then run npm install (or better yet y ...
分类:Web程序   时间:2018-11-03 23:11:05    阅读次数:311
Week3 第二次结对编程
源码地址:https://github.com/Turtlesyu-27/ASE_Course/tree/master/pairProject2 合作方式:基本上采用divide and conquer的方式来完成,每个人完成一部分的功能,然后再汇总到一起。 讨论方式:利用共有的时间来进行讨论。 效 ...
分类:其他好文   时间:2018-11-03 17:36:21    阅读次数:140
武泽坤201521430028实验五
sql注入靶机攻击过程请参考 https://pentesterlab.com/exercises/from_sqli_to_shell/course http://www.sohu.com/a/126855490_472906 xss靶机的攻击过程请参考 https://pentesterlab. ...
分类:其他好文   时间:2018-11-02 14:30:02    阅读次数:209
2018-2019-1 20189215 《文献管理与信息分析》第一单元学习总结
教材学习内容总结 1.1 加速发展的社会 信息时代的变化幂增长,日新月异。 文字载体的演变:石头、骨骼、青铜器→竹简、皮纸、织锦→纸张、布、金属、木材以及合成材料→磁盘、光盘、网络。 1.2 信息社会发生的变化 网络时代缩短了知识或者技术的更新周期。 信息化可以分为信息的生产、应用和保障三大方面。 ...
分类:其他好文   时间:2018-11-01 21:06:38    阅读次数:110
2893条   上一页 1 ... 60 61 62 63 64 ... 290 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!