Gana016

Gana016

@ganapathi12

Computer Science Engineering Student 👨‍🎓, Machine learning Practitioner 👨‍🏫 , Full Stack Dev ⚛️(React and Django).

@cisco coimbatore
32
Followers
17
Following
72
Public Repos
0
Private Repos

Language Breakdown

Lines of code distribution across 52 owned repositories

2.9M Total LOC
Jupyter Notebook
1,774,870 lines
60.9%
N/A
JavaScript
493,046 lines
16.9%
N/A
Python
177,282 lines
6.1%
N/A
CSS
131,290 lines
4.5%
N/A
Java
118,488 lines
4.1%
N/A
Other
221,181 lines
7.6%
N/A
I

I-Shaped Developer

I-shaped

Specialist — deep expertise in Jupyter Notebook

Jupyter Notebook
JavaScript
Python
CSS
Java

Collaboration Network

Global Impact visualization

LIVE
Gana016
0 active collaborators

Repos

74

PRs

0

Growth

+18%

Top Collaborators

No collaborator data yet.

Coding Streak

Contribution activity over the past year

0 days
0
Contributions
0
Commits
0
Pull Requests
Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun
Mo
We
Fr
Based on GitHub activity
Less
More

Top Repositories

digital-course-file

Software Engineering project for helping faculty to manage courses.

2 3
JavaScript
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.

2 0
Jupyter Notebook
alumni-frontend
1 1
JavaScript
digital-course-file-students-view

Students view for Digital-course-file-system

1 3
JavaScript
yolov4_mask_detection

This is project on mask detection, done by me and my teamate Balaji Dass for a mlh hackathon,Successfully trained yolo model with custom datasets gathred from google and kaggle.

1 1
Python
ganapathi12.github.io

My Portfolio Website

1 1
CSS
sentiment-analysis-

this dataset is downloaded from kaggle and in this dataset containes all the customer id's and the reviews given, and whether the review is positive, negative or neutral and we need to predict which part of the sentence is reponsible for the review being positive, negative or neutral and this can be simply done by using sentiment analyzer in sklearn library but the accuracies are too low so alternatively this can be done by using lstm

1 0
Python
smile-detector-using-opencv

this is a python code which uses haarcascade files for eye,face and smile detection with the help of opencv we are utilizing these haarcascade files for some face recognization and this calcluations are done on cpu and the input is obtained from the webcam the input video is fragmented into frames and these frames are converted into gray images and calculations are done on these grey images and the result is projected back into video on window with the help of opencv

1 0
Python
agentBridge
0 0
JavaScript
notifications-menu-react
0 0
JavaScript

Open Source Impact

Contributions to external projects

22 merged PRs

No external contributions found.