Skip to content

Commit

Permalink
Adding Chapter 3 content for 10/4/2023 meeting (#2)
Browse files Browse the repository at this point in the history
* section: what are tensors

* Added material for pages 9-17 of book.

* Added additional content.

* cleanup. added torch_tensor() example and stride definition.

* Removed cuda specific operations for push to GitHub.

* adding torch

* Add tidyverse and modeldata to DESCRIPTION

* Changed okc data to presidential data. Removed modeldata package.

* added ggplot2 to DESCRIPTION file (needed for dataset)

* Added dplyr

* Removed tidyverse dependency. Added dplyr and ggplot2 (specific dependencies).

* resolve merge conflicts. update package dependencies.

---------

Co-authored-by: Jon Harmon <[email protected]>
  • Loading branch information
AmandaRP and jonthegeek authored Oct 13, 2023
1 parent e7240bc commit 5f750cf
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 5 deletions.
7 changes: 7 additions & 0 deletions 01_overview-getting-familiar-with-torch.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY

## Setup {-}

```{r install-torch}
Sys.setenv(TORCH_INSTALL = 1)
library(torch)
```

## SLIDE 1 {-}

- ADD SLIDES AS SECTIONS (`##`).
Expand Down
Loading

0 comments on commit 5f750cf

Please sign in to comment.