Importing in Python
8:24
2 жыл бұрын
What is broadcasting in numpy?
10:26
2 жыл бұрын
Beating bookmakers with linear models
26:44
Beating the bookies with logit
22:26
2 жыл бұрын
Functions in Python
11:09
2 жыл бұрын
Order Statistics in Python
20:32
3 жыл бұрын
Solving Bayesian Games with Python
16:13
Intro to Matlab Live Scripts
8:29
7 жыл бұрын
Lecture 21: Random Forests
7:28
7 жыл бұрын
Lecture 21: Bagging
6:05
7 жыл бұрын
Lecture 21: Regression Trees
11:23
7 жыл бұрын
Lecture 21: LASSO
12:56
7 жыл бұрын
Nonparametric Kernel regression
8:24
Nonparametric Sieve Estimation
5:26
7 жыл бұрын
Kernel Density Estimation
4:17
7 жыл бұрын
Пікірлер
@ruanvermeulen7594
@ruanvermeulen7594 23 сағат бұрын
Wow! Speak of clear straightforward!
@AssafZipori-g4d
@AssafZipori-g4d Ай бұрын
Thank you for this great video!!! Can you please provide a reference for this procedure?
@tallyskalynkafeldens1753
@tallyskalynkafeldens1753 3 ай бұрын
Great explanation! Thank you very much!
@areejareej281
@areejareej281 5 ай бұрын
Is kernel regression is another name of kernel ridge regression?
@aidansloyan1373
@aidansloyan1373 7 ай бұрын
Really awesome !
@mokus603
@mokus603 8 ай бұрын
Thank you for your time and effort! This is such a good video and while you're talking about the regression part, you didnt skip explaining parts of the code with examples (numpy vectors, shapes, etc.)
@iyasudiro7371
@iyasudiro7371 10 ай бұрын
❤❤❤❤❤
@yurisantos9251
@yurisantos9251 11 ай бұрын
Foud iddle!
@maxinavarrette
@maxinavarrette Жыл бұрын
Hi thanks for the video. I am wondering if you could offer a more rigorous explanation for why one needs to include h_outer & h_inner for the 2nd derivative? I understand linear and quadratic approximations quite well, but i am having trouble translating my knowledge to python
@superpronker
@superpronker 11 ай бұрын
I can't find a good source as it stands right now, so the best I Cana do is to point you to the arguments for the first derivative (en.wikipedia.org/wiki/Numerical_differentiation) and then to note that: taking a 2nd derivative is like taking a 1st derivative twice. Suppose the original function has (almost) no numerical noise; the 1st derivative is numerical, so it will have a fair bit more noise. Therefore, when we are choosing the step size for the 2nd derivative, the tradeoff between "numerical precision / roundoff errors" versus "analytical precision / finite difference error" is affected - we have to lean more to the side of avoiding numerical errors, which we do by taking a larger (coarser) step size. Hope this helps.
@user-fe6vi3yg8i
@user-fe6vi3yg8i Жыл бұрын
This is fantastic! Thanks so much for the detailed explanations! Quick follow up query. The method at the beginning, compute_full_matrix, doesn't seem to be a part of the bimatrix source. Could you kindly confirm where to find that implementation? When I checked out William Spaniels video, not sure if I missed it, but got no reference to the python code of this method there...
@superpronker
@superpronker Жыл бұрын
Thanks, glad you enjoyed. The function is inside this notebook towards the top: github.com/GamEconCph/Lectures-2021/blob/main/Bayesian%20Games/BNE.ipynb
@user-fe6vi3yg8i
@user-fe6vi3yg8i Жыл бұрын
@@superpronker Awesome! Once again, thanks so much for your time and efforts in teaching this! I believe I hadn't toggled to the Code's tab in the notebook at the time, and missed it. The default in github is to show the Preview tab, trivial, but easy to miss. Still new to Jupyter, so thanks for hand-holding!
@leoWorldBestGamer
@leoWorldBestGamer Жыл бұрын
GREAT VIDEOS!!!!!!!
@Justin-zw1hx
@Justin-zw1hx Жыл бұрын
excellent explanation
@iamZANIX
@iamZANIX Жыл бұрын
Thanks
@skipperkongen
@skipperkongen Жыл бұрын
Rigtigt god video, tak!
@blyat.vovisss6227
@blyat.vovisss6227 Жыл бұрын
Thank you<3
@joramotorsportteam3277
@joramotorsportteam3277 Жыл бұрын
Which soft U use?
@superpronker
@superpronker Жыл бұрын
Python with Jupyter lab.
@joramotorsportteam3277
@joramotorsportteam3277 Жыл бұрын
Where I can get info for understanding step by step!!!!?
@joramotorsportteam3277
@joramotorsportteam3277 Жыл бұрын
Where U get this localhost server?
@joramotorsportteam3277
@joramotorsportteam3277 Жыл бұрын
Where is step by step to this localhost?
@superpronker
@superpronker Жыл бұрын
I'm not sure I understand your question? It sounds like there are some basics about hosting a Jupyter server on localhost that you may be confused about. I recommend you google "localhost" (e.g. read this stackoverflow.com/questions/65158019/what-does-local-host-8888-token-in-jupyter-notebook-mean-in-layman-terms-http)
@joramotorsportteam3277
@joramotorsportteam3277 Жыл бұрын
Where is the script code?
@superpronker
@superpronker Жыл бұрын
I'm afraid I can't share the dataset publicly. But if you send me an email, I can send you the Jupyter notebook with the code.
@saleem2380
@saleem2380 Жыл бұрын
Im having some trouble importing bimatrix, any help?
@saleem2380
@saleem2380 Жыл бұрын
@@superpronker thanks a lot, I am new to Python and thought it was a standard library so was trying to 'pip install' it
@saleem2380
@saleem2380 Жыл бұрын
@@superpronker Do you by any chance know how in python I can find a 3 or more player nash equilibrium? Any advice is much appreciated
@jokmenen_
@jokmenen_ Жыл бұрын
Finally understood deriviations because of this lmao. Thanks Anders!
@mohamedgaal5340
@mohamedgaal5340 Жыл бұрын
Thank you so much for this video. I struggled to understand quantile regression from other videos.
@WilliamAbbey-Abbey
@WilliamAbbey-Abbey Жыл бұрын
thank you very much for the explanation ....
@darkswordsmith
@darkswordsmith Жыл бұрын
This is very similar to savitzky golay filter, no?
@jameschen2308
@jameschen2308 Жыл бұрын
amazing
@elfmas
@elfmas Жыл бұрын
So concise thank you!!
@ZinzinsIA
@ZinzinsIA Жыл бұрын
concise and clear, yet enough to better understand and get an intuitive sense of what's joing on here. Thanks !
@demetriusdemarcusbartholom8063
@demetriusdemarcusbartholom8063 Жыл бұрын
ECE 449 UofA
@priyankagautam4932
@priyankagautam4932 Жыл бұрын
Hi, where can we get the pdf for the notes used in this video ? Thanks
@yusufabdullah8081
@yusufabdullah8081 2 жыл бұрын
Pls guide us about censored regression model and Truncated Regression Model
@yusufabdullah8081
@yusufabdullah8081 2 жыл бұрын
Thanks for the videos. Helps me to get rid of Tobit model
@beajinsu
@beajinsu 2 жыл бұрын
Where Can I get clogit function?
@notyouraveragecat97
@notyouraveragecat97 Жыл бұрын
stata
@pranjalchaubey
@pranjalchaubey 2 жыл бұрын
Watching this in 2022......brilliant explanation!
@yunsunpark5375
@yunsunpark5375 2 жыл бұрын
Hello, professor! In the last part of the video, "MNL with dispersion", shouldn't the right side of the inequality be "beta_h * x_i", not "beta_h * x_h"? Thanks for the video, by the way. It's really helpful!
@emmanuelambriz7724
@emmanuelambriz7724 2 жыл бұрын
How did you simulate this data?
@haticecicek5415
@haticecicek5415 2 жыл бұрын
Hello, how can I do an optimization solution without using ready-made code?
@regularviewer1682
@regularviewer1682 2 жыл бұрын
This is absolutely fantastic! Is there anywhere I can find this code? Would love to practice with it. Thanks for uploading :)
@Bedguys
@Bedguys 2 жыл бұрын
Hello Anders! I can't access the code's github, Do you have it anywhere else? I would really apreciate it! cheers.
@superpronker
@superpronker 2 жыл бұрын
It should work again now. I updated the code a bit, however, so you can find an updated version here github.com/GamEconCph/2022-lectures/tree/main/Bayesian%20Games. Also, I did a simplified version of the video here: kzbin.info/www/bejne/iGG6on16m8mhrck
@khuramkhan3645
@khuramkhan3645 2 жыл бұрын
can you please share your matlab code for understanding and practicing what you showed on graphs. thanks
@piyushkant1921
@piyushkant1921 2 жыл бұрын
bulls eye
@StratosFair
@StratosFair 2 жыл бұрын
Thank you for this nice lecture, it is very clear. What is the beamer theme you use ? It looks great !
@nami1540
@nami1540 2 жыл бұрын
Can you give some background on what the standard deviation of the MSE is and why one would choose lambda at that position?
@jianzhang9157
@jianzhang9157 2 жыл бұрын
Great!Thanks
@Josefk40
@Josefk40 2 жыл бұрын
Thank you for explaining so well these complicated concepts
@endiabebe7494
@endiabebe7494 2 жыл бұрын
Thank you so much for sharing this video. It is really helpful. I want to apply a fixed-effect model with my own regression model. I want to use your as a base, but I couldn't see your panel data(file). Besides, I don't understand how you use the independent variable (X) with NumPy.ones if it has some panel data. Thank you for your help!
@diyarlazgin1878
@diyarlazgin1878 2 жыл бұрын
where is codes bro to use them at my data
@emredunder9108
@emredunder9108 2 жыл бұрын
Thanks for the video. But I would like to ask, whether if we can find the exact bias in lasso? Best regards.
@AmitKumar-iq4be
@AmitKumar-iq4be 2 жыл бұрын
Thanks for an excellent video. Can u kindly share the code used in this video?
@superpronker
@superpronker 2 жыл бұрын
Sure: github.com/GamEconCph/Lectures-2021/tree/main/Bayesian%20Games
@parisahamed1794
@parisahamed1794 2 жыл бұрын
@@superpronker Hi, this link didn't work. Thanks for the video. I can't access the code's Github, Do you have it anywhere else?
@superpronker
@superpronker 2 жыл бұрын
@@parisahamed1794 It should work again now. I updated the code a bit, however, so you can find an updated version here github.com/GamEconCph/2022-lectures/tree/main/Bayesian%20Games. Also, I did a simplified version of the video here: kzbin.info/www/bejne/iGG6on16m8mhrck
@parisahamed1794
@parisahamed1794 2 жыл бұрын
@@superpronker Thank you so much.