Skip to content
View nguyenvanson1998's full-sized avatar

Block or report nguyenvanson1998

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

Pinned Loading

  1. wsnFault wsnFault Public

    Forked from deepak7376/wsn-sim

    Statistical Method Based Fault Detection Algorithm for Wireless Sensor Networks (WSNs).

    Python 1

  2. Neural Evolution Neural Evolution
    1
    # New Type of Neural Network
    2
    class GeneticNeuralNetwork(Sequential):
    3
        # Constructor
    4
        def __init__(self, child_weights=None):
    5
            # Initialize Sequential Model Super Class
  3. bot-evolution bot-evolution Public

    Forked from MichaelJWelsh/bot-evolution

    An interesting display of evolution through neural networks and a genetic algorithm

    Python

  4. data-preparation data-preparation Public

    Forked from bigscience-workshop/data-preparation

    Code used for sourcing and cleaning the BigScience corpus

    Jupyter Notebook

  5. deep_clustering_sparse deep_clustering_sparse Public

    Forked from a-agmon/clustering

    Jupyter Notebook

  6. EasyLM-LLAMA-TPU EasyLM-LLAMA-TPU Public

    Forked from young-geng/EasyLM

    Large language models (LLMs) made easy, EasyLM is a one stop solution for pre-training, finetuning, evaluating and serving LLMs in JAX/Flax.

    Python