cdl's comments

cdl | 2 years ago | on: Langchain Is Pointless

IMO it's a great educational tool to understand how to build AI apps at least at a high level. It provides a good mental model. Can someone name another single resource that achieves the same?

cdl | 7 years ago | on: Show HN: An Enterprise-Grade Data Science Case Study (With Docs and Code)

As aspiring data scientists or data scientists new to the field (and working in a business-centric rather than a research-centric role), it is easy to be blinded by the technical aspects of data science such as exploratory data analysis and machine learning, failing to see the forest for the trees.

My goal with this post and accompanying GitHub project is to provide a more accurate example of an enterprise-grade data science project that includes what is often missed in these sorts of examples: the rigorous positioning of a business problem and scoping of a data science solution.

The majority of the time spent to complete this project was allocated to the understanding and definition of the business problem rather than optimizing a machine learning model. As with any other complex problem, spending some time upfront to work through the various aspects of a business problem in a systematic way will reduce the risk of coming up with the wrong solution, which clearly wastes time (read: opportunity loss) and money.

cdl | 8 years ago | on: Cloud AutoML: Making AI accessible to every business

And even if every business did need an image classifier, they would still need a technical person that understands how this AutoML model they train can be integrated into business processes or software applications...

cdl | 8 years ago | on: Cloud AutoML: Making AI accessible to every business

I think "making AI accessible to every business" is a bit of stretch. While there's no doubt that the AutoML suite will bring tremendous benefits to businesses with recommendation and speech and image recognition needs, it falls short of providing more useful insights such as those gleaned by association rules, clustering (i.e. segmentation), and general probabilistic models.

I think that if AI is to be accessible to every business then it will deliver insights rather than the machinery to produce the insights. This is especially true in the context of small businesses.

cdl | 12 years ago | on: New Programming Jargon (2012)

They are counter-intuitive and make code unnecessarily harder to read and reason about. It doesn't make sense to first be presented with a predicate and then have to figure out the subject.

cdl | 13 years ago | on: Writing node.js applications in C#

May want to take a look at ServiceStack, nice lightweight alternative to MVC with an extensive architecture providing for super easy and high performance ORM, JSON/JSV serialization/de-serialization, POCO DTO's with no-effort endpoints!

http://www.servicestack.net/

page 1