Pinned Repositories
Clustering-Algorithms-in-Numpy
Implementation of some of the most used Clustering Algorithms from scratch (only using Numpy)
Fitting-a-Straight-Line-on-2D-Data-In-PyTorch
Building a simple Neural Network to solve a Univariate Regression problem in PyTorch
fun-with-python
This repository is a collection of fun little things that can be done in python.
Mobile-Gallery-Image-Classification-in-PyTorch
Multi-Class Image Classification using Transfer Learning on Mobile Gallery Images in PyTorch
NIH-Chest-X-Rays-Multi-Label-Image-Classification-In-Pytorch
Multi-Label Image Classification of Chest X-Rays In Pytorch
Skip-Gram-Model-PyTorch
PyTorch implementation of the Word2Vec (Skip-Gram Model) and visualizing the trained embeddings using TSNE
Skip-Gram_Model-TensorFlow
TensorFlow implementation of the word2vec (skip-gram model)
Tic-Tac-Toe-with-Q-Learning
Training an agent to learn play Tic-Tac-Toe using Q-Learning
UNet-based-Denoising-Autoencoder-In-PyTorch
Cleaning printed text using Denoising Autoencoder based on UNet architecture in PyTorch
n0obcoder's Repositories
n0obcoder/Blackjack
Python mini-project
n0obcoder/DailyDialogue-Parser
Parser for DailyDialogue Dataset
n0obcoder/Deep-Tutorials-for-PyTorch
In-depth tutorials for implementing deep learning models on your own with PyTorch.
n0obcoder/Hands-on-NLP-with-PyTorch
Collection of Notebooks for Natural Language Processing with PyTorch
n0obcoder/hello-github
blah balh blha
n0obcoder/image_recognition
digit recognition
n0obcoder/pytorch-rnn-sequence-generation-classification
Lyrics and piano music generation in Pytorch
n0obcoder/siamese-triplet
Siamese and triplet networks with online pair/triplet mining in PyTorch