I'm using pycharm and following along, interpreter didn't give me any issues but I can't see anything, turns out I need to add a plt.show() after plotting, hope this helps anyone else .
@damiangames1204 Жыл бұрын
useful, thank you
@zemania45353 ай бұрын
Thank you very much sir.
@suparki1232 жыл бұрын
Nice video! Could you please post the code as a link in the description? Much appreciated!
@marelyruiz13213 жыл бұрын
Hi! I like the video, but the sound is to low, is there a way to raise the volume? (my laptop was at 100, I had to connect a radio to be able to listen > . < )
@cspythonforscience3 жыл бұрын
Yes the settings were wrong on my laptop. I recently figured out how to change the mic sensitivity settings so it should work better in future uploads. I don't think I can fix the existing videos, sorry about that.
@kevinvigi97913 жыл бұрын
how did u chose epsilon as 2? how do u choose epsilon
@cspythonforscience3 жыл бұрын
If you have the function you are interpolating, you could take a samples from it at a smaller interval than what you constructed the interpolation with. Then you can build a metric, such as residual squares for multiple epsilon values. Then choose the epsilon that minimizes the error. That's what I would do. I might research the topic more and post a video. Hope this helps
@ajaisingh91292 жыл бұрын
Will this code work with multi-dimensional data?
@cspythonforscience2 жыл бұрын
No this is only for one dimensional data. However I do have another video with this same algorithm in multidimensional space
@rupeshnaik76262 жыл бұрын
YOUR VOICE IS TOO LOW.
@brainlink_2 жыл бұрын
PER ITALIANI: Ho realizzato una playlist sulle reti RBF! :) quì -> kzbin.info/www/bejne/nJSlq2Bpg8ibeas
@hu5116 Жыл бұрын
I love that you showed a example of RBF interpolation! Bravo! But you gave me yet another example of why I HATE Python! I could’ve done the same thing in half as many lines with Matlab (Octave if you are poor or cheap), and a human could actually read it and understand what was going on. But nonetheless thanks for the example! Oh, also turn up your volume! I could only barely hear you! That made the video actually a bit painful😢