I wrote a program for predicting-coronary-heart-disease-with-tensorflow-and-tensorboard. (Binary Logistic Regression using Tensorflow) GitHub Page
Tried to design for Predicting neighbours word using Neural network ,refering a tutorial. (Neural Network) GitHub Page
Went through the college basic ML Tutorial and Wrote a code for SPAM & HAM Classification using Naive Bayes Method. GitHub Page
TimeSeries analysis on international flight passengers data using LSTM (Tensorflow). GitHub Page
Analysis & K-means clustering with Test Career Bowling DataSet"(R) &I got this dataset as an academics assignment GitHub Page
Implementing a standard L2-regularized support vector machine (SVM) in primal form using tensorflow. credit:eakbas GitHub Page
I have used CART algorithm for the Bank Note dataset for decision tree. It will show the average classification accuracy on each fold as well as the average performance across all folds. GitHub Page
The Backpropagation Algorithm in the wheat seeds Dataset.(From Scratch) Network with 5 neurons in the hidden layer and 3 neurons in the output layer. GitHub Page
Extracting day,time and dates(that are in different pattern) from a sentence.(hackathon problem) GitHub Page
The classification is to predict whether the client will subscribe to a term deposit or not using a banking dataset.(Logistic regression) GitHub Page
Implementing basic KNN algorithm(Non parametric Classification Algorithm) using Tensorflow. GitHub Page
K-Means Clustering using Python from Scratch. GitHub Page