Questions tagged [research]
The research tag has no summary.
71 questions
-2
votes
1
answer
52
views
Can I become a self taught machine learning researcher? [closed]
Hello everyone I am interested in machine learning research . And I want to be a self taught machine learning researcher and my interests at the moment are ( machine learning in mathematics and ...
1
vote
1
answer
68
views
Reporting environment details for reproducibility of results in machine learning
I'm a computer science master's student, researching deep learning models.
At my university we have a cluster of computer nodes with GPUs for training machine learning models.
I recently developed a ...
6
votes
1
answer
2k
views
Does a publication similar to the American Mathematical Monthly exist in Theoretical Computer Science?
I'm a math major who's been reading up on computational theory and automata theory and I think that I would love to learn more about these and other sub-fields in Theoretical CS.
I'm pretty sure the ...
2
votes
0
answers
71
views
Related papers about finding longest vector(maximum in magnitude) as subset sum from given set of 2d vectors [duplicate]
Given a set of 2D vectors. Find maximum magnitude of sum of a subset of the set.
I want to do my undergrad thesis on this topic. Can anyone suggest me some existing papers related to this topic or its ...
0
votes
0
answers
43
views
Looking for good introductory experiments / research projects
This is a bit of a different question than those usually posted here; I hope it is on-topic enough, as it is specifically concerning computer science. It's been bothering me for a while, and my ...
1
vote
1
answer
278
views
Initialization of embedding space value for VQ-VAE
I am trying to study a research paper about VQ-VAE: Neural Discrete Representation Learning, Aaron van den Oord, Oriol Vinyals, Koray Kavukcuoglu, NeurIPS 2017.
I have difficulty to understand the ...
0
votes
0
answers
67
views
What are some recent breakthoughs in computer science [>=~2020]?
What are some recent breakthroughs in computer science? I am especially interested in research which have received inadequate attention or attains significant improvements over previous approaches.
1
vote
0
answers
118
views
New Knapsack Problem solution with neural network approach
While I was learning the Constraint Satisfaction Problems, I analyzed the Knapsack problem(https://www.csplib.org/Problems/prob133/) and I saw the approach with the neural network was not the best ...
0
votes
0
answers
88
views
Constraint satisfaction problems in Natural language processing
I have just started learning about CSP and NLP, for which I have to write a review paper of some research articles.
The problem is that when a searched for research articles on some trusted digital ...
1
vote
0
answers
109
views
Details about KNN based background segmentation
I build a python script which uses OpenCV implementation of KNN Backgroud Segmentation/Remover.
I know the basics of how KNN works, but not how the background segmentation works.
For the MOG algorithm ...
0
votes
0
answers
60
views
Power of regex extensions [duplicate]
It is well known that classical regexes recognize exactly regular languages. But in practice, many programming languages have extensions to the regex syntax which potentially broaden the field of ...
0
votes
0
answers
97
views
What is the standard definition of recursive automata (or state machines)?
I found this paper:
https://courses.engr.illinois.edu/cs373/fa2009/recaut.pdf
But it looks like recursion is done along an edge. I would have thought you have state machines nested inside nodes. ...
3
votes
0
answers
969
views
Bold text detection
I am currently working on a project where I need to detect bold text on a multi font-size image (so no mathematic morphology possible). This detection will be used in parallel of an OCR system (with ...
0
votes
1
answer
96
views
Are there still researches on new Data Structures? If so, what are some examples / scenarios?
And I assume these new data structures are more context/field-specific?
6
votes
1
answer
431
views
Is classical algorithms a dead research field?
I'm starting my masters in CS soon, and I have to decide on a general research topic.
In my undergraduate studies, I've enjoyed courses regarding data structures and algorithms the most. I'm also an ...