Git Product home page Git Product logo
Aakash Tripathi photo

akash18tripathi Goto Github PK

followers: 20.0 following: 11.0 repos: 39.0 gists: 0.0

Name: Aakash Tripathi

Type: User

Company: IIIT Hyderabad

Bio: I am an MTech CSE Student at IIIT Hyderabad(2022-2024) keen on learning efficient Computer Science Algorithms and building efficient and scalable systems.

Location: Hyderabad

Hi šŸ‘‹, I'm Aakash Tripathi

I am an MTech CSE Student at IIIT Hyderabad(2022-2024) keen on learning Efficient Computer Science Algorithms, building efficient and scalable systems and Data Exploration by leveraging ML/DL algorithms. I am passionate about different domains in Computer Science and exploring them.

akash18tripathi

  • šŸ”­ Iā€™m currently working with Media.Net as an SDE Intern.

  • šŸŒ± Iā€™m currently learning High Level Design and Low Level Design and Implementing Machine Learning Algorithms from Scratch for deeper understanding

  • šŸ‘Æ Iā€™m Constantly Improving on Advance Data Structures and Algorithms

  • šŸ’¬ Ask me about Core Computer Science Concepts based on DBMS,Networking,etc..

  • šŸ“« How to reach me [email protected]

  • āš” Fun fact I think I am Noob at everything! :)

Connect with me:

aakash-tripathi-389658172 akash18tripath akash18tripathi @aakash592 akash18tripathi

Languages and Tools:

android bash bootstrap cplusplus css3 docker firebase flask git heroku hive html5 java javascript jenkins kafka linux mongodb mysql nginx opencv pandas postman python pytorch scikit_learn seaborn sqlite tensorflow

My Leetcode stats:

LeetCode Stats

akash18tripathi

Ā akash18tripathi

Aakash Tripathi's Projects

biginteger-cpp-implementation icon biginteger-cpp-implementation

This repository contains a BigInteger library implemented in C++, which provides support for various arithmetic operations and functions for working with large integers.

custom-deque-cpp-implementation icon custom-deque-cpp-implementation

This repository contains a custom implementation of a generic Deque (double-ended queue) data structure. A deque is a versatile data structure that allows efficient insertion and deletion operations at both ends of the queue.

decision-trees-implementation-from-scratch icon decision-trees-implementation-from-scratch

This repository contains an implementation of the Decision Tree algorithm from scratch using various impurity methods such as Gini index, entropy, misclassification error, etc.

digit-recognizer-kaggle icon digit-recognizer-kaggle

This repository contains the digit recogniser datasets and the analysis in a .ipnb notebook as well as the submission.csv file. The Predictions are done using Convolutional Neural Networks. The overall score for the predictions of this model is 0.98400 in the actual compititions. Imporovement in the model which improves the accuracy are always welcome!!!

drawing-using-hand-tracking-opencv icon drawing-using-hand-tracking-opencv

Ever tried writing/drawing in air? Running this python script based on opencv will track any green/purple object of a specific hsv and will track that object.

exploring-multilayer-perceptrons icon exploring-multilayer-perceptrons

This GitHub repository explores the importance of MLP components using the MNIST dataset. Techniques like Dropout, Batch Normalization, and optimization algorithms are experimented with to improve MLP performance. Gain a deeper understanding of MLP components and learn to fine-tune for optimal classification performance on MNIST.

gaussian-mixture-models-for-background-extraction icon gaussian-mixture-models-for-background-extraction

This repository contains a Jupyter Notebook that implements Gaussian Mixture Model (GMM) for semantic segmentation and background extraction. GMM class is implemented from scratch without using any libraries like sklearn.

gaussian-naive-bayes-from-scratch icon gaussian-naive-bayes-from-scratch

This repository contains the implementation of Gaussian Naive Bayes from scratch in a Jupyter Notebook. Gaussian Naive Bayes is a simple and effective algorithm for classification tasks. It is based on Bayes' theorem with the assumption of independence between the features.

kaoaa-board-game icon kaoaa-board-game

This game, Kaoaa, has been developed using pure HTML, CSS, and JavaScript for the purpose of learning pure JavaScript handling techniques. The primary goal of this project is to provide a valuable learning experience in handling JavaScript.

knn-tweets-and-metadata icon knn-tweets-and-metadata

This Jupyter Notebook demonstrates the implementation of a K-Nearest Neighbors (KNN) algorithm using the concept of nearest neighbors without using direct classifiers. It also includes exploratory data analysis (EDA) and comparison of three classifiers.

language-modelling-and-smoothing-techniques icon language-modelling-and-smoothing-techniques

This repository implements N-gram language modeling with Kneser-Kney and Witten Bell smoothing techniques, including an in-house tokenizer. It also features a neural model with LSTM architecture and calculates perplexities for comparing language and neural models.

linear-regression-from-scratch icon linear-regression-from-scratch

This repository contains a Jupyter notebook that implements Linear Regression using Gradient Descent from scratch. The notebook also includes a comparison of the results with the scikit-learn implementations of Linear, Lasso, and Ridge Regression by plotting graphs.

minitorr-peer2peer-group-based-file-system icon minitorr-peer2peer-group-based-file-system

This project is a peer-to-peer file sharing network that enables users to share, download, and remove files from the group they belong to. Download happens parallelly with multiple pieces from multiple peers. It follows a similar concept to popular file sharing protocols like BitTorrent found on the internet.

multinomial-naive-bayes-from-scratch icon multinomial-naive-bayes-from-scratch

This repository contains a Jupyter notebook implementing the Multinomial Naive Bayes algorithm from scratch for an email classification task of SPAM or HAM. The notebook also includes a comparison of the results obtained with the scikit-learn implementation of Multinomial Naive Bayes.

neural-pos-tagger icon neural-pos-tagger

This repository contains an implementation of a neural sequence model (RNN, LSTM, GRU, etc.) to tokenize and tag sentences with the correct part-of-speech (POS) tags.

notes_app-using-node.js-express.js-mongodb icon notes_app-using-node.js-express.js-mongodb

A Simple Notes App which can get a string , put it in mongoDB database and then fetches it to show to a webpage using Node.js and Express.js used for routing. This project is for looking at basic mongoDB connections with our Web Application.

odi-records-data-web-scraping-python icon odi-records-data-web-scraping-python

This repository contains a jupyter notebook and a csv file which contains batting records of all ODI players ever played ODI cricket. This task was accomplished through Web scraping in python using libraries like BeautifulSoup , Pandas and numpy.

principal-component-analysis-from-scratch icon principal-component-analysis-from-scratch

This repository contains a Jupyter Notebook that implements PCA (Principal Component Analysis) from scratch for facial recognition. It demonstrates the steps involved in PCA, including eigenface computation and accuracy comparisons for different components.

san-fransico-crime-analysis-and-predictin-kaggle- icon san-fransico-crime-analysis-and-predictin-kaggle-

This project is based on the datasets provided by a kaggle competition. The provided datasets includes: 1)train.csv 2)test.csv 3)sampleSubmission.csv -Using Different Classification techniques like naive_baeyes,RandomForest,etc , i have predicted the categories of crimes on the test.csv dataset.

sangam_hackathon_traffic_volume_predictions icon sangam_hackathon_traffic_volume_predictions

This is the analysis and predictions of a traffic dataset provided by IIT Madras Alumini assosiation in a competition called Sangam Hackathon 2019 conducted in the month of july-August 2019. This consists of a Time Series dataset on which we apply regression problems

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.