Pinned Loading
-
XOR neural network with Flux in Julia
XOR neural network with Flux in Julia 1using Flux
23## Input values for the XOR
4X = [0f0 0 1 1; 0 1 0 1]
5y = [0f0 1 1 0]
-
DIE-BG/Python-virtual-BG
DIE-BG/Python-virtual-BG PublicCurso de Python virtual 2020
-
DIE-BG/EMI-docs
DIE-BG/EMI-docs PublicProyecto de documentación de la herramienta de evaluación de medidas de inflación de Guatemala. Versión 2019-2020.
-
PES-Programacion-I
PES-Programacion-I PublicTareas y proyectos del curso de Programación I
-
Documentacion-Julia
Documentacion-Julia Public templateEjemplo de repositorio de documentación con Julia
-
Genetic algorithm example to minimiz...
Genetic algorithm example to minimize Rosenbrock's function 1using StatsBase: sample, FrequencyWeights
2using Statistics: mean
3using UnicodePlots: lineplot
45## Banana function
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.