Questions tagged [mathematics]

Mathematics in a data science or machine learning context refers to the mathematical underpinnings for algorithms, optimization, statistics, and linear algebra etc.

Mathematics in a data science or machine learning context refers to the mathematical underpinnings for algorithms, optimization, statistics, and linear algebra etc.

233 questions
1
vote
1 answer

Choose points to maximize volume of convex hull

Suppose I have N points (labeled 1, 2, ..., k, ..., N) in D dimensions. I'd like to choose the order of points such that, after each point, the volume of the convex hull is maximized. In other words, the volume of the convex hull is a function of…
BenDundee
  • 129
  • 3
1
vote
1 answer

Ridge regression terms

Can anybody let me know the definition of these terms? I know we solve this for Beta but I want to have the definition
Ahmad Turani
  • 239
  • 2
  • 7
0
votes
1 answer

intuitive understanding of (1+parameter)/parameter

When looking at a function that contains term (1+parameter)/parameter, should there be an intuitive understanding for why this term is included. For example if a function for fishing mortality includes this term and "parameter" is a a growth…
laneyy
  • 39
  • 1
0
votes
2 answers

compare log and division of numbers

What is the difference between (a) taking the logarithm of a set of numbers (b) dividing the set of numbers by an integer. Both appear to reduce the scale of set of numbers, so can they be used interchangeably?
shaifali Gupta
  • 420
  • 4
  • 17
0
votes
0 answers

What can I use to limit the range of a Cantor pairing function to 255?

I have 2 data input sets [0-20] and [0-7] and I need a pairing function like CANTOR to restrict the mapped value to [0 - 255]. Would it be feasible to use MOD(256) to restrict the result?
-1
votes
1 answer

Trouble understanding some parts of machine learning

I am new in this field. I took one of the many courses “Introduction in Machine Learning” and realized that I have a problems with some parts of the machine learning like “Metric methods ”, “Linear classification methods”, “Support vector machine”…