Amit Raj (amit-raj-repo)

amit-raj-repo

Geek Repo

0

following

0

stars

Company:Prognos | Ex Mu-Sigma

Location:Berlin

Home Page:https://github.com/amit-raj-repo

Github PK Tool:Github PK Tool

Amit Raj's repositories

DL-NLP-Siamese-Network

The Facenet paper of 2015 proposed an interesting solution for huge multiclass problems. Instead of the traditional approach, we try to learn a similarity function i.e. degree of difference between 2 inputs. If the degree of difference between the inputs is less than a threshold then the inputs are classified as similar else different.

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

CNN-Malaria-Detection-Using-Keras

Malaria Detection - This Repository will help in differentiating between parasitized and non-parasitized malaria cells. Data is hosted at NIH's website as well as Kaggle(You can find the kaggle link in the README). This can be a starting point for understanding and implementing projects in CNN. The problem requires you to handle big data, perform basic manipulations and you can try out different models and methods. The implementation is in Python on Google Colab.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Data-Science-Python

A Repository for handling different complex machine learning algorithms like boosting etc. This repository contains/will contain all the important algorithms implemented on real data. The helper functions defined will prevent from writing complex codes and will help us realize our goal faster.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:1Issues:0

GithubIntro

A basic introduction to teaching Git and GitHub

Stargazers:0Issues:0Issues:0

Machine-Learning

An attempt to translate complex algorithm into something easy to understand

Stargazers:0Issues:1Issues:0

ML-Decision-Tree-Python

Implementation of Decision Tree algorithm in python, this is a basic implementation and will be helpful for beginners to start, understand and implement Decision Trees. This repository will help in understanding decision trees using Python. This also includes plotting ROC curve, confusion metrics etc.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

ML-Logistic-Regression-Python

Logistic Regression is one of the basic yet complex machine learning algorithm. This is often the starting point of a classification problem. This repository will help in understanding the theory/working behind logistic regression and the code will help in implementing the same in Python. Also, This is a basic implementation of Logistic Regression in python and will be pretty helpful for beginners to get started.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

ML-Random-Forest-Python

This repository will help in understanding the basic concept of Random Forest algorithm and will also learn how to optimize the hyperparameters and prevent overfitting.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0