Pinned Repositories
Algorithms-Illuminated---Part-1
This is the implementation of 1st Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 1.
Algorithms-Illuminated---Part-2
This is the implementation of 2nd Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 2.
Algorithms-Illuminated---Part-3
This is the implementation of 3rd Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 3.
Algorithms-Searching-and-Sorting
This repository has implementations of Searching and Sorting Algorithms in both Python and Golang. Single IPython Notebook contains all the implementations
codecrafters-dns-server-java
CodeCrafters Build your own DNS Server in Java
codecrafters-http-server-java
CodeCrafters Build your own HTTP Server in Java
Coursera_IBM_DataScience_Capstone
Coursera - IBM Data Science Professional Certificate (Capstone Project) (Updating in Progress)
LearnGolang
This code files are created to learn golang for the beginners.
SceneSegmentation
Scene Segmentation Using the MovieScenes Dataset
UNet-Image-Segmentation
Image Segmentation performed on GTA 5 Games Dataset using UNet Architecture. The code is implemented in PyTorch.
bharath3794's Repositories
bharath3794/Algorithms-Illuminated---Part-1
This is the implementation of 1st Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 1.
bharath3794/Algorithms-Illuminated---Part-2
This is the implementation of 2nd Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 2.
bharath3794/Algorithms-Illuminated---Part-3
This is the implementation of 3rd Part in 3-Part Series of Algorithms Illuminated Book. All Implementations in this repository are written in both Python and Golang. Single IPython Notebook contains all Algorithms given in this Part 3.
bharath3794/UNet-Image-Segmentation
Image Segmentation performed on GTA 5 Games Dataset using UNet Architecture. The code is implemented in PyTorch.
bharath3794/LearnGolang
This code files are created to learn golang for the beginners.
bharath3794/SceneSegmentation
Scene Segmentation Using the MovieScenes Dataset
bharath3794/Algorithms-Searching-and-Sorting
This repository has implementations of Searching and Sorting Algorithms in both Python and Golang. Single IPython Notebook contains all the implementations
bharath3794/codecrafters-dns-server-java
CodeCrafters Build your own DNS Server in Java
bharath3794/codecrafters-http-server-java
CodeCrafters Build your own HTTP Server in Java
bharath3794/Coursera_IBM_DataScience_Capstone
Coursera - IBM Data Science Professional Certificate (Capstone Project) (Updating in Progress)
bharath3794/DatabricksConnectFromJava
bharath3794/FashionMNIST-CNN
FashionMNIST using CNN Architecture on PyTorch
bharath3794/golist
python's list type implementation on go.
bharath3794/Malware-Attack-Detection-using-ML
Detect Malware attack/injection in API requests using Machine Learning and Deep Learning Algorithms
bharath3794/flink
Apache Flink
bharath3794/hibernate-orm
Hibernate's core Object/Relational Mapping functionality
bharath3794/Quora-Question-Pairs
Detecting dupliucate question pairs from Quora Question Pairs dataset using deep learning algorithms
bharath3794/Text-Summarization-NLP
Summarized customer reviews from Amazon Food Reviews Dataset using Encoder-Decoder Architecture