{
  "_id": "6a1d69161d7bb097a0a4ea06",
  "Package": "deepnet",
  "Type": "Package",
  "Title": "Deep Learning Toolkit in R",
  "Version": "0.2.1",
  "Date": "2014-03-20",
  "Author": "Xiao Rong",
  "Maintainer": "Xiao Rong <runxiao@gmail.com>",
  "Description": "Implement some deep learning architectures and neural\nnetwork algorithms, including BP,RBM,DBN,Deep autoencoder and\nso on.",
  "License": "GPL",
  "Packaged": {
    "Date": "2026-06-01 11:03:06 UTC",
    "User": "root"
  },
  "NeedsCompilation": "no",
  "Repository": "https://runxiao.r-universe.dev",
  "Date/Publication": "2022-06-24 11:29:27 UTC",
  "RemoteUrl": "https://github.com/cran/deepnet",
  "RemoteRef": "HEAD",
  "RemoteSha": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
  "MD5sum": "1e812d0c88b4ad32abc2562f76d66a72",
  "_user": "runxiao",
  "_type": "src",
  "_file": "deepnet_0.2.1.tar.gz",
  "_fileid": "4dca01210a5f78b3861fd1986ff07c6d6e2d8eeaf06e4965d09dd884e88a96f4",
  "_filesize": 98118,
  "_sha256": "4dca01210a5f78b3861fd1986ff07c6d6e2d8eeaf06e4965d09dd884e88a96f4",
  "_created": "2026-06-01T11:03:06.000Z",
  "_published": "2026-06-01T11:12:22.257Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78838575258,
      "time": 100,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7329817798"
    },
    {
      "job": 78838575280,
      "time": 101,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329817931"
    },
    {
      "job": 78838575268,
      "time": 129,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7329938230"
    },
    {
      "job": 78838575298,
      "time": 137,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329939532"
    },
    {
      "job": 78838244815,
      "time": 121,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329786273"
    },
    {
      "job": 78838575275,
      "time": 79,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329811481"
    },
    {
      "job": 78838575311,
      "time": 64,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7329807001"
    },
    {
      "job": 78838575270,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7329816990"
    },
    {
      "job": 78838575304,
      "time": 69,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329808041"
    }
  ],
  "_buildurl": "https://github.com/r-universe/runxiao/actions/runs/26750851229",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/deepnet",
  "_commit": {
    "id": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
    "author": "Xiao Rong <runxiao@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.1\n",
    "time": 1656070167
  },
  "_maintainer": {
    "name": "Xiao Rong",
    "email": "runxiao@gmail.com",
    "login": "runxiao",
    "description": "",
    "uuid": 26789124
  },
  "_registered": true,
  "_dependencies": [],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 24,
  "_contributors": [
    {
      "user": "runxiao",
      "count": 2,
      "uuid": 26789124
    }
  ],
  "_userbio": {
    "uuid": 26789124,
    "type": "user",
    "name": "RunXiao"
  },
  "_downloads": {
    "count": 4993,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/deepnet"
  },
  "_mentions": 6,
  "_searchresults": 133,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/deepnet.html",
    "manual.pdf"
  ],
  "_realowner": "runxiao",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.2",
      "date": "2014-03-20"
    },
    {
      "version": "0.2.1",
      "date": "2022-06-24"
    }
  ],
  "_exports": [
    "dbn.dnn.train",
    "load.mnist",
    "nn.predict",
    "nn.test",
    "nn.train",
    "rbm.down",
    "rbm.train",
    "rbm.up",
    "sae.dnn.train"
  ],
  "_help": [
    {
      "page": "dbn.dnn.train",
      "title": "Training a Deep neural network with weights initialized by DBN",
      "topics": [
        "dbn.dnn.train"
      ]
    },
    {
      "page": "load.mnist",
      "title": "Load MNIST DataSet",
      "topics": [
        "load.mnist"
      ]
    },
    {
      "page": "nn.predict",
      "title": "Predict new samples by Trainded NN",
      "topics": [
        "nn.predict"
      ]
    },
    {
      "page": "nn.test",
      "title": "Test new samples by Trainded NN",
      "topics": [
        "nn.test"
      ]
    },
    {
      "page": "nn.train",
      "title": "Training Neural Network",
      "topics": [
        "nn.train"
      ]
    },
    {
      "page": "rbm.down",
      "title": "Generate visible vector by hidden units states",
      "topics": [
        "rbm.down"
      ]
    },
    {
      "page": "rbm.train",
      "title": "Training a RBM(restricted Boltzmann Machine)",
      "topics": [
        "rbm.train"
      ]
    },
    {
      "page": "rbm.up",
      "title": "Infer hidden units state by visible units",
      "topics": [
        "rbm.up"
      ]
    },
    {
      "page": "sae.dnn.train",
      "title": "Training a Deep neural network with weights initialized by Stacked AutoEncoder",
      "topics": [
        "sae.dnn.train"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 5.457696953837108,
  "_indexed": true,
  "_nocasepkg": "deepnet",
  "_universes": [
    "runxiao"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-01T11:04:51.000Z",
      "distro": "noble",
      "commit": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
      "fileid": "fcc873be44676eabbbf1eeb10cbced85c93c78d6e5f7870e927f202010888d05",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/runxiao/actions/runs/26750851229"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-01T11:04:51.000Z",
      "distro": "noble",
      "commit": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
      "fileid": "094b72b1d0207f37e158adb5982470daefc64822ab39e33ba7f7950c008ead6c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/runxiao/actions/runs/26750851229"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-01T11:11:29.000Z",
      "commit": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
      "fileid": "0030438f633ecf40614a105dd2b19fca1934a5f28375d4c5661783939d86eb79",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/runxiao/actions/runs/26750851229"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-01T11:11:33.000Z",
      "commit": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
      "fileid": "3cfabe2c846ed9a5add4d3a90a6edd4c6a02294e6af85364d3cd22d7d1a5c8ec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/runxiao/actions/runs/26750851229"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-06-01T11:04:40.000Z",
      "commit": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
      "fileid": "4d9062891b34ea357fe5f9cfd866b634aa02d4c5100838e16d47810442f86a06",
      "status": "success",
      "buildurl": "https://github.com/r-universe/runxiao/actions/runs/26750851229"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-01T11:04:13.000Z",
      "commit": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
      "fileid": "abe3f249445a696b6301160aba6f1dada1d43e4bf218fa6f3248180e8abce81f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/runxiao/actions/runs/26750851229"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-01T11:04:44.000Z",
      "commit": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
      "fileid": "a02bffd8e596cdee4f4bf06d643348d9ac0f25d687bd7a060ce0236ea1b505a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/runxiao/actions/runs/26750851229"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-01T11:04:02.000Z",
      "commit": "6e1efd18aed8971c1c398b296e4c2b81533bee9f",
      "fileid": "bc6a53d68da0e748e9ea4854e6b06833d31eeb0f6834772e326f3de0ea39e9d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/runxiao/actions/runs/26750851229"
    }
  ]
}