photo

Nicholas Boselli


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


Doing something simply dumb :(( Trying to get a meshgrid to read my third Class category but not working.
So Im using machine learning to read my training and testing data where X1 is my first feature, X2 is my second feature, and y i...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I'm trying to go into a file full of .m4a audio files, retrieve each one and use the audioread() for each audiofile and output the result of each one in an array
Like the Title says, I'm a new user that is trying to read through each file,modify it, and to write it out to an array. Curren...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to use fitcknn but to iterate for multiple k variables ( k = 1:15) and then store the accuracy values in a matrix. What is an easy way to do this? Thanks!
clear all data = readtable('some_data.txt'); %%%% Normalize Data %%%% x = (data.x - mean(data.x))/std(data.x); data.x = x;...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort