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

거의 5년 전 | 0