Skip to content
View DanielMartinez2's full-sized avatar

Block or report DanielMartinez2

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. gpx-data-extractor gpx-data-extractor Public

    Python tool for extracting geographic and elevation data from GPX files into structured text output.

    Python

  2. taskflow-board taskflow-board Public

    Responsive Kanban task manager built with React, Vite, drag-and-drop and localStorage persistence.

    JavaScript

  3. Função Perceptron para algoritmo de ... Função Perceptron para algoritmo de redes neurais
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    import random
    4
    
                  
    5
    
                  
  4. função Adaline para treinar rede neural função Adaline para treinar rede neural
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    import random
    4
    import math
    5