Last active
April 6, 2020 05:54
-
-
Save monogenea/e93fbffd6732b1b6aaa80475262f304a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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