Community Profile

photo

KAUSHIK JAS


INDIAN INSTITUTE OF TECHNOLOGY MADRAS

Last seen: 約1年 前 2019 年からアクティブ

Followers: 0   Following: 0

連絡

A PG Researcher of Geotechnical Engineering

統計

Feeds

表示方法

質問


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...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Maximum Likelihood Estimation code

約4年 前 | 0 件の回答 | 0

0

回答

質問


Bayesian estimation for Normal Distribution

約4年 前 | 0 件の回答 | 0

0

回答

回答済み
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...

4年以上 前 | 0