Recent content by abhishek2301

  1. A

    How Can You Maximize a Linear Equation with Multiple Constraints?

    Hello, I want to maximize a linear equation: 4*a + 8*b + 7*c + 5*d + 9*e with the following constraints: 0<=(4*a + 8*b + 7*c + 5*d + 9*e)<=1 0<=a<=100; 0<=b<=100; 0<=c<=100; 0<=d<=100; 0<=e<=100 Can I solve this problem using linear programming? Is there are any other method to do it...
  2. A

    Mapping function from 2D to 1D

    I have 2D elements distributed in a space of [-4, +4] and want to convert any point in the 2D space to a 1D real-valued number 0~1.0 such that 1st quadrant [+, +] should have higher values (importance) suppose 0.4~1 , 2nd and 3rd quadrant [+, -] and [-, +] should be next 0.2~0.4, and the 4th...
  3. A

    Inferring a vector wrt a maximization objective

    Hello, I have a dataset of 5-dimensional real-valued vector X^j={x_i: i=1,2,3,4,5} and their corresponding y^j where y^j is a real-valued number and j is the no of samples. Suppose the X^j vectors are various audio feature vectors and the y^j are corresponding user ratings. Now there will be...
  4. A

    Is Regular Language a Challenge in Computer Science and Linguistics?

    Problem on regular language! Homework Statement Homework Equations The Attempt at a Solution Thanks!
Back
Top