Pinned Repositories
Hacktech_2018
AI-Reversi-Game-Playing-Agent
The AI agent predicts the next move for a player in the Reversi game using the MinMax, and Alpha-Beta pruning algorithms with positional weight evaluation functions as heuristics. Implementation in Python.
Allstate-Claims-Severity
https://www.kaggle.com/c/allstate-claims-severity
battleborn-hackathon
Binary-Search
Search an element in a sorted array in Olog(n) time
Database-Design
Database design for e-learning platform
Deep-Learning
Deep Learning Implementations
Handwritten-Digit-Recognition-using-Spark-Scala
Google DataProc Spark Scala Job for MNIST Handwritten Digit Recognition using Decision Trees (Spark MLlib)
Machine-Learning
Natural-Language-Processing
Finite State Adventures
iamchetanks's Repositories
iamchetanks/Database-Design
Database design for e-learning platform
iamchetanks/AI-Reversi-Game-Playing-Agent
The AI agent predicts the next move for a player in the Reversi game using the MinMax, and Alpha-Beta pruning algorithms with positional weight evaluation functions as heuristics. Implementation in Python.
iamchetanks/Allstate-Claims-Severity
https://www.kaggle.com/c/allstate-claims-severity
iamchetanks/battleborn-hackathon
iamchetanks/Binary-Search
Search an element in a sorted array in Olog(n) time
iamchetanks/Deep-Learning
Deep Learning Implementations
iamchetanks/Handwritten-Digit-Recognition-using-Spark-Scala
Google DataProc Spark Scala Job for MNIST Handwritten Digit Recognition using Decision Trees (Spark MLlib)
iamchetanks/Machine-Learning
iamchetanks/Natural-Language-Processing
Finite State Adventures
iamchetanks/CognitiveServicesDemo
iamchetanks/Decision-Tree
iamchetanks/DeepLearningImplementations
Implementation of recent Deep Learning papers
iamchetanks/Finite-State-Adventures---Soundex-Algorithm-
The Soundex algorithm is a phonetic algorithm commonly used by libraries and the Census Bureau to represent people's names as they are pronounced in English. It has the advantage that name variations with minor spelling differences will map to the same representation, as long as they have the same pronunciation in English.
iamchetanks/gradient_descent
iamchetanks/iamchetanks.github.io
iamchetanks/Image-classifer-project
An image classifier to recognize different species of flowers.
iamchetanks/imdb-in-Keras
Analyze a dataset from IMDB and use it to predict the sentiment analysis of a review.
iamchetanks/intro-to-pytorch
iamchetanks/K-means-Algorithm-Implementation
iamchetanks/ML-hackerrank-
iamchetanks/Muffin-Cupcake-SVM
Classifying muffins and cupcakes using support vector machine
iamchetanks/My-Website
This is my Personal Website
iamchetanks/nlp
iamchetanks/Python-Code
iamchetanks/Sample-api
iamchetanks/Scala-demo-project
All Scala projects are here
iamchetanks/Scala-Hello-World
iamchetanks/shakespeare-word-count
Loading data from Google BigQuery to Cloud Dataproc Hadoop Cluster to run Spark Scala job to find word count.
iamchetanks/Tensorflow
iamchetanks/To-find-an-element-in-sorted-rotated-array
Search an element in a sorted rotated array in Olog(n) time