I used 18.06 to learn the linear algebra necessary to prepare for further study in machine learning. It was sufficient for that purpose, (I got a B and an A in CMU's 10-601 and 10-605 ML courses, respectively) but this 18.065 course is more specifically geared for that purpose. The companion book is quite good, as well.
Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
11–20 of 24 posts
Re: Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
#12I skipped to the end and watched Alan Edelman’s talk on Julia. https://youtu.be/rZS2LGiurKY Alan (co-author of Julia) mentions that only Swift and Julia make the cut for ML, according to Google. I do like Swift and I’m willing to learn Julia, but most of the ML I see uses Python. Is there any traction for Julia or Swift, or is it mostly aspirational at the moment?
Google has thousands of developers writing Python for ML every day. TF is in Python, and remains in Python.
Chris Lattner (the creator of Swift at Apple) joined the Tensorflow team and is working on futuristic approaches to compiling ML programs. He (personally) evaluated a bunch of languages for next-gen and decided Swift is the right one. So he has a small team of folks working on that project exploring how Swift can be used. That's very far from any official decision of Google on anything. Google has people writing ML in Java, C++, Python, Haskell, Lua and Javascript as well.
Re: Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
#13Earlier quoted context omitted.
I just watched the video and the presenter makes it clear that Google picked Swift ultimately and eliminated Julia from evaluation in previous knockout rounds. I don't use either and to be honest was surprised that their original set of languages evaluated was C++, Rust, Julia and Swift. Seems like an odd list of languages to start with when discussing ML.
You are saying something completely different. Google ultimately picked one language to support. That doesn’t disqualify Alan’s point about Julia. I found these slides that look like Alan’s from a different talk. The first slide was his point: https://arpa-e.energy.gov/sites/default/files/2a%20-%20Edelm...
I believe this[0] is the "study" the presenter is summarizing, which further makes it clear that Julia did not in fact "make the cut". Put another way, if we are going to argue that Google said Julia makes the cut, we could just as easily make the argument that Rust and C++ made the cut.
[0] https://github.com/tensorflow/swift/blob/master/docs/WhySwif... w
Re: Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
#14I skipped to the end and watched Alan Edelman’s talk on Julia. https://youtu.be/rZS2LGiurKY Alan (co-author of Julia) mentions that only Swift and Julia make the cut for ML, according to Google. I do like Swift and I’m willing to learn Julia, but most of the ML I see uses Python. Is there any traction for Julia or Swift, or is it mostly aspirational at the moment?
Just to be clear, the "according to Google" part is completely off. Google has thousands of developers writing Python for ML every day. TF is in Python, and remains in Python. Chris Lattner (the creator of Swift at Apple) joined the Tensorflow team and is working on futuristic approaches to compiling ML programs. He (personally) evaluated a bunch of languages for next-gen and decided Swift is the right one. So he has…
Here’s the evaluation we are discussing:
https://github.com/tensorflow/swift/blob/master/docs/WhySwif...
HN comments:
Re: Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
#15I skipped to the end and watched Alan Edelman’s talk on Julia. https://youtu.be/rZS2LGiurKY Alan (co-author of Julia) mentions that only Swift and Julia make the cut for ML, according to Google. I do like Swift and I’m willing to learn Julia, but most of the ML I see uses Python. Is there any traction for Julia or Swift, or is it mostly aspirational at the moment?
I just watched the video and the presenter makes it clear that Google picked Swift ultimately and eliminated Julia from evaluation in previous knockout rounds. I don't use either and to be honest was surprised that their original set of languages evaluated was C++, Rust, Julia and Swift. Seems like an odd list of languages to start with when discussing ML.
Because Google is fairly well known for being a “decide as late as possible, often after multiple competing options from different teams are in place and being used in real signifcant applications” organization.
Re: Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
#16Re: Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
#17Earlier quoted context omitted.
Just to be clear, the "according to Google" part is completely off. Google has thousands of developers writing Python for ML every day. TF is in Python, and remains in Python. Chris Lattner (the creator of Swift at Apple) joined the Tensorflow team and is working on futuristic approaches to compiling ML programs. He (personally) evaluated a bunch of languages for next-gen and decided Swift is the right one. So he has…
Alan’s words, not mine. Here’s the evaluation we are discussing: https://github.com/tensorflow/swift/blob/master/docs/WhySwif... HN comments: https://news.ycombinator.com/item?id=19129641
Don't mistake the evaluation of an entire company with one person's opinion. In general, large companies and especially Google have parallel teams solving the same problems in different ways, and many new approaches pop up over time. The vast majority either dies or finds a small niche somewhere.
It's understandable that the author of Swift will think his language is the best for X. It's also understandable that one of the creators of Julia will find any opportunity to toot their horn. That's how the industry goes. None of this should be taken as a formal endorsement by a large company, simply because such endorsements are exceedingly rare. Consider the fact that Google created several programming languages by now (including popular ones like Go), but it still has thousands of coders writing millions upon millions of LOC of new Java code every year.
Re: Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
#18Earlier quoted context omitted.
I just watched the video and the presenter makes it clear that Google picked Swift ultimately and eliminated Julia from evaluation in previous knockout rounds. I don't use either and to be honest was surprised that their original set of languages evaluated was C++, Rust, Julia and Swift. Seems like an odd list of languages to start with when discussing ML.
Is it “Google” or a single permission-to-fail R&D team at Google headed by the creator of Swift that focussed on languages with features like those of Swift and ultimately settled on Swift? Because Google is fairly well known for being a “decide as late as possible, often after multiple competing options from different teams are in place and being used in real signifcant applications” organization.
Re: Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
#19I skipped to the end and watched Alan Edelman’s talk on Julia. https://youtu.be/rZS2LGiurKY Alan (co-author of Julia) mentions that only Swift and Julia make the cut for ML, according to Google. I do like Swift and I’m willing to learn Julia, but most of the ML I see uses Python. Is there any traction for Julia or Swift, or is it mostly aspirational at the moment?
Curious what your source for "make the cut" is. I have my own interpretation, but would like to see the original.
... written by Chris Lattner when he joined Google Brain and found Python lacking as a language for doing ML work. He evaluated a bunch of alternatives and decided that Swift would be a good choice, so he's now working with a team to explore that.
As far as Google at large is concerned, there was no cut of anything. Google keeps producing new ML code in Python and new ML frameworks in Python on a daily basis
Re: Gilbert Strang's New Course on Linear Algebra+ for ML Now Online
#20Strang is an excellent lecturer - his videos for 18.06 (Linear Algebra) were instrumental for me in relearning the subject matter more than twenty years after I last studied it. I used 18.06 to learn the linear algebra necessary to prepare for further study in machine learning. It was sufficient for that purpose, (I got a B and an A in CMU's 10-601 and 10-605 ML courses, respectively) but this 18.065 course is more s…