Top 20 National Football Teams by Goals Scored Animated Plot

From: https://github.com/basarabam/Top20AnimatedPlot Animated plot of Top 20 National football teams by goals scored made by using ggplot2, gganimate and ggflags packages (and other listed). Follow comments in the code for instructions. This is how animated plot looks like, when finished: Dataset: https://drive.google.com/open?id=1sTzf1ehIDBAUuRoUhQCUk_-S9YbXjCi93qMGoqAs7ec #Loading packages library(tidyverse) library(lubridate) library(countrycode) library(gganimate) library(ggflags) library(tidyr) library(viridis) #Reading data data_1 <- read_csv("results.csv") … Continue reading Top 20 National Football Teams by Goals Scored Animated Plot

List of Data Science and Machine Learning GitHub Repositories to Try in 2019

Here is the list of selected Data Science and Machine Learning GitHub Repositories to Try in 2019, from https://www.marktechpost.com/2019/05/28/list-of-data-science-and-machine-learning-github-repositories-to-try-in-2019/ Paper with Code Facebook’s Detectron Training a Model on the ImageNet Dataset in 18 Minutes NVIDIA’s vid2vid Technique Facebook’s DensePose Pytorch-EverybodyDanceNow Deep learning object detection Deep-painterly-harmonization Image OutPainting ML.NET TensorFlow.js PyTorch 1.0 GANimation GANDissect WaveGlow VisualDL … Continue reading List of Data Science and Machine Learning GitHub Repositories to Try in 2019