You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

MNISTadd.html 4.5 kB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <!DOCTYPE html>
  2. <html class="writer-html5" lang="en" >
  3. <head>
  4. <meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>MNISTadd &mdash; ABL 0.1.0 documentation</title>
  7. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  8. <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  9. <!--[if lt IE 9]>
  10. <script src="../_static/js/html5shiv.min.js"></script>
  11. <![endif]-->
  12. <script src="../_static/jquery.js"></script>
  13. <script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
  14. <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
  15. <script src="../_static/doctools.js"></script>
  16. <script src="../_static/sphinx_highlight.js"></script>
  17. <script src="../_static/js/theme.js"></script>
  18. <link rel="index" title="Index" href="../genindex.html" />
  19. <link rel="search" title="Search" href="../search.html" />
  20. <link rel="prev" title="Quick Start" href="../ABL/Quick%20Start.html" />
  21. </head>
  22. <body class="wy-body-for-nav">
  23. <div class="wy-grid-for-nav">
  24. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  25. <div class="wy-side-scroll">
  26. <div class="wy-side-nav-search" >
  27. <a href="../index.html" class="icon icon-home">
  28. ABL
  29. </a>
  30. <div class="version">
  31. 0.1.0
  32. </div>
  33. <div role="search">
  34. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  35. <input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
  36. <input type="hidden" name="check_keywords" value="yes" />
  37. <input type="hidden" name="area" value="default" />
  38. </form>
  39. </div>
  40. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  41. <p class="caption" role="heading"><span class="caption-text">Tutorial of ABL</span></p>
  42. <ul>
  43. <li class="toctree-l1"><a class="reference internal" href="../ABL/Abductive%20Learning.html">Abductive Learning</a></li>
  44. <li class="toctree-l1"><a class="reference internal" href="../ABL/Quick%20Start.html">Quick Start</a></li>
  45. </ul>
  46. <p class="caption" role="heading"><span class="caption-text">Examples</span></p>
  47. <ul class="current">
  48. <li class="toctree-l1 current"><a class="current reference internal" href="#">MNISTadd</a></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </nav>
  53. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  54. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  55. <a href="../index.html">ABL</a>
  56. </nav>
  57. <div class="wy-nav-content">
  58. <div class="rst-content">
  59. <div role="navigation" aria-label="Page navigation">
  60. <ul class="wy-breadcrumbs">
  61. <li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
  62. <li class="breadcrumb-item active">MNISTadd</li>
  63. <li class="wy-breadcrumbs-aside">
  64. <a href="../_sources/Examples/MNISTadd.rst.txt" rel="nofollow"> View page source</a>
  65. </li>
  66. </ul>
  67. <hr/>
  68. </div>
  69. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  70. <div itemprop="articleBody">
  71. <section id="mnistadd">
  72. <h1>MNISTadd<a class="headerlink" href="#mnistadd" title="Permalink to this heading"></a></h1>
  73. </section>
  74. </div>
  75. </div>
  76. <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
  77. <a href="../ABL/Quick%20Start.html" class="btn btn-neutral float-left" title="Quick Start" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
  78. </div>
  79. <hr/>
  80. <div role="contentinfo">
  81. <p>&#169; Copyright Yu-Xuan Huang, Wen-Chao Hu, En-Hao Gao.</p>
  82. </div>
  83. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  84. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  85. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  86. </footer>
  87. </div>
  88. </div>
  89. </section>
  90. </div>
  91. <script>
  92. jQuery(function () {
  93. SphinxRtdTheme.Navigation.enable(true);
  94. });
  95. </script>
  96. </body>
  97. </html>

An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.