Community Profile

photo

KAUSHIK JAS


INDIAN INSTITUTE OF TECHNOLOGY MADRAS

Last seen: ungefär ett år ago Active since 2019

Followers: 0   Following: 0

Message

A PG Researcher of Geotechnical Engineering

Statistics

Feeds

View by

Question


Plot Decision boundary and Support vectors in SVM
I did SVM with Cubic kernel for a particular dataset using classification learner app in MATLAB. But I did not get decision boun...

nästan 4 år ago | 1 answer | 0

1

answer

Question


Maximum Likelihood Estimation code

ungefär 4 år ago | 0 answers | 0

0

answers

Question


Bayesian estimation for Normal Distribution

ungefär 4 år ago | 0 answers | 0

0

answers

Answered
Solve x′′ = −x − α(x2 − 1)x′, 0 ≤ t ≤ 30, with the initial conditions x(t = 0) = 0.5 and x′(t = 0) = 0, using RK4 method in your computer where α = 1. Plot the solution.
I solve it correctly by my own. It is in below. %RK2 of two variables h=0.5; t=0:h:30; x=zeros(1,length(t)); z=zeros(1,le...

mer än 4 år ago | 0