-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: fastai
Type: Package
Title: Interface to 'fastai'
Version: 2.2.2
Authors@R: c(
person('Turgut', 'Abdullayev', role = c('ctb', 'cre', 'cph', 'aut'),
email = '[email protected]')
)
Maintainer: Turgut Abdullayev <[email protected]>
Description: The 'fastai' <https://docs.fast.ai/index.html> library
simplifies training fast and accurate neural networks
using modern best practices. It is based on research
in to deep learning best practices undertaken
at 'fast.ai', including 'out of the box' support
for vision, text, tabular, audio, time series, and
collaborative filtering models.
License: Apache License 2.0
URL: https://github.com/EagerAI/fastai
BugReports: https://github.com/EagerAI/fastai/issues
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.1
Imports:
reticulate,
generics,
png,
ggplot2,
ggpubr,
glue
Suggests:
knitr,
testthat,
rmarkdown,
curl,
magrittr,
data.table,
vctrs,
stats,
utils,
R.utils,
viridis,
zeallot
VignetteBuilder: knitr