- Data validation creating data from URL
- When do you need data from URL? Maps, getting shapes for maps
Your byte size news and commentary from Silicon Valley the land of startup vanities, coding, learn-to-code and unicorn billionaire stories.
Ad
Wednesday, April 3, 2019
Getting Started with Automated Data Pipelines, Day 2: Validation and URL...
Kaggle Challenge (LIVE)
- Architecture: UNet
- Use Google Colab to avoid dependent
- Salt correlated with oil and gas where salt is heavy
- !pip install imageio
- for image processing
- !pip install torch
Kaggle Live-Coding: Code Reviews! | Kaggle
- Make code robust and reproducible, if column names change later can you still handle it.
- Use R functions for column querying starts_with(), ends_with(), contains() makes the query more robust, harder to break downstream.
- Avoid using numeric column indexing as order of columns may change
- Avoid redundancy in code and comments
- If want to make file a bit shorter, can avoid inline images, use script to generate images instead.
- Make sure the logic matches the coding comment and function signature
Sunday, March 31, 2019
Django Girls - friendly events that teach women build websites using Django
ng''
Two amazing ladies from Poland teamed up with coaches around the world to teach girls and women how to use Web Development Framework Django
Two amazing ladies from Poland teamed up with coaches around the world to teach girls and women how to use Web Development Framework Django
Sunday, March 17, 2019
Machine Learning with No Code
AutoML machine learning deep learning without code by Uber, Ludwig allows users to train and make inference deep learning model without coding (caveat you still have to use command line code). Previously, it is an internal tool at Uber now open sourced to gather contribution. It's a python library.
Sraj Raval gives this tutorial using Ludwig in Google Colab.
Sraj Raval expression quote, "Don't hate. Copy & Paste." To install Ludwig copy and paste installation code from Uber github page.
Wednesday, March 13, 2019
Flatten, Reshape, and Squeeze Explained - Tensors for Deep Learning with...
Matrix is a rank 2 tensor. There are two axis one is an array, one is individual numbers.
Check the dimensions of tensors using .size() or .shape()
Obtain the rank of the tensor by checking the length of its shape
len(tensor.shape) #returns 2 for matrix
number of elements in the tensor, is the product of the component values in the shape torch.tensor(my_tensor.shape).prod()
my_tensor.numel() #number of elements
number of elements is important in reshaping
reshaping does not change underlining data just change the shape
Monday, March 11, 2019
Subscribe to:
Comments (Atom)
React UI, UI UX, Reactstrap React Bootstrap
React UI MATERIAL Install yarn add @material-ui/icons Reactstrap FORMS. Controlled Forms. Uncontrolled Forms. Columns, grid
-
Can hack schools solve Silicon Valley's talent crunch? The truth about coding bootcamps and the students left behind http://t.co/xXNfqN...
-
The bogus request from P2PU to hunt for HTML tags in real life has yielded a lot of good thoughts. My first impression was that this is stup...
-
This review is updated continuously throughout the program. Yay I just joined the Udacity Nanodegree for Digital Marketing! I am such an Uda...