# 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