Tag: Machine Learning

Pro Members SQL Server Standard Members

Quick Start with spaCy

Natural language processing (NLP) is one of the most interesting, yet challenging fields of artificial intelligence (AI). spaCy is the leading Python library for NLP, gaining popularity rapidly. Let’s take a closer look at spaCy, trying to figure out how it can be useful for accomplishing NLP tasks. What Is spaCy? spaCy is an open-source Python library for performing NLP...

This content is for Pro, Pro Member, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard, Standard Member, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Register
Already a member? Log in here
Pro Members SQL Server Standard Members

Converting Raw Text into SQL Data with spaCy

As the title suggests, this article covers how raw text can be converted into structured data. Before going any further, a word on the terminology used here is needed. In simple terms, raw text can be thought of as a set of tokens grouped into sentences, carrying information expressed in a natural language such as English. Put simply, raw text...

This content is for Pro, Pro Member, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard, Standard Member, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Register
Already a member? Log in here
Editorials

Do You Use Third Party Data Sets?

Many times when you see other data sets that you can use for your own applications, they’re about the weather in a location or traffic data.  That type of thing.  It seems like you have to wonder what you’d use that information for in your own applications. I usually eye these types of resources and think that while it sounds […]

Editorials

Chain of Ownership, Data, and AI

Interesting points about the whole artificial intelligence thought process.  It’s come up before that assuring the chain of ownership and who did what to information is critical when it comes to the trust of information.  If you don’t know how numbers were derived, or who modified them since they were calculated, how can you trust them? I’ve felt this uneasiness […]

Editorials SQL Server

Machine Learning, AI, Automation in SQL Server, Oh My!

There has been quite a bit done on the intelligence front with SQL Server – as in built-in functionality and changes that will help you bring these tools not only to the environment, but also to your own applications. As one example, In-database Machine Learning in SQL Server 2017 – “You can start using Python-based in-database Machine Learning Services for production […]