Aditya Kumar Gupta

Results 25 issues of Aditya Kumar Gupta

Implementation of the following RNN Architectures: - [x] ~~RNN~~ - [x] ~~LSTM~~ - [x] GRU Should be pushed into dl folder with **respective folder name** along with **requirements.txt** file.

good first issue
beginner-friendly
up-for-grab
python
intermediate

Implementation of the following: - [x] Principal Component Analysis (PCA) - [x] Principal Component Regression (PCR) - [x] Partial Least Squares Regression (PLSR) - [ ] Sammon Mapping - [...

beginner-friendly
up-for-grab
python
Machine Learning
intermediate

Implementations of the following: - [x] ~~Perceptron~~ - [x] ~~Perceptron as AND operator~~ - [x] ~~Perceptron as NAND operator~~ - [x] ~~Perceptron as NOR operator~~ - [x] ~~Perceptron as NOT...

good first issue
beginner-friendly
up-for-grab
python
Machine Learning

Implementation of the following in Python: - [x] Find volumes of various shapes (cube, cuboid, cone, right circular cone, prism, pyramid, sphere, circular cylinder) - [x] Zellers Congruence Algorithm -...

good first issue
beginner-friendly
up-for-grab
python

Need proper README for the following: - [x] [Canny Edge Detection](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/EdgeDetection/CannyEdgeDetection) - [x] [Prewitt Edge Detection](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/EdgeDetection/PrewittEdgeDetection) - [x] [Sobel Edge Detection](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/EdgeDetection/SobelEdgeDetection)

documentation
gssoc21
Level1

A README file for the same strictly following [Documentation Issue Guidelines](https://github.com/geekquad/Image-Processing-OpenCV/issues/137)

documentation
gssoc21
Level1

Implementation of the following Image Processing Techniques: - [x] [Template Matching](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/TemplateMatching) - [x] [FLANN Matcher](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/FlannFeatureMatcher) - [x] [Sift Algorithm](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/SiftAlgorithm) - [x] [Meanshift Algorithm](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/Meanshift)

gssoc21
Level3

Implementation of the same.

gssoc21
Level3

Implementation of Image Pyramiding technique.

gssoc21
Level3

The guidelines for documentation issues go here What you need for documentation: Heading of the algorithm Introduction : definition,history How Algorithms Works? : algorithms steps, ideas behind the algorithm Advantages...

Template