Community Profile

photo

Naga Harish


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to write code for the CA rules without using loops
I'm new to Matlab and i was working on this project for Cellular Automation of HIV. The rules that are to be followed by the CA ...

9 years ago | 0 answers | 0

0

answers

Question


Problem with my cellular automata model
clear all; clc; %% Creating a grid with random value n = 64; Gpop = rand(n,n); temp=Gpop; ...

9 years ago | 1 answer | 0

1

answer

Question


How to apply SVM algorithm to my dataset and do the cross validation
I have a data-set with different features. I have made all my train data with different features in it as X[3566X31] and I have ...

10 years ago | 1 answer | 0

1

answer

Question


How to merge 3 string columns in a dataset to 1 column
Hi, I have a dataset of value 7395X27 in .tsv format. I have imported the data into matlab and saved it in .mat format. After...

10 years ago | 0 answers | 0

0

answers