Python Forum
Improving Efficiency of SVM by various available kernels
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Improving Efficiency of SVM by various available kernels
#1
Dear friend,
I have shared my folder here: GoogleDrive

I have made 2 codes and 1 PDF and Lower Spine Dataset from machine learning is used from kaggle.

In mittal_20_3.py file i have divided the dataset in train and test and found performance of SVM algorithm.

Now my next task is to improve efficiency of SVM, to do so,

I have two ways,
1) Implementing Kernel Trick that is defining new kernel for SVM.
2) Or making combination of various available kernels and improve efficiency, for that refer attached PDF

In second .py file i tried to manually code for SVM so that kernel can be code uniquely.

I would like to optimize the kernel.

To improve efficiency there are two ways,

1) Kernel function can be modified, which is nothing but matrix multiplication.
or
2) Use various combination of available kernel functions.

Now i m having doubt in coding, how to code for such options in python.

I hope to get some help from fellow members.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Numpy Structure and Efficiency garynewport 2 649 Oct-19-2022, 10:11 PM
Last Post: paul18fr
  Efficiency with regard to nested conditionals or and statements Mark17 13 3,080 May-06-2022, 05:16 PM
Last Post: Mark17
  How to use vectorization instead of for loop to improve efficiency in python? PJLEMZ 4 2,350 Feb-06-2021, 09:45 AM
Last Post: paul18fr
  Need help improving function that reads file into list of tuples t4keheart 6 2,983 Nov-03-2020, 04:58 AM
Last Post: ndc85430
  Any suggestions to improve BuySell stock problem efficiency? mrapple2020 0 1,342 May-13-2020, 06:19 PM
Last Post: mrapple2020
  Improving my understanding of functions and methods menator01 2 2,092 Apr-24-2020, 06:26 AM
Last Post: menator01
  Improving code to autorename if filename exists Den0st 5 2,944 Sep-23-2019, 07:53 AM
Last Post: wavic
  Improving bot SheeppOSU 0 19,000 Jun-01-2019, 08:06 PM
Last Post: SheeppOSU
  Help improve code efficiency benbrown03 9 4,249 Feb-20-2019, 03:45 PM
Last Post: ichabod801
  Is there a way of improving this leaderboard system? Zelpha 2 3,831 Feb-11-2019, 06:32 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020