Let’s Write a Pipeline - Machine Learning Recipes #4
In this episode, we’ll write a basic pipeline for supervised learning with just 12 lines of code. Along the way, we'll talk about training and testing data.
513 129
25.7
Google I/O 2008 - An Introduction to Android
An Introduction to Android Jason Chen Android is the Open Handset Alliance's mobile software platform.
511 973
512.1
Google I/O 2011: YouTube's iframe Player: The Future of Embedding
Jeffrey Posnick, Jarek Wilkiewicz, Greg Schechter YouTube players allow for video playback in web applications.
490 021
196
How to train an Image Classifier with TensorFlow for Poets - Machine Learning Recipes #6
Monet or Picasso? In this episode, we’ll train our own image classifier, using TensorFlow for Poets.
481 110
26.9
Hero (Flutter Widget of the Week)
Hero transitions are a common UI pattern. They let the user know that they changed screens, while keeping the focus of the interaction front and center.
479 932
28.2
Expanded (Flutter Widget of the Week)
Expand your knowledge of Flutter with the Expanded widget! Flutter’s Expanded changes the constraints sent to children of rows and columns, instructing them to fill the available space.
478 459
38.3
Wrap (Flutter Widget of the Week)
When you run out of room in your rows and columns, try Wrap instead! The Wrap widget lays out its children like a row or column, but when it runs out of room, it wraps to the next line.
465 887
34.6
Obtaining a developer key for the YouTube Data API v3 and the Analytics API
This tutorial demonstrates how to create a project in the Google API console and enable the YouTube Data and Analytics APIs for use with the YouTube API sample code.
464 109
315.3
Recent additions to SliverAppBar (Flutter Widget of the Week)
Fancy, animated headers that change or disappear as your scroll are all the rage! With SliverAppBar, it’s easy to implement one in your app.
463 938
36.5
A.I. Experiments: A.I. Duet
to learn more. This experiment lets you make music through machine learning. A neural network was trained on many examples and it learns about musical concepts, building a map of notes and timings.
461 775
31.4
Google I/O 2010: Google TV Keynote - Introducing Google TV
Due to licensing and permissions issues, we are unable to show the full Google TV demonstration from the Day 2 keynote at Google I/O.
438 803
440.1
Your First Script - Apps Script Tutorials
In this Video Tutorial, Arun Nagarajan shows you how to write your first Apps Script. The full tutorial and code are available here: developers.google.com/apps-script/your_first_script
436 867
122.1
AnimatedContainer (Flutter Widget of the Week)
You can code up animated changes yourself with explicit animations, or you can let Flutter animate them for you!
431 807
38.9
What is Google Apps Script?
Google Apps Script is a cloud based development platform for extending Google services and creating web applications. Watch this video to get an overview of Google Apps Script.
415 116
204
PageView (Flutter Widget of the Week)
If you like having one great looking screen on Flutter, imagine what having a bunch of swipeable screens would be like!
413 514
34.9
Google I/O 2012 - SQL vs NoSQL: Battle of the Backends
Ken Ashcraft, Alfred Fuller Google App Engine now offers both SQL and NoSQL data storage -- but which is right for your application?
404 378
51.7
SliverList & SliverGrid (Flutter Widget of the Week)
If you want a list and a grid to scroll together, or another cool and complex scrolling effect, SliverList and SliverGrid are just what you need!
397 163
46.4
The Go Programming Language Promo
A short promotional video about the Go Programming Language presented by Russ Cox.
392 191
289.4
Google I/O 2018 Keynote in 10 minutes
CEO Sundar Pichai lays out the roadmap for the company’s future and highlights some of the most important product announcements at Google I/O 2018.
379 281
17.5
Writing Our First Classifier - Machine Learning Recipes #5
Uncover the intricacies of creating our first classifier from the ground up, making this tutorial an essential milestone for newcomers to the field.
365 667
26.9
Google I/O 2009 - Performance Tips for Geo API Mashups
Google I/O 2009 - Performance Tips for Geo API Mashups Pamela Fox, Marcelo Camelo, Sasha Aickin -- Contents -- 0:10 - Performance Tips Intro 0:50 - Why Performance Matters 1:42 - Loading the
362 858
1778
Google I/O 2011: Keynote Day 2
Google I/O 2011 - Keynote Day 2: Chrome Day kicked off with the announcement that Chrome is now at 160M active users, up from 70M last year.
356 413
78.7
Google Chrome Developer Tools: 12 Tricks to Develop Quicker
In this video, Paul Irish, a Chrome developer advocate, presents 12 tips and tricks on how to use Chrome's developer tools. To learn more visit code.google.com/chrome/devtools
354 997
82.3
Introducing Dart
The Dart project includes a modern scalable language, libraries, and tools to help developers build large complex web applications.
346 910
28.4
Google I/O 2009 - ...Make your Android UI Fast and Efficient
Google I/O 2009 - Turbo-charge your UI: How to Make your Android UI Fast and Efficient Romain Guy Learn practical tips, techniques and tricks for making your Android applications fast and
343 620
151.4
Project IDX: Full-stack application development with generative AI
The Google application development ecosystem has a various amount of platforms and tools that you can utilize to build apps, but what if there was one central location where you can streamline
337 203
10.8
FutureBuilder (Flutter Widget of the Week)
Got a Future and need some widgets to display its value? Try FutureBuilder!
333 052
33.2
How Stateful Widgets Are Used Best - Flutter Widgets 101 Ep. 2
What is a stateful widget? What is the difference between stateful and stateless widgets? How do state objects work? In episode 2 of Flutter Widgets 101, Andrew Brogdon answers these questions.
330 936
27.3
StreamBuilder (Flutter Widget of the Week)
Apps today are highly asynchronous, and Dart streams are a great way to manage async data. How do you build widgets that can keep up with a stream's continuous flow of data? Try a StreamBuilder!
329 015
27.8