87994/how-to-determine-the-correct-kernel-function
I am trying to make a kind of image classification by using the Support Vector Machine. There are the kernel, gamma, and C functions. My question is how I can decide the correct kernel, gamma, and C parameters for this kind of classification.
Hi@Ogun,
It depends on your dataset. First thing you need to do feature engineering in your dataset. After that, you can decide which model you should use.
Hi @Vikas, there are 5 simple steps ...READ MORE
when we train a model with data, ...READ MORE
The coefficients can be obtained using the ...READ MORE
I recommend adopting a non-parametric density estimation ...READ MORE
suppose you have a string with a ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
Hi@akhtar, The general use case is to use ...READ MORE
Hi@akhtar, To save your Machine Learning model, you ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.