Questions tagged [structured-data]
10 questions
4
votes
1 answer
Convert natural language text to structured data
Convert natural language text to structured data.
I'm developing a bot to help user assist in identifying Apparels.
The problem is to convert natural language text to structured data (list of apparels) and query the store's inventory to find the…
Rajesh
- 41
- 3
1
vote
1 answer
How to structure unstructured data
I am analysing tweets and have collected them in an unstructured format. What is the best way to structure this data so I can begin the data mining processes?
Somebody suggested using python packages such as spacy but not sure how to go about using…
T97
- 25
- 4
1
vote
0 answers
How do I discern document structure from differently-tagged XML documents?
I have a body of PDF documents of differing vintage.
Our group had exported the documents as text to feed them into a natural-language parser (I think) to pull out subject-verb-predicate triples.
This hasn't performed as well as hoped so I exported…
John
- 111
- 3
1
vote
1 answer
Heterogeneous clustering with text data
I have a dataset which consists of multiple user ratings. Each rating looks similarly to:
| Taste | Flavour | Look | Enjoyed | ..... | Tag |
|-------|---------|------|---------|-------|--------|
| 4 | 2 | 2 | 3 | ..... | Banana…
qbit-
- 13
- 2
1
vote
1 answer
What are the best practises to decide whether a variable is categorical?
What are some of the systematic ways to categorise variables into categorical or numeric? I believe using only intuition in such scenarios can many-a-times lead to major irreversible errors. What are the best strategies when categorising…
Shiv_90
- 265
- 2
- 12
1
vote
1 answer
Are CNNs applicable on structured data?
I can use CNN to classify MNIST images, but I don't know whether CNNs are applicable on iris data as well? If not, why?
disney82231
- 97
- 1
- 7
1
vote
2 answers
Tips for scraping crypto data in the right way
I am scraping data from crypto site and want to use neural network algorithm for predicting data.
the way i save data is like these:
and there is bunch of other features like open/high/low/close for each coin. the data scrap a crypto site in a…
mohammad ariyan rad
- 11
- 1
1
vote
0 answers
Is it possible to use structured(tabular) data as a reinforcement learning environment?
I want to do an RL project in which the agent will learn to drop duplicates in a tabular data. But I couldn't find any examples of RL being used that way - checked the RL based recommendation systems if they use a user-item interaction matrix as in…
aby
- 11
- 1
0
votes
0 answers
How can GPT4 be used to create structured meta-data for unstructured data?
I often ingest unstructured datasets in Excel format, create meta-data, and transform the data in R to create a structured dataset. This includes normalization, so that there is little redundancy in the output tables. The output is tidy, whereas the…
ahorn
- 101
- 2
0
votes
0 answers
How can deep learning be applied to association rule mining?
Association rule mining is considered to be an old technique of AI. Rules are mined on statistical support. How can deep learning be applied to this? What are approaches for structured data (in a graph format like XML)?
XML documents are structured…
user3352632
- 449
- 3
- 7