Introduction to Julia - Part 1 | SciPy 2014 | David Sanders

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024

ความคิดเห็น • 20

  • @dejohnny2
    @dejohnny2 8 ปีที่แล้ว +4

    This was absolutely fantastic!

  • @JamesSKim
    @JamesSKim 10 ปีที่แล้ว +3

    2014, there is Julia lecture in scipy

  • @RavinderRam
    @RavinderRam 7 ปีที่แล้ว

    Julia is build for developer so learn julia. You can write high performance code in one language. If you see around machine learning library
    Tensorflow - written in C++ & cuda with python interface
    Torch - written in C++ with python interface
    Microsoft cntk - written in C++ with python interface
    Caffe - written in C++ with python interface.....etc

  • @chrishokamp5790
    @chrishokamp5790 9 ปีที่แล้ว +4

    i had to run the julia repl and type `Pkg.add("IJulia")` to get `ipython notebook --profile julia` to work

  • @MarcinKonarski
    @MarcinKonarski 7 ปีที่แล้ว +6

    "C++ is slower than Julia" that is how far I could go.

    • @ther6989
      @ther6989 6 ปีที่แล้ว +1

      not slower, but look up the benchmarks and also test it for yourself. It's close

  • @MrTweetyhack
    @MrTweetyhack 8 ปีที่แล้ว

    How fast is python after running it through LLVM?

  • @theRECONN
    @theRECONN 6 ปีที่แล้ว

    8:43 How to get that cool github theme? Is it an extension on chrome?

  • @Tapajara
    @Tapajara 8 ปีที่แล้ว +3

    Since modern day C compilers are considered to generate code that has a speed that is within a small percent of the theoretical fastest a machine can go (as compared to good assembly) then this guy is claiming that Julia code runs faster than the machine is capable of. This guy is not telling the truth.

  • @XiaodongQi
    @XiaodongQi 9 ปีที่แล้ว

    Hi, can you use the Creative Commons licence for this video? I would like to repost this video on local channels where TH-cam is not watchable. Thanks.

  • @jaytrivedi29
    @jaytrivedi29 7 ปีที่แล้ว

    Can we read write and edit data from excel?
    I tried ExcelReadres.jl, but it is not working properly.
    Let me know in case of anything is ther.

  • @LeoGalP
    @LeoGalP 10 ปีที่แล้ว

    Are you going to upload the rest of the conference?

    • @enthought
      @enthought  9 ปีที่แล้ว

      Hi LeoGalP - there is a playlist with all of the talks and tutorials for #scipy2014 here: th-cam.com/play/PLYx7XA2nY5GfuhCvStxgbynFNrxr3VFog.html

    • @LeoGalP
      @LeoGalP 9 ปีที่แล้ว

      Thanks!

  • @twistercarlos1
    @twistercarlos1 9 ปีที่แล้ว +3

    python python python python python python

  • @enthought
    @enthought  10 ปีที่แล้ว +4

    All of the conference videos are now uploaded to the SciPy 2014 Conference playlist at: th-cam.com/play/PLYx7XA2nY5GfuhCvStxgbynFNrxr3VFog.html

  • @yoddha24
    @yoddha24 7 ปีที่แล้ว

    My book on julia: www.amazon.com/dp/1521233411

  • @MrSteniorod
    @MrSteniorod 9 ปีที่แล้ว +1

    this "guy is dreadful... no installation structures, no deep understanding about the benefits of the language, etc..

  • @primitivoroman327
    @primitivoroman327 8 ปีที่แล้ว

    why not promote 10^19 to Int128?