DuttaAbhigyan

DuttaAbhigyan

Geek Repo

Location:West Lafayette

Github PK Tool:Github PK Tool

DuttaAbhigyan's repositories

Memristor-Simulation-Using-Python

In this repository I have simulated Memristors using Python3 and also created GUI for easy use by researchers to visualise the functioning of a Memristor.

Language:PythonLicense:MITStargazers:19Issues:1Issues:0
Language:ShellLicense:GPL-2.0Stargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:2Issues:0

Adaptive-Dropout

In this repository I try to recreate the Adaptive Dropout algorithm for Neural Nets.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

CNN-using-NumPy

In this repository I have tried to create vectorized implementations of CNN using NumPy.

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

Deep-Neural-Nets-with-TensorFlow

In this repository I have used TensorFlow to create various user defined Neural Networks like Fully Connected Neural Networks, Convolutional Neural Networks, Recurrent Neural Networks

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

DES64-using-Verilog

This is a DES implementation in Verilog for a single 64bit plain text block. The code is self explanatory and modularised.

Language:VerilogLicense:MITStargazers:0Issues:1Issues:0

Fully-Connected-Neural-Network

Implementation of a Fully Connected Neural Network using NumPy. The Neural Network will entirely be user defined limited to the specific activation functions and optimizers available.

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

Reinforcement-Learning-Problems

In this repository I try to solve small Reinforcement Learning problems using NumPy

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

Self-Organizing-Maps

In this repository I have used NumPy to create Kohonen Self Organizing Maps. It currently supports 2D maps only and distance function 'Euclidean'.

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

Echo-State-Networks

Implementation of Echo State Networks

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

gmm-torch

Gaussian mixture models in PyTorch.

Language:PythonLicense:MITStargazers:0Issues:1Issues:0
Language:PythonLicense:GPL-3.0Stargazers:0Issues:1Issues:0

n-bit-ALU-s-with-different-functionalities

In this repo I have tried to create n-bit ALU's with different functionalities depending upon the need and choices of the user. The user can easily copy and paste a pre-defined module into his program (depending whether he requires lightweight or heavyweight modules).

Language:VerilogLicense:MITStargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:1Issues:0

robust-adaptive-lqr

Implementation of robust adaptive control methods for the linear quadratic regulator

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

x85-Simple-Arithmetic-Programs

In this repo I have tried to create x85 programs which perform simple arithmetic operations

Language:AssemblyLicense:MITStargazers:0Issues:1Issues:0