python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
GENSIM LDA topics with no probability assigned to it
I'm using LDA to discover topics in a BOW dataset. As I was testing the installation of the GENSIM library, I found no issue in the results of the example in their website ( https://radimrehurek.com/g...
Spike
Votes: 0
Answers: 1
boolean index did not match indexed array along dimension 1; dimension is 2 but corresponding boolean dimension is 1
I'm trying to solve Dimensionality reduction using PCA and T-SNE. I am stuck at this step. the error is " IndexError: boolean index did not match indexed array along dimension 0; dimension is 180...
SAI SURYA TEJA KORIPELLA
Votes: 0
Answers: 0
How to use output of TruncatedSVD() as input to neural network?
I have a dataset(contains sentences) on which I need to perform vectorization and then dimensionality reduction through TruncatedSVD() to reduce no. of features to 100.
Then i want to use that svd ou...
BISHAL Adhikari
Votes: 0
Answers: 1
t-SNE for multiple datasets in R
I have 7 datasets, each one of them have two types of dataframe: Metadata, contains a super important column that shows who is a responder and who is not, and a dataframe about cell types.
Sample usin...
Programming Noob
Votes: 0
Answers: 1