John Paul Mueller - Machine Learning For Dummies

Здесь есть возможность читать онлайн «John Paul Mueller - Machine Learning For Dummies» — ознакомительный отрывок электронной книги совершенно бесплатно, а после прочтения отрывка купить полную версию. В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Жанр: unrecognised, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Machine Learning For Dummies: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Machine Learning For Dummies»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

Your
 comprehensive entry-level guide to machine learning
While machine learning expertise doesn’t quite mean you can create your own Turing Test-proof android—as in the movie 
—it 
 a form of artificial intelligence and one of the most exciting technological means of identifying opportunities and solving problems fast and on a large scale. Anyone who masters the principles of machine learning is mastering a big part of our tech future and opening up incredible new directions in careers that include fraud detection, optimizing search results, serving real-time ads, credit- scoring, building accurate and sophisticated pricing models—and way, way more. 
Unlike most machine learning books, the fully updated 2nd Edition of 
doesn’t assume you have years of experience using programming languages such as Python (R source is also included in a downloadable form with comments and explanations), but lets you in on the ground floor, covering the entry-level materials that will get you up and running building models you need to perform practical tasks. It takes a look at the underlying—and fascinating—math principles that power machine learning but also shows that you don’t need to be a math whiz to build fun new tools and apply them to your work and study. 
Understand the history of AI and machine learning Work with Python 3.8 and TensorFlow 2.x (and R as a download) Build and test your own models Use the latest datasets, rather than the worn out data found in other books Apply machine learning to real problems Whether you want to learn for college or to enhance your business or career performance, this friendly beginner’s guide is your best introduction to machine learning, allowing you to become quickly confident using this amazing and fast-developing technology that’s impacting lives for the better all over the world.

Machine Learning For Dummies — читать онлайн ознакомительный отрывок

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Machine Learning For Dummies», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Windows 32-bit and 64-bit (the installer may offer you only the 64-bit or 32-bit version, depending on which version of Windows it detects)

Linux 64-bit (x86 and PowerPC 8/9 installers)

Mac OS X 64-bit (graphical and command-line installer)

In all cases, you want the Anaconda3-2020.07 version of the product. If you can’t find the correct version on the main Anaconda page, you can obtain it at https://repo.anaconda.com/archive/ .

Machine Learning For Dummies - изображение 41The installation works best if you first remove previous versions of Anaconda from your system. Otherwise, one version of the product can interfere with other versions of the product. Anaconda provides a separate uninstall program in the Anaconda executable folder on your system, the location of which can vary. For example, to uninstall a previous version of Anaconda 3 on a Windows system, look in the C:\Users\ \Anaconda3folder on your system for Uninstall-Anaconda3.exe. Execute this file to uninstall the product. In addition, this book doesn't support the use of the Miniconda installer described at https://docs.conda.io/en/latest/miniconda.html .

The default download version installs Python 3.8, which is the version used in this book. Both Windows and Mac OS X provide graphical installers. When using Linux, you rely on the bashutility.

Defining why Anaconda is used in this book

Anaconda isn't an Integrated Development Environment (IDE) like many other products out there. Rather, it’s a centralized method of accessing a number of packages. This book uses Jupyter Notebook as an IDE because it supports literate programming techniques. However, you could just as easily use Spyder for development, and you might be happier with it because it provides a more traditional interface. You can see a comparison at https://www.slant.co/versus/1246/15716/~spyder_vs_jupyter. The point is that Anaconda helps you manage both IDEs, along with a wealth of other packages. In addition, you can create environments for using the IDEs in specific ways. For example, you could have an environment for using Jupyter Notebook for Python and an entirely different environment for using Jupyter Notebook for R.

So, it’s important to know why this section emphasizes Jupyter Notebook when Anaconda provides access to a number of IDEs. Most IDEs look like fancy text editors, and that’s precisely what they are. Yes, you get all sorts of intelligent features, hints, tips, code coloring, and so on, but at the end of the day, they’re all text editors. Nothing is wrong with text editors, and this chapter isn’t telling you anything of the sort. However, given that Python developers often focus on scientific applications that require something better than pure text presentation, using notebooks instead can be helpful.

Machine Learning For Dummies - изображение 42A notebook differs from a text editor in that it focuses on a technique called literate programming, advanced by Stanford computer scientist Donald Knuth. You use literate programming to create a kind of presentation of code, notes, math equations, and graphics. In short, you wind up with a scientist’s notebook full of everything needed to understand the code completely. You commonly see literate programming techniques used in high-priced packages such as Mathematica and MATLAB. Notebook development excels at

Demonstration

Collaboration

Research

Teaching objectives

Presentation

This book uses the Anaconda tool collection because it provides you with a great Python coding experience but also helps you discover the enormous potential of literate programming techniques. If you spend a lot of time performing scientific tasks, Anaconda and products like it are essential. In addition, Anaconda is free, so you get the benefits of the literate programming style without the cost of other packages.

Machine Learning For Dummies - изображение 43For more information about Anaconda and changes from previous editions, make sure to view the Release Notes at https://docs.anaconda.com/anaconda/reference/release-notes/ . Most of the changes you find deal with bug fixes and updates.

Installing Anaconda on Linux

You use the command line to install Anaconda on Linux — there is no graphical installation option. The following procedure should work fine on any Linux system, whether you use the Intel or PowerPC version of Anaconda:

1 Open a copy of Terminal.The Terminal window appears.

2 Change directories to the downloaded copy of Anaconda on your system.The name of this file varies, but normally it appears as Anaconda3-2020.07-Linux-x86_64.sh for Intel systems and Anaconda3-2020.07-Linux-ppc64le.sh for PowerPC systems. The version number is embedded as part of the filename. In this case, the filename refers to version 3.2020.07, which is the version used for this book. If you use some other version, you may experience problems with the source code and need to make adjustments when working with it.

3 Type bash Anaconda3-2020.07-Linux-x86_64.sh (for the Intel version) or bash Anaconda3-2020.07-Linux-ppc64le.sh (for the PowerPC version) and press Enter.An installation wizard starts that asks you to accept the licensing terms for using Anaconda.

4 Read the licensing agreement and accept the terms using the method required for your version of Linux.The wizard asks you to provide an installation location for Anaconda. The book assumes that you use the default location for your platform. If you choose some other location, you may have to modify some procedures later in the book to work with your setup.

5 Provide an installation location (if necessary) and press Enter (or click Next).The application extraction process begins. The installer asks whether you want to initialize Anaconda3 using the conda init command.

6 Type yes and press Enter or click Yes.After the extraction is complete, you see a completion message.

7 Add the installation path to your PATH statement using the method required for your version of Linux.You're ready to begin using Anaconda.

Installing Anaconda on Mac OS X

The Mac OS X installation comes in only one form: 64-bit. The following steps help you install Anaconda 64-bit on a Mac system using the GUI method:

1 Locate the downloaded copy of Anaconda on your system.The name of this file varies, but normally it appears as Anaconda3-2020.07-MacOSX-x86_64.pkg. The version number is embedded as part of the filename. In this case, the filename refers to version 3.2020.07, which is the version used for this book. If you use some other version, you may experience problems with the source code and need to make adjustments when working with it.

2 Double-click the installation file.An introduction dialog box appears.

3 Click Continue.The wizard asks whether you want to review the Read Me materials. You can read these materials later. For now, you can safely skip the information.

4 Click Continue.The wizard displays a licensing agreement. Be sure to read through the licensing agreement so that you know the terms of usage.

5 Click I Agree if you agree to the licensing agreement.The wizard asks you to provide a destination for the installation. The destination controls whether the installation is for an individual user or a group.

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Machine Learning For Dummies»

Представляем Вашему вниманию похожие книги на «Machine Learning For Dummies» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Machine Learning For Dummies»

Обсуждение, отзывы о книге «Machine Learning For Dummies» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x