• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Predicting Release Year of a Song using different Regression algorithms implemented from scratch using numpy

More Repositories

1

Vehicle-Detection-using-Faster-R-CNN

Vehicle Detection using state-of-the-art architecture Faster R-CNN with Pretrained models like VGG16 and ResNet50
Python
18
star
2

Clustering-Analysis-on-customers-of-a-wholesale-distributor

Project in which unsupervised learning techniques are applied on product spending data collected for customers of a wholesale distributor in Lisbon, Portugal to identify customer segments hidden in the data.
Jupyter Notebook
10
star
3

Bank-Marketing-Classification

Bank Marketing Classification using scikit-learn library to train and validate classification models like Logistic Regression, Decision Tree, Random Forest, NaΓ―ve Bayes, Neural Network and Support Vector Machine. Also conducted comparative study on the above models when applied on different feature sets obtained via feature selection (Chi-Square Test), feature transformation (Principal Component Analysis) and feature elimination.
Jupyter Notebook
9
star
4

Batch-Normalization

Batch Normalization using tf.layers and tf.nn libraries. Also comparing the performances with and without batch normalization.
Jupyter Notebook
8
star
5

Finding-Similar-Images-using-Locality-Sensitive-Hashing

Finding Similar Images using Locality Sensitive Hashing (using Min Hashing and Random Hyperplanes technique)
Python
6
star
6

General-Adversarial-Network-MNIST

Building our own GAN and train it on MNIST dataset. Built the generator and discriminator networks using Tensorflow.
Jupyter Notebook
2
star
7

Youtube-Video-Label-Classification

Youtube Video Label Classification using Single Frame model and Long-term Recurrent Convolutional Networks (LRCN) model
Jupyter Notebook
1
star
8

Deep-Q-Learning

Tensorflow implementation of a deep neural network that can learn to play games via reinforcement learning. For this notebook the game used is the Cart-Pole game that is available in the OpenAI Gym library. Also the deep neural network can be used for other games as well. In order to run this on your system you will also need to clone the OpenAI gym repository.
Jupyter Notebook
1
star
9

Monte-Carlo-Methods-for-Reinforcement-Learning

Implementations of many Monte Carlo (MC) algorithms for updating policies of an environment using action values, greedy and epsilon-greedy procedures. Environment used for this notebook is the BlackJack Environment (can be seen in the OpenAI Gym library) and these functions can be used for other environments as well.
Jupyter Notebook
1
star