Skip to content

Instantly share code, notes, and snippets.

View rpc01's full-sized avatar
🎯
Focusing

Ramon Prat rpc01

🎯
Focusing
View GitHub Profile
@rpc01
rpc01 / r_tensorflow_mlr.R
Created August 29, 2019 08:52 — forked from ianjohns/r_tensorflow_mlr.R
R TensorFlow Multiple Linear Regression
library(tfestimators)
library(caret)
#input_fn for a given subset of data
cars_19_input_fn <- function(data, num_epochs = 1) {
input_fn(
data,
features = colnames(cars_19[c(2:12)]),
response = "fuel_economy_combined",
batch_size = 64,
@rpc01
rpc01 / README.md
Created May 23, 2018 08:38 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet