搜索


会员资源切换至【手机版】

切换本帖至【手机版】


开启左侧

利用python进行机器学习(含字幕)(machine learning with python)[MP4]_eD2k地址_计算机_教育下载

[复制链接]
发表于 2018-1-6 15:22:19 | 显示全部楼层 |阅读模式
下载备注说明:


  • 1.有些P2P资源共享较早,会出现无源或暂时无源的情况,如果您喜欢它,请耐心挂机等待。


  • 2. 有些磁力链接无法自动解析,比如:


    [url=magnet:?xt=urn:btih:E1346C46C3736056756E98D2EC22A383D7D2600F&dn=[www.books51.com]太阳之下_幸福北韩 Under.the.Sun.2015.DOCU.1080p.WEB-DL.AAC2.0.H264-FGT 4GB]点击下载[/url]



    可自行选择字符


    [url=


    红色为磁力地址


    ]点击下载


    之间的内容 (红色字符代表要复制的磁力链接代码,选择后点击CRTL+C 复制到下载工具中




  • 游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0


    资源信息:



    中文名


    : 利用python进行机器学习(含字幕)


    英文名


    : machine learning with python


    资源格式


    : MP4


    主讲人


    : sentdex


    发行日期


    : 2016年01月01日


    地区


    : 美国


    对白语言


    : 英语


    概述


    : 简介:




    引用提供白盘以及游客高速下载链接,可直接">点击下载:



    01.Practical Machine Learning Tutorial with Python Intro p.1.mp4: https://jsjzlgx.ctfile.com/fs/yrR164570787 02.Regression Intro - Practical Machine Learning Tutorial with Python p.2-JcI5Vnw0b2c.mp4: https://jsjzlgx.ctfile.com/fs/Z5g164570783 03.Regression Features and Labels - Practical Machine Learning Tutorial with Python p.3-lN5jesocJjk.mp4: https://jsjzlgx.ctfile.com/fs/leI164570791 04.Regression Training and Testing - Practical Machine Learning Tutorial with Python p.4-r4mwkS2T9aI.mp4: https://jsjzlgx.ctfile.com/fs/GKi164570795 05.Regression forecasting and predicting - Practical Machine Learning Tutorial with Python p.5-QLVMqwpOLPk.mp4: https://jsjzlgx.ctfile.com/fs/vkz164570799 06.Pickling and Scaling - Practical Machine Learning Tutorial with Python p.6-za5s7RB_VLw.mp4: https://jsjzlgx.ctfile.com/fs/uxr164570803 07.Regression How it Works - Practical Machine Learning Tutorial with Python p.7-V59bYfIomVk.mp4: https://jsjzlgx.ctfile.com/fs/9jL164570807 08.How to program the Best Fit Slope - Practical Machine Learning Tutorial with Python p.8-SvmueyhSkgQ.mp4: https://jsjzlgx.ctfile.com/fs/QfM164541659 09.How to program the Best Fit Line - Practical Machine Learning Tutorial with Python p.9-KLGfMGsgP34.mp4: https://jsjzlgx.ctfile.com/fs/7kh164541663 10.R Squared Theory - Practical Machine Learning Tutorial with Python p.10--fgYp74SNtk.mp4: https://jsjzlgx.ctfile.com/fs/XiY164541667 11.Programming R Squared - Practical Machine Learning Tutorial with Python p.11-QUyAFokOmow.mp4: https://jsjzlgx.ctfile.com/fs/epW164541671 12.Testing Assumptions - Practical Machine Learning Tutorial with Python p.12-Kpxwl2u-Wgk.mp4: https://jsjzlgx.ctfile.com/fs/Btw164541675 13.Classification w_ K Nearest Neighbors Intro - Practical Machine Learning Tutorial with Python p.13-44jq6ano5n0.mp4: https://jsjzlgx.ctfile.com/fs/5Cs164541679 14.K Nearest Neighbors Application - Practical Machine Learning Tutorial with Python p.14-1i0zu9jHN6U.mp4: https://jsjzlgx.ctfile.com/fs/Nyk164541683 15.Euclidean Distance - Practical Machine Learning Tutorial with Python p.15-hl3bQySs8sM.mp4: https://jsjzlgx.ctfile.com/fs/SvS164541687 16.Creating Our K Nearest Neighbors Algorithm - Practical Machine Learning with Python p.16-n3RqsMz3-0A.mp4: https://jsjzlgx.ctfile.com/fs/uid164541691 17.Writing our own K Nearest Neighbors in Code - Practical Machine Learning Tutorial with Python p.17-GWHG3cS2PKc.mp4: https://jsjzlgx.ctfile.com/fs/DXk164541695 18.Applying our K Nearest Neighbors Algorithm - Practical Machine Learning Tutorial with Python p.18-3XPhmnf96s0.mp4: https://jsjzlgx.ctfile.com/fs/TMt164541699 19.Final thoughts on K Nearest Neighbors - Practical Machine Learning Tutorial with Python p.19-r_D5TTV9-2c.mp4: https://jsjzlgx.ctfile.com/fs/Ysq164541703 20.Support Vector Machine Intro and Application - Practical Machine Learning Tutorial with Python p.20.mp4: https://jsjzlgx.ctfile.com/fs/rdI164541707 Machine Learning with Python-subtitle.zip: https://jsjzlgx.ctfile.com/fs/uxm164541947


    1)机器学习解决的问题概括的讲,就是模糊的,不确定的问题; 比如说要计算机去做上千亿上万亿次四则运算,要去做一个排序或者选择,哪怕数据很大很精细,但这样的问题也是不需要用到机器学习的,因为这种问题本身是确定的,这种确定往往分两个方面:a)元方法的确定。b)计算目的的确定,或者说是算法结果的确定。 而机器学习不同,机器学习解决的问题和智慧生物解决的很多问题相似,比如说:分类、关联、归纳、总结决策,如果我们要让计算机去分辨水果的种类,去预测疾病的发病率,这些问题就需要机器学习做了,回到刚才那两个方面,对于机器学习(模糊计算问题)来说:a)元方法不确定,对于分类,有很多截然不同的思维方法,这些思维方法的不同源于对于智慧生物分类算法的模拟不同,不像诸如排序算法,其本质大多基于对于给定模型的二分决策流程。b)计算目的不确定,这里说的计算目的不确定,往往是说你基于某种机器学习算法的某种机器学习任务的模型是不确定的,比如说你要分类,但是这时候谈的不仅仅是分类这个领域了,而是基于你这个数据集上的这种机器学习分类算法上加上这样的参数的分类任务了,貌似和前面一点有点相似,但是不同的地方更多一些。 再之,机器学习任务所期望的目标(结果)往往是动态的,比如说某些机器学习任务要求你给一个预测疾病的模型(注意:其实你这个机器学习的任务是“给出模型”,通过这个模型再预测具体的疾病实例是后来的事情了,于是对于计算这个模型,往往再机器学习任务的几个阶段对其的要求是不同的,随着机器学习对于训练样例的分析和计算,可能你这个模型时时刻刻都在变,以前那个模型预测不发病的测试样例可能用现在这个模型变得要发病了);而非机器学习任务却不然,比如排序,不管你的数据怎么变,你排序的“模型”还是基于布尔或者多值的决策的,是不会变的。讨论这一点,是为了说明,有一些看来不是“模糊不确定问题”的问题为什么也要用机器学习来解决,预测疾病是模糊的,但是比如搜索引擎的搜索排名(所谓的Rank问题)其实看来应该是一个简单的“排序”问题,但是却有很多公司用机器学习做,原因是对于解决这种“网页网站排序”的模型是在变的,归根结底还是期望的目标在变得。 2)要机器学习所使用的方法; 由于上一点谈到元方法的不确定,所以,虽然机器学习要解决的任务与智慧生物解决的问题相似,但未必机器学习算法底层上所使用的计算思维和智慧生物是相似的,当然,机器学习和智慧生物在解决问题的宏观层面是一致的,比如强化学习,监督和非监督学习,这些思维是一致的。机器学习算法在底层上可能更多得用到统计学或者概率分布上的一些基本方法。比如贝叶斯,比如所谓的一些分类方法大多数是基于训练样例的概率分布来计算的。 3)机器学习和其他领域的交叉; 简单的说:机器学习可以大约的解释成数据挖掘+人工智能,数据挖掘所描述的是机器学习偏统计,偏数学的一部分;人工智能说的是机器学习偏仿生的一部分。






    目录


    : 01.Practical Machine Learning Tutorial with Python Intro p.1.mp4 02.Regression Intro - Practical Machine Learning Tutorial with Python p.2-JcI5Vnw0b2c.mp4 03.Regression Features and Labels - Practical Machine Learning Tutorial with Python p.3-lN5jesocJjk.mp4 04.Regression Training and Testing - Practical Machine Learning Tutorial with Python p.4-r4mwkS2T9aI.mp4 05.Regression forecasting and predicting - Practical Machine Learning Tutorial with Python p.5-QLVMqwpOLPk.mp4 06.Pickling and Scaling - Practical Machine Learning Tutorial with Python p.6-za5s7RB_VLw.mp4 07.Regression How it Works - Practical Machine Learning Tutorial with Python p.7-V59bYfIomVk.mp4 08.How to program the Best Fit Slope - Practical Machine Learning Tutorial with Python p.8-SvmueyhSkgQ.mp4 09.How to program the Best Fit Line - Practical Machine Learning Tutorial with Python p.9-KLGfMGsgP34.mp4 10.R Squared Theory - Practical Machine Learning Tutorial with Python p.10--fgYp74SNtk.mp4 11.Programming R Squared - Practical Machine Learning Tutorial with Python p.11-QUyAFokOmow.mp4 12.Testing Assumptions - Practical Machine Learning Tutorial with Python p.12-Kpxwl2u-Wgk.mp4 13.Classification w_ K Nearest Neighbors Intro - Practical Machine Learning Tutorial with Python p.13-44jq6ano5n0.mp4 14.K Nearest Neighbors Application - Practical Machine Learning Tutorial with Python p.14-1i0zu9jHN6U.mp4 15.Euclidean Distance - Practical Machine Learning Tutorial with Python p.15-hl3bQySs8sM.mp4 16.Creating Our K Nearest Neighbors Algorithm - Practical Machine Learning with Python p.16-n3RqsMz3-0A.mp4 17.Writing our own K Nearest Neighbors in Code - Practical Machine Learning Tutorial with Python p.17-GWHG3cS2PKc.mp4 18.Applying our K Nearest Neighbors Algorithm - Practical Machine Learning Tutorial with Python p.18-3XPhmnf96s0.mp4 19.Final thoughts on K Nearest Neighbors - Practical Machine Learning Tutorial with Python p.19-r_D5TTV9-2c.mp4 20.Support Vector Machine Intro and Application - Practical Machine Learning Tutorial with Python p.20.mp4 Machine Learning with Python-subtitle.zip

    主题推广




    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    切换至【手机版】| 主站| Archiver|

    JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

    |网站地图

    GMT+8, 2026-3-26 11:41 , Processed in 0.823759 second(s), 121 queries .

     

    快速回复 返回顶部 返回列表