[10x12] How to use Arrays in Julia
15:01
[10x05] How to install VS Code
2:19
Пікірлер
@broadwaybrian
@broadwaybrian 25 күн бұрын
Thanks Doggo! I have a video idea for you: I would love to learn about creating presentations/slides in Julia w/ interactivity and not. I see there are options, e.g., Pluto, Reveal.js, Vscode plugin, etc.
@pearandachair
@pearandachair Ай бұрын
you are the best! thank you for doing god's work
@siyisoy
@siyisoy Ай бұрын
Fantastic video and channel. Thanks.
@lucalanzilao8099
@lucalanzilao8099 Ай бұрын
your tutorials are incredible! Thank you
@lucalanzilao8099
@lucalanzilao8099 Ай бұрын
Incredible tutorials! Never seen something better than this, in any subject. Keep up the good work, and thanks!
@neoares4740
@neoares4740 Ай бұрын
thanks for sharing
@standard_output
@standard_output Ай бұрын
then you take your newly learned NN home, happy it has now learned from the data. You start to play around with it and then you let the time progress beyond the set of data that was initially used, the model quickly separates of the reality. So for time evolving systems like physical system, this is of no help. at least no more than linear regresion or multiobjective optimization
@darkside3ng
@darkside3ng Ай бұрын
saved my day!!! :)
@DrunkenUFOPilot
@DrunkenUFOPilot Ай бұрын
I find those sliders annoyingly short, making it impossible to set an exact number that should be reachable. In case anyone else wants to make the sliders longer, the trick is to enter this into a cell anywhere in the notebook: html""" <style> input[type*="range"] { width: 400px; } </style> """ Instead of 400px or some other value like that, you could put 100% for the longest sliders fitting a cell.
@gerardpuche
@gerardpuche 2 ай бұрын
calculators work man
@ChengyiWang-x5t
@ChengyiWang-x5t 2 ай бұрын
greater than julia official tutorial ❤
@nonamedyet
@nonamedyet 2 ай бұрын
Your videos are very well done. Thanks a lot for all your effort!!! PS: I've seen that your videos are already being referenced in some Julia projects, like RxInfer.jl!!
@simplarmaths
@simplarmaths 2 ай бұрын
Can I use Julia to make animated mathematical functions? Like manim kinda stuff?
@Heisenberg-pr1hk
@Heisenberg-pr1hk 2 ай бұрын
some of your codes does not work in my vscode. for example in the while loop example I get scope error so I have to define local-global variable or create function and use the while loop in that function.
@JaitraSaketh-jf3if
@JaitraSaketh-jf3if 3 ай бұрын
bro can u please unhide the videos in this playlist? they're really helpful
@Heisenberg-pr1hk
@Heisenberg-pr1hk 3 ай бұрын
why nobody download julia from its site ? does not necessary ? we do mingw for C.
@BadBakh
@BadBakh 3 ай бұрын
Your video and teaching quality is high asf ty for spending this time and teach us the future
@coriollis
@coriollis 3 ай бұрын
Hello, great video! Scientist here (just finished undergrad in physics, writing up my thesis about cosmology, preparing for master's soon). Some professors in my uni teach computational physics in Fortran (hybrid old/new style), my supervisors use it a lot, and I ported their code to standard-conforming F2008. I love the language, but of course I wouldn't be here if I didn't think we should consider switching to Julia!
@chitnat
@chitnat 3 ай бұрын
Hello, the video on SVM is not available. Could you please upload it?
@vikaspoddar001
@vikaspoddar001 3 ай бұрын
We need a combined video for all other playlist also
@arslanulhaq2806
@arslanulhaq2806 3 ай бұрын
Great channel for learning Julia ! Great Job !
@jayantnema9610
@jayantnema9610 3 ай бұрын
very wholesome :3
@kailukowiak
@kailukowiak 3 ай бұрын
These videos are so great. Thanks 🙏
@pabloquijano604
@pabloquijano604 3 ай бұрын
doggo i love u
@Priyanka-q2x
@Priyanka-q2x 3 ай бұрын
can we use julia for pattern recognition and finding trends based on it with help of ML on a time series data?
@kings9469
@kings9469 3 ай бұрын
wish i found you when i was learning C. great explanation and great examples, plus awesoe job with the memes. if you ever drop a [ython course, youd be doing us all a favor
@alperyldrm4788
@alperyldrm4788 3 ай бұрын
Thanks man! Great content, as always.
@slasotek
@slasotek 3 ай бұрын
Cool to learn about CxxCall.jl. I didn't know about it before. However, the last example is not a good example of OOP in C++. The speak() method is a classic example of method overloading, and in this simple example it works because we call it directly. speak() should be virtual. Then if there is a method defined in Pet that calls the speak() method, it will call speak() in Dog from the Dog class and in Cat from the Cat class. In the version from the example, the method inherited from Pet will always call the original one from the Pet class and not from the descendants.
@HrishiHarsora-qn5cs
@HrishiHarsora-qn5cs 3 ай бұрын
Absolutely loved this
@cronusciller2124
@cronusciller2124 3 ай бұрын
I tried doing this but my vscode would not evaluate and said it "cannot read properties of undefined (reading 'file')" and at the bottom of my screen where your screen said julia env v1.9, mine has been saying loading for a few minutes now.
@somjrgebn
@somjrgebn 4 ай бұрын
I really liked your breakdown of the reasons for programming languages. As someone more from a engineering heavy background, I've seen the following to be true: Critical engineering (mistakes and resource consumption can have life or financially altering consequences): - C/C++ - Rust - Maybe Java - Verilog/VLSI - MATLAB/Simulink for system design that can be ported as code to real hardware. Playful engineering (resources don't matter, and what you build isn't the most critical thing): - Python (not MOJO, though, they've lied on their benchmarks). - Javascript - Ruby - PHP Critical research: - C/C++ - Julia - MATLAB, though I'm seeing Julia replacing it long-term. - STAN (for statistics stuff) - R As an engineer who has seen work for well over two decades, C/C++, Rust, and Julia are pretty safe bets. I know python too, but I've rarely seen it become production code for critical applications, only businesses with more money than they likely deserve (like the FAANGS). I could see someone using at least two of these for the rest of their careers regardless of the economic situation, though, engineering or not. Best of luck everyone, programming can be very fun. And if you love mathematics like me, you'll love Julia.
@6PrettiestPics
@6PrettiestPics 4 ай бұрын
More please. Loving these tutorials.
@purkusutube9064
@purkusutube9064 4 ай бұрын
very helpful series. gonna watch your other tutorials also. Thanks a lot for arranging this.
@6PrettiestPics
@6PrettiestPics 4 ай бұрын
Please sir, may I have another?
@Scudmaster11
@Scudmaster11 4 ай бұрын
4:39 you forgot love2d
@6PrettiestPics
@6PrettiestPics 4 ай бұрын
More tutorials, please!
@6PrettiestPics
@6PrettiestPics 4 ай бұрын
How do we get more of these videos?
@alexeyseisdedolosa4075
@alexeyseisdedolosa4075 4 ай бұрын
Great Video..!!!! Thanks a lot..!!!!
@MAYANKSHEKHAR-yj5st
@MAYANKSHEKHAR-yj5st 4 ай бұрын
🙏🙏🙏🙏🙏🙏🙏🙏
@KrishnaBanarasi
@KrishnaBanarasi 4 ай бұрын
Hey @doggodotjl Which tool do you use to make these tutorials?
@classicguy7813
@classicguy7813 4 ай бұрын
Your tut is solid, why mojo is a mess and keeps people busy with basic linear equations examples
@classicguy7813
@classicguy7813 4 ай бұрын
Mojo keeps saying it's 35k x faster and whenever I try it there is nothing back propagation, k value or sth related to AI
@stephenlee8275
@stephenlee8275 4 ай бұрын
Would you mind if I transport your tutorial to bilibili with copyright information?
@doggodotjl
@doggodotjl 4 ай бұрын
Please do not reupload my videos onto BiliBili, or any other platform. If you'd like to share my content, please consider doing so by using one of the available options from KZbin, or by providing a link to my KZbin channel. With that said, I thank you for your interest and I thank you for the courtesy of your request. Cheers!
@sssbbb5423
@sssbbb5423 4 ай бұрын
if you use Node(data) and got error try Observable(data)
@TheKyprosGaming
@TheKyprosGaming 4 ай бұрын
The end Scared me 🤣