Bijay Gaudel (gaudelbijay)

gaudelbijay

Geek Repo

Location:New Jersey

Twitter:@bijaygaudelQ

Github PK Tool:Github PK Tool

Bijay Gaudel's repositories

GraphSAGELite

A general framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen data. Instead of training individual embeddings for each node, GraphSAGE learn a function that generates embeddings by sampling and aggregating features from a node’s local neighborhood. Here, the implementation of GraphSAGE is based on transductive training

Language:PythonStargazers:4Issues:1Issues:0

SNNL-Loss

Soft Nearest Neighbor loss from paper (https://arxiv.org/pdf/1902.01889.pdf) Implemented on tf 2.x

Language:PythonStargazers:3Issues:0Issues:0

struc2vec

Structural identity is a concept of symmetry in which network nodes are identified according to the network structure and their relationship to other nodes. Structural identity has been studied in theory and practice over the past decades, but only recently has it been adressed with representation learning techniques. Node2vec is a flexible framework for learning latent representation for the structural identity of nodes. Struc2vec uses a hierarchy to measure node similarity at different scales, and constructs a multilayer graph to encode structural similarities and generate structural context for nodes.

Language:PythonStargazers:3Issues:0Issues:0

deepwalk

DeepWalk is network embedding technique proposed for learning the representations of nodes in a network, which is able to preserve the neighborhood structure of the nodes within a short random walk.

Language:PythonStargazers:1Issues:1Issues:0

faceDetectionUsingWebcam

Face detection using webcame

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

graphembedding-LINE

Line is a graph embedding technique, suitable for arbitrary types of information networks: undirected, directed, and/or weighted. The method optimizes a carefully designed objective function that preserves both the local and global network structures.

Language:PythonStargazers:1Issues:2Issues:0

workshop2021

Basic of Deep Learning, Neural Networks, TensorFlow, and Machine Vision

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

autoencoders

Pytorch Implementation of different types of AutoEncoders

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

diffusion-defender

A diffusion-based denoising approach to mitigate online adversarial image attacks and an FFT-based detector

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

graph-similarity

Local and Global similarity calculation

Language:PythonStargazers:0Issues:0Issues:0

NepaliAutoCompleteAndLM

NepaliAutoCompleteML is a deep learning framework (using Pytorch) for suggesting relevant words during writing. We used Recurrent Neural Network with layer GRU or LSTM, and KL divergence as loss function to train our model.

Language:Jupyter NotebookStargazers:0Issues:2Issues:0

django_site

Simple django blog post site.

Language:JavaScriptStargazers:0Issues:0Issues:0

GAN

Implementation of different types of GAN in pytorch

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

gaudelbijay

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0

GraphSAT

Graph sampling and attention

Language:PythonStargazers:0Issues:1Issues:0

landingGearDetection-YOLOV4

landing gear detection training using YOLOV4.

Language:PythonStargazers:0Issues:0Issues:0

node2vec

Node2Vec is an effective graph embedding technique which learns a mapping of nodes to a low dimensional space of features that maximizes the likelihood of preserving network neighborhoods of nodes.

Language:PythonStargazers:0Issues:1Issues:0

SDNE

Structural Deep Network Embedding (SDNE) is a semi-supervised deep model for graph embedding. Which has multiple layers of non-linear functions, thereby being able to capture the highly non-linear network structure.

Language:PythonStargazers:0Issues:0Issues:0

sensor-api

Simple Flask API and Flutter App to track sensors data

Language:DartStargazers:0Issues:1Issues:0

simple_NN_visualizer

Simple neural network visualiser from coursera project

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

walks

Here I have coded the random_walk and biased random walk on the graph.

Language:PythonStargazers:0Issues:1Issues:0