Skip to content

Commit

Permalink
Add machine learning docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Oct 31, 2018
1 parent ea0a1e6 commit 0c91b4d
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Contents:
src/java/java
src/javascript/javascript
src/linux/linux
src/machine_learning/machine_learning
src/mercurial/mercurial
src/metasploit/metasploit
src/mobile/mobile
Expand Down
Empty file removed src/go/intro.rst
Empty file.
11 changes: 11 additions & 0 deletions src/machine_learning/machine_learning.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Machine Learning
================


Contents:

.. toctree::
:maxdepth: 2

tips

49 changes: 49 additions & 0 deletions src/machine_learning/tips.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Tips
====



Optical mark recognition (OMR)
------------------------------

https://en.wikipedia.org/wiki/Optical_mark_recognition



openkm
++++++


.. code-block:: bash
$ docker pull openkm/openkm
$ docker run --name openkm -p8000:8080 openkm/openkm
Browse: http://127.0.0.1:8000

username: okmAdmin

password: admin

sads
++++

https://github.com/sdaps/sdaps

https://sdaps.org/Documentation/Tutorial/


.. code-block:: bash
$ docker pull lsakalauskas/sdaps
$ docker run --rm -v "$PWD/ws":/ws lsakalauskas/sdaps /ws/sdaps setup_tex /ws/example.tex
https://github.com/tfitz/docker-sdaps

The `example.tex` file is here:

https://sdaps.org/LaTeX/#basic-example

https://sdaps.org/Documentation/Tutorial/example.tex

0 comments on commit 0c91b4d

Please sign in to comment.