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
Try something like this: df.values array([[nan, 0.2, nan], ...READ MORE
The predict() function returns a plain numpy ...READ MORE
I have recently started learning the machine. ...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
can you give an example using a ...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
Already have an account? Sign in.