ImageVerifierCode 换一换
格式:DOCX , 页数:6 ,大小:18.16KB ,
资源ID:26448065      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/26448065.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(bestmachinelearningresourcesforgettingstartedmachinelearningmastery.docx)为本站会员(b****3)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

bestmachinelearningresourcesforgettingstartedmachinelearningmastery.docx

1、bestmachinelearningresourcesforgettingstartedmachinelearningmasteryBest Machine Learning Resources for Getting Started Machine Learning Mastery This was a really hard post to write because I want it to be really valuable. I sat down with a blank page and asked the really hard question of what are th

2、e very best libraries, courses, papers and books I would recommend to an absolute beginner in the field of Machine Learning.I really agonised over what to include and what to exclude. I had to work hard to put my self in the shoes of a programmer and beginner at machine learning and think about what

3、 resources would best benefit them.I picked the best for each type of resource. If you are a true beginner and excited to get started in the field of machine learning, I hope you find something useful. My suggestion would be to pick one thing, one book or one library and read it cover to cover or wo

4、rk through all of the tutorials. Pick one and stick to it, then once you master it, pick another and repeat. Lets get into it.Programming LibrariesI am an advocate of “learn just enough to be dangerous and start trying things”. This is how I learned to program and Im sure many other people learned t

5、hat way too. Know your limitations and exploit your strengths. If you know how to program, leverage that to get deep into machine learning fast. Then have the discipline to go and learn the math for the technique before you implement it a production system.Find a library and read the documentation,

6、follow the tutorials and start trying things out. The following are the best open source machine learning programming libraries out there. I dont think they are all suitable for using in your production system, but they are ideal for learning, exploring and prototyping.Start with a library in a lang

7、uage you know well then move on to other more powerful libraries. If youre a good programmer, you know you can move from language to language reasonably easily. Its all the same logic, just differing syntax and APIs.R Project for Statistical Computing: This is an environment and a lisp-like scriptin

8、g language. All the stats stuff you could ever want to do will be provided in to R, including amazing plotting. The Machine Learning category on CRAN (think: third-party Machine Learning packages) has code written by leaders in the field with state of the art methods, as well as anything else you ca

9、n think of. Learning R is a must if you want to prototype and explore quickly. It just might not be the first place you start.WEKA: This is a Data Mining workbench providing API, and a number of command line and graphical user interfaces for the whole data mining lifecycle. You can prepare data, vis

10、ualize explore, build classification, regression and clustering models and many algorithms are provided built in as well as provided in third party plugins. Not related to WEKA, Mahout is a good Java framework for Machine Learning on Hadoop infrastructure if that is more your thing. If youre new to

11、big data and machine learning, stick with WEKA and learn one thing at a time.Scikit Learn: Machine Learning in Python built on top of NumPy and SciPy. If you are a Python or a Ruby programmer, this is the library for you. Its friendly, powerful and comes with excellent documentation. Orange would be

12、 a good alternative if youd like to try something else.Octave: If you are familiar with MatLab or youre a NumPy programmer looking for something different, consider Octave. It is an environment for numerical computing just like Matlab and makes it easy to write programs to solve linear and non-linea

13、r problems, such as those that underlie most machine learning algorithms. If you have an engineering background, this might be a good place for you to start.BigML: Maybe you dont want to do any programming. You can drive tools like WEKA completely without programming. You can go one step further and

14、 use services like BigML that offer machine learning interfaces on the web where you can explore building models all in the browser.Pick a platform and use it to do your practical machine learning education. Dont just read, do.Video CoursesVideo is a very popular way to get started in machine learni

15、ng. I watch a lot of machine learning videos on YouTube and VideoLectures.Net. The risk is that all you will do is consume and fail to take action. I recommend you should always take notes when watching a video, even if you discard the notes later. I also recommend trying out whatever it is youre le

16、arning in the lecture.Frankly, none of the video courses I have seen are really suitable for a beginner, for a true beginner. They all presuppose a working knowledge of at least linear algebra and probability theory, and more. Andrew Ngs Stanford lectures are probably the best place to start for a c

17、ourse, otherwise there are one-off videos I recommend.Stanford Machine Learning: Available via Coursera and taught by Andrew Ng. In addition to enrolling, you can watch all the lectures anytime and get the handouts and lecture notes from the actual Stanford CS229 course. The course includes homework

18、 and quizzes and focuses on linear algebra and using Octave.Caltech Learning from Data: Available via edX and taught by Yaser Abu-Mostafa. All the lectures and materials are available on the CalTech site. Again, like the Stanford class, you can take it at your own pace and complete the homework and

19、assignments. It covers similar subjects and goes into a little bit more details and is more mathematical. The homework is probably too challenging for a beginner.Machine Learning Category on VideoLectures.Net: This is an easy place to drown in the overload of content. Look for videos that seem inter

20、esting and try them out. Bail if its at the wrong level or take notes if youre enjoying it. I find I keep coming back to refresh myself on topics and to pickup entirely new topics. Also, its great to see what the masters of the field actually look like.“Getting In Shape For The Sport Of Data Science

21、” Talk by Jeremy Howard: A talk to a local R users group on the practical process for doing well in competitive machine learning. This is very valuable because so few people talk about what its actually like to work on a problem and how to do it. I not-so-secretly fantasise about funding a web reali

22、ty TV show that follows participants in machine leaning competitions. Thats how into it I am!Overview PapersIf you are not used to reading research papers, you will find the language very stiff. A paper is like a snippet of a textbook, but describes an experiment or some other frontier of the field.

23、 Nevertheless, there are some papers that you might find interesting if you are looking to get started in machine learning.The Discipline of Machine Learning: A white paper defining the discipline of Machine Learning by Tom Mitchell. This was a piece of the argument Mitchell used to convince the Pre

24、sident of CMU to create a standalone Machine Learning department for a subject that will still be around in 100 years (also see this short interview with Tom Mitchell).A Few Useful Things to Know about Machine Learning: This is a great paper because it pulls back from specific algorithms and motivat

25、es a number of important issues such as feature selection generalizability and model simplicity. This is all good stuff to get right and think clearly about from the beginning.Ive only listed two important papers, because reading papers can really bog you down.Beginner Machine Learning BooksThere ar

26、e a lot of machine learning books and very few are written for beginners. What is a beginner really? Most likely youre coming to machine learning from another field, most likely computer science, programming or statistics. Even then, most books expect you to have a grounding in at least linear algeb

27、ra and probability theory.Nevertheless, there are a few books out there that encourage eager programmers to get started by teaching the minimum intuition for an algorithm and point to tools and libraries so that you can run off to and try things out. Most notably Programming Collective Intelligence,

28、 Machine Learning for Hackers and Data Mining: Practical Machine Learning Tools and Techniques for Python, R, and Java respectively. If in doubt, grab one of these three books!Books for Machine Learning BeginnersProgramming Collective Intelligence: Building Smart Web 2.0 Applications (Affiliate Link

29、): This book was written for you dear programmer. Its lite on theory, heavy on code examples and practical web problems and solutions. Buy it, read it, do the exercises.Machine Learning for Hackers (Affiliate Link): Id recommend this book after reading Programming Collective Intelligence (above). It

30、 again provides worked examples that are practical, but it has a more of a data analysis flavor and uses R. I really like this book!Machine Learning: An Algorithmic Perspective (Affiliate Link). This book is like a more advanced version of Programming Collective Intelligence (above). It has similar

31、aims (get programmers started in Machine Learning), but it includes maths and references as well as examples and snippets in python. Id recommend reading this after reading Programming Collective Intelligence if youre still interested.Data Mining: Practical Machine Learning Tools and Techniques, Thi

32、rd Edition (Affiliate Link): I actually started with this book, actually it was the first edition and it was about the year 2000. I was a Java programmer and this book and the companion library WEKA provided a perfect environment for me to try things out, implement my own algorithms as plug-ins and

33、generally practice Machine Learning and the broader process of Data Mining. I highly recommend this book and this path.Machine Learning (Affiliate Link): This is an old book and does include formulas and lots of references. Its a text book but is also very accessible with grounded motivations for each

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1