rasbt/python-machine-learning-book

#artificialintelligence 

Software engineering is about developing programs or tools to automate tasks. Instead of "doing things manually," we write programs; a program is basically just a machine-readable set of instructions that can be executed by a computer. Let's consider a classic example: e-mail spam filtering. Assuming that we have access to the source code of our e-mail client and know how to handle it, we could come up with an instinctive set of rules that may help us with our spam problem. For example: if not "sender in contacts": if "subject line contains BUY!: e-mail spam folder:" else if ... It is intuitive to say that coming up with these rules is a pretty tedious task.

Duplicate Docs Excel Report

Title
None found

Similar Docs  Excel Report  more

TitleSimilaritySource
None found