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)
How do I color clusters after k-means and TSNE in either seaborn or matplotlib?
I have a dataframe that look something like this:
transformed_centroids = model2.fit_transform(everything)
df = pd.DataFrame()
df["y"] = model.labels_
df["comp-1"] = transformed_ce...
Savanah Marisa Barnes
Votes: 0
Answers: 1
How to implement t-SNE in tensorflow?
I am trying to implement a t-SNE visualization in tensorflow for an image classification task. What I mainly found on the net have all been implemented in Pytorch. See here.
Here is my general code fo...
SH_Clarity
Votes: 0
Answers: 1
Seaborn set color for unique categorical over several pair-plots
I am using seaborn and and t-SNE to visualise class separability/overlap and in my dataset containing five classes. My plot is thus a 2x2 subplots. I used the following function which generates the f...
arilwan
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