Skip to content
View learodrigo's full-sized avatar
noland
noland

Organizations

@berlin-bytes
Block or Report

Block or report learodrigo

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
learodrigo/README.md

hi there, i'm leonardo leandro

a self-taught software developer,
or another designer who speaks with computers at work,
or someone who studied design but never worked as a designer,
or another guy who tries to understand science through arts (or, is it the other way around?),
or yeah, you got the idea

|| linkedin || p5js ||

Pinned

  1. p5js-sketches p5js-sketches Public

    Repository with sketches done with p5.js library and almost all of them can be found in the web editor too

    JavaScript 1

  2. processing-sketches processing-sketches Public

    Processing sketches from a mix of sources

    Java 1

  3. Games Games Public

    Games developed following online tutorials for educational purpose

    JavaScript 6 4

  4. Genetic algorithm Genetic algorithm
    1
    from collections import namedtuple
    2
    from functools import partial
    3
    from random import choices, randint, random, randrange
    4
    import time
    5
    from typing import Callable, List, Tuple
  5. js-neural-network js-neural-network Public

    Simple js neural network library for understanding the basics behind them

    JavaScript

  6. doodle-classifier doodle-classifier Public

    Building a "doodle classifier" using the Google "Quick, Draw!" dataset and a simple js neural network library

    JavaScript