Nah, Billy just coded up a next level ML model that creates the human avatar you see
@GabrieleIuzzolino4 ай бұрын
Birds are not real bro
@henryclay2106 Жыл бұрын
I'm learning about probability density functions (pdf) and cumulative distribution functions (cdf) this week in class. I didn't realize how applicable statistics is to programming.
@holthuizenoemoet591 Жыл бұрын
It's really essential in for example state-of-the-art machine learning. For example, the commonly used SoftMax function is used to turn an arbitrary vector into a pd.
@robertoparreiras2369 Жыл бұрын
Without any doubt, the best videos on scientific applications of Python. Thank you very much.
@slvfelix Жыл бұрын
Great explanation. Also love the basic ones such as the class video from zero. Please do more of those!
@martinzapata7289 Жыл бұрын
Great explanation! Just in time before a lab session where I’ll have to do nonlinear fitting
@SubhadipDas1 Жыл бұрын
You should do a tutorial on Lmfit. It's really advanced and built on top curve fit.
@phunmaster2000 Жыл бұрын
at 11:01, are the parameters in the formula for a normal distribution flipped?
@MrPSolver Жыл бұрын
Ah yes, good catch!
@StasFainer Жыл бұрын
Great content! Hope that you'll continue making more of these videos :)
@matteopiccioni19611 ай бұрын
Nice 1. what if using the KDE instead the χ^2 to find the pdf of a set of data, sometimes distributed differently and with some "outliers"? 2. Why not to use the sklearn to fit quite automatically (without specifying the curve fit equation ) a set of data?
@frankkoslowski69176 ай бұрын
It was discovered that plt.errorbar() does not tolerate any native yerr_data! Thus, your code needed to be modified as seen here: yerr_data = np.abs(0.1*np.random.randn(len(x_data))) YERROR MUST ALWAYS BE POSITIVE TO AVOID TRACEBACK ERRORS!
@sirlimonada28 ай бұрын
What if I don't have an error for each point?
@GabrieleIuzzolino4 ай бұрын
Thank you! Your tutorials are very clear and useful!
@MrR3KK Жыл бұрын
Awesome, simply a bull's eye explanation
@sivadeepak4323 Жыл бұрын
Can you please do a video on linear programming in python with PULP library !!!
@divyanshshrimali2651 Жыл бұрын
It raised an error even for error bar graph saying: ValueError: 'yerr' must not contain negative values
@gabrielzinatorosa3024 Жыл бұрын
I Imagine Billy trying to do this. Poor Billy. Not that I would do much better before watching the video 😅