How to Query Google Street View Static API with Python (UPDATED IN 2020)
The Google Street View Static API is Google’s straightforward HTTP-based API for developers to access its massive collection of street view pictures. Althoug...
The Google Street View Static API is Google’s straightforward HTTP-based API for developers to access its massive collection of street view pictures. Althoug...
In this report, I will introduce my work for our Deep Learning final project. Our project is to finish the Kaggle Tensorflow Speech Recognition Challenge, wh...
In this post I will share my work that I finished for the Machine Learning II (Deep Learning) course at GWU. The mini-project is written with Torch7, a packa...
Introduction In this post, I will showcase the steps I took to create a continuous vector space based on the corpora included in the famous Reuters-21578 da...
This post is the third of my three posts about the explorative data analysis project on Global Terrorism Database (GTD). All of the research questions were r...
This post is the second of my three posts on the explorative data analysis project on Global Terrorism Database (GTD). For more information regarding the det...
Introduction In the coming three posts, I will show my explrative data analytics work on the Global Terrorism Database (GTD), a database maintained by the N...
In this post I will lay out my project and assignment work from the course Intro to GIS at The George Washington University. I used ArcGIS software by ESRI t...
Project Introduction In the last decade there has been increasing concern regarding the environment and the quality of life, especially in big cities. From ...
Below is my study notes from learning the book Introduction to Machine Learning with Python. Refer to the author’s GitHub repo at https://github.com/amueller...
Below is my study notes from learning the book Introduction to Machine Learning with Python. Refer to the author’s GitHub repo at https://github.com/amueller...
Below is my study notes from learning the book Introduction to Machine Learning with Python. Refer to the author’s GitHub repo at https://github.com/amueller...
Below is my study notes from learning the book Introduction to Machine Learning with Python. Refer to the author’s GitHub repo at https://github.com/amueller...
1. Introduction to OOP in R Difference between functional programming and OOP? Functional Programming: functions first, then object OOP: data structure...
library(dplyr) library(reshape2) library(ggplot2) This post presents a way to display the distribution of multiple variables (with the same comparable unit...