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 to do PCA on multiple images by flattening the tensors?
I have an array of tensors for a single image. I want to flatten the vectors and perform PCA on the same.
The below is the code to extract the tensors on a single image :
bottle_neck_model_tensors = b...
budding_star
Votes: 0
Answers: 0
How to fix Error Data must be 1-dimensional
Let's say I have this set of dataframe.
import pandas as pd
data = [['30-06-2021', 3.4, 43578, '31-01-2022', 5000, '28-02-2022', 78564, '31-03-2022', 52353, '30-04-2022'],
['14-06-2021', 8....
orkedahmad
Votes: 0
Answers: 0
CATIA VBA - how to change font size and name of selected dimensions in drawing
I would like to ask if it is possible to change the font name and font size of all dimensions in the drawing.
I tried to select dimensions using this code: (dimensions are selected, but I don't know h...
Matis_RnK
Votes: 0
Answers: 0
Add dimensions in a dataset with a specific length using xarray
I'm trying to add a new dimension in an already created dataset.
My dataset contains the following dimensions:
ds (x,y)
but I would like that it presents a new dimension, with size equal to 365:
ds(x...
Julia Moore
Votes: 0
Answers: 1