Community Profile

photo

Jon Camilleri


University of Malta

Active since 2015

Followers: 0   Following: 0

Message

Freelance IT/Business Consultant with 9+ years experience within the financial services industry and 4 years experience in hospitality, telecommunications, construction, and, the health industry.
mt.linkedin.com/in/jonathancamilleri

Statistics

  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Question


Why does scatter does not read a file as a parameter and how do I classify my data?
function [ average ] = classifyData( file ) %UNTITLED Summary of this function goes here % Detailed explanation goes h...

8 years ago | 1 answer | 0

1

answer

Question


How do I pass subsets of matrices to scatter?
I am trying to draw a small graph based on regression. This code does not work. function [ score ] = classifyData( file ...

8 years ago | 0 answers | 0

0

answers

Question


The learning problem in MATLab, how do I code it?
I am trying to convert information from a CSV file into data that I can plot to a graph but I have some data conversion problems...

8 years ago | 1 answer | 0

1

answer

Question


How do I classify this data?
I am trying to come up with a useful machine learning algorithm, and, having reviewed a lot of code that seems useless to myself...

8 years ago | 0 answers | 0

0

answers

Question


.mu and .su
What do lines 41-42 mean? % ICS5110 - Applied Machine Learning % University of Malta % Lecturer: Dr. George Azzopardi...

8 years ago | 1 answer | 0

1

answer

Question


Matrix does not compile
I am trying to create a bit string, however, this does not compile: if ((iris_data{1,1} < mean(iris_data{1,1}) r={1,0,0,0};...

8 years ago | 1 answer | 0

1

answer

Question


Plotting a histogram does not come around
I am trying to plot a histogram, but the figure that results does not quite come round to me. if true load('iris_data...

8 years ago | 0 answers | 0

0

answers

Answered
Variable declaration in matlab
So how do I initialize a variable and read the data types available?

8 years ago | 0

Question


Confusion matrix does not plot anything
I am trying to sort out a little algorithm, based on false positive and true positive for my school project, however in my littl...

8 years ago | 1 answer | 0

1

answer

Question


What inputs have to be scalar and why cannot we raise an exponential within a square root function please?
Excuse my lack of experience what is the problem here, please? diff(1/2*sqrt(2*pi^exp(-1*x)^2)) Error using ^ Input...

8 years ago | 1 answer | 0

1

answer

Question


Coding samples required for math and machine learning
Would you kindly help me with coding some algorithms for practice, as with the current version of MathLAB I encountered some dif...

8 years ago | 0 answers | 0

0

answers

Question


Matrices with MathLAB..
"Try creating a variable named x that is a 5-by-5 matrix of random numbers." Sourced from Mathlab on ramp - https://matlabacade...

8 years ago | 2 answers | 0

2

answers