Top Banner
Top Machine Learning Libraries With Python Chariza Pladin Data Analyst - Accenture Inc. [email protected] September 2017
22

Top Libraries for Machine Learning with Python

Jan 21, 2018

Download

Technology

Chariza Pladin
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Top Libraries for Machine Learning with Python

Top Machine Learning Libraries With Python

Chariza Pladin Data Analyst - Accenture Inc. [email protected]

September 2017

Page 2: Top Libraries for Machine Learning with Python

AGENDA

● Artificial Intelligence● Machine Learning● Why Machine Learning ● Introduction to Python● Top Machine Learning

Libraries● Q/A

Page 3: Top Libraries for Machine Learning with Python
Page 4: Top Libraries for Machine Learning with Python

“Intelligence exhibited by machines, rather than humans or other animals”

Top Machine Learning Libraries With Python

Page 5: Top Libraries for Machine Learning with Python
Page 6: Top Libraries for Machine Learning with Python
Page 7: Top Libraries for Machine Learning with Python

MACHINE LEARNINGTip

If one example isn’t sufficient to help people understand the breadth of your idea, pick a couple of examples.

Page 8: Top Libraries for Machine Learning with Python

“Gives computers the ability to learn without being explicitly programmed.”

Top Machine Learning Libraries With Python

Page 9: Top Libraries for Machine Learning with Python

WHY LEARN MACHINE LEARNING? Tip

If one example isn’t sufficient to help people understand the breadth of your idea, pick a couple of examples.

Page 10: Top Libraries for Machine Learning with Python

● Learn it when you can’t code it.

● Learn it when you can’t scale it.

● Learn it when you can’t track it.Top Machine Learning Libraries With Python

Page 11: Top Libraries for Machine Learning with Python

INTRODUCTION TO

PYTHON

Page 12: Top Libraries for Machine Learning with Python

MACHINE LEARNING LIBRARIES

Page 13: Top Libraries for Machine Learning with Python

NUMPY NumPy is an acronym for "Numeric Python" or "Numerical Python". It is an open source extension module for Python, which provides fast precompiled functions for mathematical and numerical routines. Furthermore, NumPy enriches the programming language Python with powerful data structures for efficient computation of multidimensional arrays and matrices.

Top Machine Learning Libraries With Python

Page 14: Top Libraries for Machine Learning with Python

NUMPY

Top Machine Learning Libraries With Python

Page 15: Top Libraries for Machine Learning with Python

PANDASIs a Python package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.

Top Machine Learning Libraries With Python

Page 16: Top Libraries for Machine Learning with Python

PANDAS

Top Machine Learning Libraries With Python

Page 17: Top Libraries for Machine Learning with Python

MATPLOTLIBPython 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the Python and IPython shell, the jupyter notebook, web application servers, and four graphical user interface toolkits.

Top Machine Learning Libraries With Python

Page 18: Top Libraries for Machine Learning with Python

Top Machine Learning Libraries With Python

Page 19: Top Libraries for Machine Learning with Python

Top Machine Learning Libraries With Python

Page 20: Top Libraries for Machine Learning with Python

SCIKIT LEARNis a free software machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.

Top Machine Learning Libraries With Python

Page 21: Top Libraries for Machine Learning with Python

NLTKa suite of libraries and programs for symbolic and statistical natural language processing (NLP) for English written in the Python programming language.

NLTK is intended to support research and teaching in NLP or closely related areas, including empirical linguistics, cognitive science, artificial intelligence, information retrieval, and machine learning.

Top Machine Learning Libraries With Python

Page 22: Top Libraries for Machine Learning with Python

Python and ML Q/A

Top Machine Learning Libraries With Python