Machine learning for email
If you're an experienced programmer willing to crunch data, this concise guide will show you how to use machine learning to work with email. You'll learn how to write algorithms that automatically sort and redirect email based on statistical patterns. Authors Drew Conway and John Myles Wh...
Autor principal: | |
---|---|
Otros Autores: | , , |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing :
O'Reilly
2011.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628001506719 |
Tabla de Contenidos:
- Table of Contents; Preface; Machine Learning for Hackers: Email; How This Book is Organized; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Chapter 1. Using R; R for Machine Learning; Downloading and Installing R; Windows; Mac OS X; Linux; IDEs and Text Editors; Loading and Installing R Packages; R Basics for Machine Learning; Loading libraries and the data; Converting date strings, and dealing with malformed data; Organizing location data; Dealing with data outside our scope; Aggregating and organizing the data; Analyzing the data
- Further Reading on RChapter 2. Data Exploration; Exploration vs. Confirmation; What is Data?; Inferring the Types of Columns in Your Data; Inferring Meaning; Numeric Summaries; Means, Medians, and Modes; Quantiles; Standard Deviations and Variances; Exploratory Data Visualization; Modes; Skewness; Thin Tails vs. Heavy Tails; Visualizing the Relationships between Columns; Chapter 3. Classification: Spam Filtering; This or That: Binary Classification; Moving Gently into Conditional Probability; Writing Our First Bayesian Spam Classifier; Defining the Classifier and Testing It with Hard Ham
- Testing the Classifier Against All Email TypesImproving the Results; Chapter 4. Ranking: Priority Inbox; How Do You Sort Something When You Don't Know the Order?; Ordering Email Messages by Priority; Priority Features Email; Writing a Priority Inbox; Functions for Extracting the Feature Set; Creating a Weighting Scheme for Ranking; A Log-Weighting Scheme; Weighting from Email Thread Activity; Training and Testing the Ranker; Works Cited; Books; Articles