Giter VIP home page Giter VIP logo

Hey, I'm Ganapathi and welcome to my Profile!

  • 🚀 Currently Computer Science student at Amrita Vishwa Vidyapeetham .
    • Check my profile at Ganapathi12.github.io -> Ganapathi
    • Improving experiences in: Computer Vision | React JS | React Native | Django
  • ❤️ Passionate about programming and application development and self-taught

🤔 What is victory worth without a fight?


Most Languages 😄

ganapathi12's github stats


Languages and Tools:

HTML5 CSS3 JavaScript Django React JS React Native Node.js Visual Studio Code GitHub



More informations: Commits

ganapathi12's github stats
  • My status per year:

Contact me

Github Badge Gitlab Badge Linkedin Badge Gmail Badge Instagram Badge

Gana016's Projects

auto-encoders-recomended-systems icon auto-encoders-recomended-systems

this model is based on stacked auto encoders where we will be building this model with 4 hidden layers which is using sigmoid activation and the loss is calculated by RMS, this model is a recomended system for movie reviews, this model predicts the review rating for the movies which user didnt saw (from 1-5) the model is trained with 100k reviews , but i am also providing the 1million reviews dataset for experimenting

churnmodelling-and-prediction-using-ann icon churnmodelling-and-prediction-using-ann

this churn modelling prediction is based on artificial neural networks and this model is trained with the datasets corresponding to a bank database which contains the details of all the customers from past six months and after the model is trained it can predict whether the customer will leave the bank or not! in this model i have used two hidden layers, one output layer and one input layer,the activation functions are Relu for hidden layers and sigmoid function for output layers

covid-19-data-analysis icon covid-19-data-analysis

in this project i have done data analyzing on the covid 19 datasets, i have shown the difference between matplotlib,pandas,plotly and plotly express and made different visualisations and also i showed on how to use folium in jupyter notebook. I made detailed description about different plottings in python (Data visualisation).

face_recognition icon face_recognition

Here this is a simple python program where i have used opencv to detect face and eyes.

fraud-detection-using-som icon fraud-detection-using-som

this model is based on self organizing maps, the model is trained with the list of customers in the bank who had applied for credit card and this dataset is trained on som model and a map is formed from that map you need to select which has the most MID(mean inter neuron distance) and concatenate the mappings and finally the result is obtained from mappings, the dataset is obtained from UCI machine learning library.

google-stock-prediction-using-lstm icon google-stock-prediction-using-lstm

in this model i have prepared a network of 4 lstm layers and i choosed adam optimiser and for each layer i had released a drop out of 20% and the model is trained from the dataset taken from google stock from 2012 to 2016 and the predicted using 2017 january dataset and in this model it cheacks with the last 60 days before prediction and the results are compared by ploting graph with the help of matplotlib.

handwritten-number-detection-using-ann icon handwritten-number-detection-using-ann

The standard example for machine learning these days is the MNIST data set, a collection of 70,000 handwriting samples of the numbers 0-9. now we predict which number each handwritten image represents.Each image is 28x28 grayscale pixels, so we treat each image as just a 1D array, or tensor, of 784 numbers.MNIST provides 60,000 samples in a training data set, 10,000 samples in a test data set, and 5,000 samples in a "validation" data set. We haven't talked about validation sets before, but their intent is to be used for model selection. So you'd use validation data to select your model, train the model with the training set, and then evaluate the model using the test data set.The training data, after we "flatten" it to one dimension using the reshape function, is therefore a tensor of shape [60,000, 784] - 60,000 instances of 784 numbers that represent each image. we define our architecture by 1 hidden layer and we use relu for activating nodes and we use 20 epochs and keep batch size of 100.

image-classification-cnn-of-cats-and-dogs icon image-classification-cnn-of-cats-and-dogs

this is a model which predicts whether the input image is cat or dog,this cnn model is trained with dataset of images of cats and dogs (8000 images), two convolution layers are used with activation functions of Relu(rectifier),sigmoid(for ouput layer).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.