1626298980
Eleventh episode in a series where we dive into The Rust Programming language! This time we went through some Rustlings exercises
https://github.com/rust-lang/rustlings
We cover variables, strings, structs, primitives, functions, conditionals, collections and more!
– Watch live on Tuesday nights from 9pm - 11pm Eastern at https://twitch.tv/tommcgurl
#rust #rustlings
1626298980
Eleventh episode in a series where we dive into The Rust Programming language! This time we went through some Rustlings exercises
https://github.com/rust-lang/rustlings
We cover variables, strings, structs, primitives, functions, conditionals, collections and more!
– Watch live on Tuesday nights from 9pm - 11pm Eastern at https://twitch.tv/tommcgurl
#rust #rustlings
1626306600
Eleventh episode in a series where we dive into The Rust Programming language! This time we went through some more Rustlings exercises
https://github.com/rust-lang/rustlings
We cover the exercises for Macros, the Option type, the Result Type, move semantics, error handling and clippy!
– Watch live on Tuesday nights from 9pm - 11pm Eastern at https://twitch.tv/tommcgurl
#rust #rustlings
1626320940
Fourteenth episode in a series where we dive into The Rust Programming language! This time we finished up the last of the Rustlings exercises!
https://github.com/rust-lang/rustlings
We cover the exercises for Conversions!
– Watch live on Tuesday nights from 9pm - 11pm Eastern at https://twitch.tv/tommcgurl
#rust #rustlings
1626313920
Thirteenth episode in a series where we dive into The Rust Programming language! This time we went through some more Rustlings exercises
https://github.com/rust-lang/rustlings
We cover the exercises for Arc, Box, Traits, Generics and Iterators!
– Watch live on Tuesday nights from 9pm - 11pm Eastern at https://twitch.tv/tommcgurl
#rust #rustlings
1598891580
Recently, researchers from Google proposed the solution of a very fundamental question in the machine learning community — What is being transferred in Transfer Learning? They explained various tools and analyses to address the fundamental question.
The ability to transfer the domain knowledge of one machine in which it is trained on to another where the data is usually scarce is one of the desired capabilities for machines. Researchers around the globe have been using transfer learning in various deep learning applications, including object detection, image classification, medical imaging tasks, among others.
#developers corner #learn transfer learning #machine learning #transfer learning #transfer learning methods #transfer learning resources