Summary
Email me your pitch and how you need help monetizing data.
If I like your pitch, I’ll give you a free consultation on data strategy (NLP, ML, business intelligence, etc.)
Afterwards, if we both think that I can add value to your business, we can talk about a longer-term relationship.
You should forward this blog post to any friend who could use …
2010.08.20; Friday – 13:22
|
By Joseph Turian
|
Posted in Uncategorized
|
Tagged AI, artificial intelligence, BI, business intelligence, data mining, large datasets, machine learning, ML, natural language processing, NLP, statistical modeling, text analysis, web as corpus
|
Summary
A pattern for persisting generators is to turn them into pickle-able class objects. This is useful when you use generators for streaming training examples.
I would also try generator_tools, which might be a more convenient alternative to the pattern I describe. I haven’t used it yet.
Generators for streaming training examples
For machine learning, python generators are a simple idiom that make it …