Skip to content

Instantly share code, notes, and snippets.

@monogenea
Last active April 6, 2020 05:54
Embed
What would you like to do?
# Fri Feb 7 15:49:46 2020 ------------------------------
setwd("~/Documents/Tutorials/birdsong")
library(keras)
use_condaenv("plaidml")
use_backend("plaidml")
k_backend() # plaidml
library(tidyverse)
library(caret)
library(e1071)
library(pheatmap)
library(RColorBrewer)
# Read processed data
load("prepAudio.RData")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment