Skip to content
View r2cp's full-sized avatar
  • Guatemala

Block or report r2cp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
r2cp/README.md

Hi there 👋

Pinned Loading

  1. XOR neural network with Flux in Julia XOR neural network with Flux in Julia
    1
    using Flux
    2
    
                  
    3
    ## Input values for the XOR
    4
    X = [0f0 0 1 1; 0 1 0 1]
    5
    y = [0f0 1 1 0]
  2. DIE-BG/Python-virtual-BG DIE-BG/Python-virtual-BG Public

    Curso de Python virtual 2020

    Jupyter Notebook 2 3

  3. DIE-BG/EMI-docs DIE-BG/EMI-docs Public

    Proyecto de documentación de la herramienta de evaluación de medidas de inflación de Guatemala. Versión 2019-2020.

  4. PES-Programacion-I PES-Programacion-I Public

    Tareas y proyectos del curso de Programación I

    Jupyter Notebook 1 2

  5. Documentacion-Julia Documentacion-Julia Public template

    Ejemplo de repositorio de documentación con Julia

    3 1

  6. Genetic algorithm example to minimiz... Genetic algorithm example to minimize Rosenbrock's function
    1
    using StatsBase: sample, FrequencyWeights
    2
    using Statistics: mean
    3
    using UnicodePlots: lineplot
    4
    
                  
    5
    ## Banana function