Community Profile

photo

Kalai Arasi Mehavarnam


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Return first unique index of values
%function [mu,sig,p] = cifar_10_bayes_learn1(f, trlabel,N) %trlabel=tr_labels(1:100)'; label=[1:10,2:11,3:12]; %N=16...

5 years ago | 0 answers | 0

0

answers

Question


None of the output variables are saved in workspace,when running by function, but saves when running without function (by directly assigning input data in script)
%function m =feature(x,N) x=tr_data(1:8,:); N=8; [row col]=size(x) rre=zeros(32,32,5); for i=1:1:row r=x(:,1:1024); g=x(...

5 years ago | 1 answer | 0

1

answer

Question


reshape and save data in a for loop
I have a dataset of 100 rows and 3072 columns,and every single row represents an image.I want to divide every single image into ...

5 years ago | 0 answers | 0

0

answers

Question


Getting mean values of RGB feature from image dataset
if true % code endI have cifar 10 image dataset, from which I should find the mean of rgb features for specified image...

5 years ago | 1 answer | 0

1

answer