8000 GitHub - enchiladasdeml/dictionary: This repo contains the terminology used in ML
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

enchiladasdeml/dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diccionario de Machine Learning

Este es el código utilizado para crear un mini sitio web que contenga términos utilizados en ML.

Stack:

  • Julia
  • Documenter
  • Example
  • LiveServer
  • Archivos Markdown

Trabajar en el proyecto

  1. Instalación de paquetes: Documenter, Example y LiveServer:
julia> ]
pkg> add Documenter
pkg> add LiveServer
pkg> add Exapmle
  1. Edita al archivo index.md
  2. Dirígete a docs/ y ejecuta:
$ julia make.jl
  1. Enciende el servidor:
$ cd ..
$ julia -e 'using LiveServer; serve(dir="docs/build")'

About

This repo contains the terminology used in ML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0