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
|
7 years ago
|
on: How to Write a Technical Paper [pdf]
Very meta.
cdl
|
8 years ago
|
on: Show HN: TablePlus – A macOS client for relational databases
It would be cool to see a plugin or native support for visualizing query plans.
cdl
|
8 years ago
|
on: Cloud AutoML: Making AI accessible to every business
And I'm not discrediting the work or the fact that this is progress... I just don't think that the title of the post is entirely accurate. Mostly with respect to the "every" part.
cdl
|
8 years ago
|
on: Cloud AutoML: Making AI accessible to every business
I'm not personally looking for the insights myself, just an observation from working with SMBs trying to leverage data science more generally to improve their businesses.
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
|
8 years ago
|
on: Ask HN: What influenced your personal growth the most?
Curious - did you stop 100% or do you still smoke occasionally?
cdl
|
8 years ago
|
on: Ask HN: Best way/resources to learn Excel?
cdl
|
12 years ago
|
on: Newsmap
cdl
|
12 years ago
|
on: Nest Labs to Introduce Partner Developer Program
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
|
12 years ago
|
on: Periodic Table of the HTML Elements
Ditto, the arrangement and group colors make this a very navigable space.
cdl
|
12 years ago
|
on: Javascript Frameworks Are Amazing and Nobody Is Happy
Let's not forget about the awesome tooling that is available and actively development for JS web development (yes, Yeoman).
cdl
|
12 years ago
|
on: Ask HN: Where do you host your NodeJS applications?
cdl
|
12 years ago
|
on: Understanding Tail Recursion
Great read so far.
cdl
|
13 years ago
|
on: The best programmers are the quickest to Google
From my experience of not doing this early on, the quicker you take this advice, the quicker you will build really cool things.
cdl
|
13 years ago
|
on: Ask HN: Review my LockScreen news and social reader startup
Cool concept, I like how easily accessible the content is. You should try displaying more images for the articles. Also sometimes the image lags when loading.
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/