Python Forum

Full Version: Laplacian Exponential Diffusion Kernel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone. I am working on feature selection of molecular cancer cells, and I use a Laplacian Exponential Diffusion Kernel method for that. I want to ask, is there any library in python for that method? or is there any code for calculate that? please, help me. thank you.
The question is way too vague. Depending on the context you could use fast Fourier transform or solve the Heat equation or the Laplace equation through a finite difference scheme or a finite element method. Many people have already solved these equations in Python. A search engine will give you tons of results.