-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
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 = 'turqut.a.314@gmail.com')
)
Maintainer: Turgut Abdullayev <turqut.a.314@gmail.com>
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