Tag: Deep Learning

Pro Members SQL Server Standard Members

Parsing Intents and Their Targets into SQL Queries with spaCy: Part 1

People use natural languages to communicate with each other. To efficiently interact with a machine, good knowledge of programming languages is required. Natural Language Processing (NLP) is here to enable human-machine communications through natural languages. This is however, a very general notion of what NLP is. Intuitively, it may seem that an NLP-enabled application understands human speech natively, like a...

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
Pro Members SQL Server Standard Members

Training Models in spaCy

spaCy v2.0 features statistical neural network models for named entity recognition, dependency parsing, and similarity prediction. One of the most exciting opportunities is that you cannot only use pre-trained, ready-for-use models, but you can also train a model with your own training examples, thus tuning it for your particular use case. spaCy’s Model Architecture Before starting to train a model,...

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

Intelligent Text Processing with spaCy

The task of extracting meaning from text data can be quite challenging. The problem is that you cannot rely on the meaning of individual words in a sentence or phrase, since the order of words may invert the whole point. Moreover, the same words may have different meaning, depending on the context. To address this problem, NLP has linguistic features...

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