Multiple linear regression is a model that finds the relationship between a dependent variable and two or more independent variables.
-
-
Linear Regression Implementation using Gradient Descent Method in Python. To predict the house price based on area of the house.
-
Implementation of Calculator in Java using Swing. It uses JFrame, JPanel, JTextField, JButton and ActionListener to perfect working.
-
Problem solving MATLAB from chapman book exercise. Find the answer of equation for given value of x. Find what is wrong is the given code.
-
Problem solving MATLAB from chapman book exercise. Solve simultaneous equations for x. Solve expression. Find operation is legal or not.
-
Query in format 1 x y and 2 x y is given, find the output as given in description using dynamic array concept.
-
Solve Anagram Problem without using Inbuilt method in java. Anagram is a strings that contains same character frequency.
-
Anagram is a set of two strings having same frequency of same character. This approach solve the problem with inbuilt method in java.
-
Anagram is a set of two strings having same frequency of same character. This will solve using HashMap in java.
-
Problem solving MATLAB from chapman book exercise. Working with array and it's inbuilt method