Skip to main content

Questions tagged [data-mining]

Data mining is the process of locating patterns and trends within a given data-set, that may not be immediately obvious or intuitive.

-1 votes
1 answer
199 views

So for my Masterthesis i have to decompose a set of monolithic industrial applications into microservices. The aim is to decompose the monoliths in to services that are as much reusable as possible. I ...
marius's user avatar
  • 1
-3 votes
1 answer
97 views

My question is simple: What steps should you take to protect research from the vast amount of spyware or insecure applications on a given device? Background: I do research into developing new models ...
poodledot's user avatar
0 votes
1 answer
114 views

I'm looking to do some simple data mining that consists of going once per day to a single page and collect the following information: List of movie theaters Movies today on each theater Session times ...
dR_'s user avatar
  • 11
0 votes
1 answer
665 views

EDIT: The project is about creating an algorithm for Procedural Content Generation for a videogame. The actual game is secondary to the algorithm. It must be something basic to test the Procedural ...
Adocad's user avatar
  • 119
3 votes
1 answer
4k views

I have recently started exploring the field of machine learning (ML). I think I understand the difference between ML and AI at high level, but I wanted to understand more accurately the differences ...
user3222249's user avatar
3 votes
1 answer
4k views

The moment of working on a system that gives you statistics based on some data gathered from the database has arrived in my company. How do you efficiently gather statistics from a database in such a ...
GiamPy's user avatar
  • 235
3 votes
0 answers
95 views

Is there any way to find every github project which: is GPL licensed has over one million lines of C++ code I am imagining that the Github API was designed to automate such requests, but I am not sure ...
Basile Starynkevitch's user avatar
17 votes
2 answers
729 views

Here is a question that I believe could be solved with some data mining and a sophisticated algorithm, but I don't quite know how. Any pointers as to what data sources to use and what algorithm to ...
user1202136's user avatar
2 votes
1 answer
88 views

I'm doing market basket analysis. I have a set of transactions. Every transaction is a set of items that were bought. I then have a set of itemsets (i.e. a set of items) that I want to determine the ...
user avatar
1 vote
1 answer
587 views

I'm trying to figure out the best way to recommend images based on past classifications using k-means clusters. What I have done is mapped the RGB values of a set of images, performed a k-means ...
crockpotveggies's user avatar
3 votes
0 answers
339 views

I am learning about random forest and found this video https://www.youtube.com/watch?v=gdnIqGbqiYs&list=UUb9svouAi1XHRqlOs8LXbBg very useful. The first 8 minutes explain how to visualise how the ...
brucezepplin's user avatar
4 votes
2 answers
15k views

I tried to use the 'inspect element' of the firebug addon for Firefox but it doesn't give me any link to the javascript. For example I got this from the firebug add-on: <a href="javascript:"> ...
aste123's user avatar
  • 419
0 votes
2 answers
2k views

I'm looking for an algorithm that would be able to determine the optimal combination of two variables, but I'm not sure where to start looking. For example, if I have 10,000 rows in a database and ...
ILikeTacos's user avatar
-1 votes
2 answers
1k views

I have dataset that is contain 150 data that is actually divided into 3 group. Each group has it’s own label. I do clustering process with K-means algorithm to group the data. I need to assign the ...
dipa's user avatar
  • 101
0 votes
2 answers
4k views

I have a small C# project that reads a file and gives me an output: a string that does not contain spaces nor any types of punctuation marks. It may also contain a few misspellings. Ex. Output: ...
Saeldin's user avatar
  • 111

15 30 50 per page