Giter VIP home page Giter VIP logo

Dharineesh Ram T P's Projects

decision-tree-regression-age-prediction-of-abalone icon decision-tree-regression-age-prediction-of-abalone

A decision tree is a flowchart-like structure in which each internal node represents a “test” on an attribute (e.g. whether a coin flip comes up heads or tails), each branch represents the outcome of the test, and each leaf node represents a class label (decision taken after computing all attributes).

do-you-have-diabetes-or-not- icon do-you-have-diabetes-or-not-

Using the ML Dataset, we try to predict if a pima native American has diabetes or not. Here we use decision Tree Algorithm in order to make the predictions

dsa-problem-solving-series-by-testa-code icon dsa-problem-solving-series-by-testa-code

This repository contains the solutions for all the problems covered in the DSA Problem Solving Series by Testa Code. Also the assignment problems for each video is described here.

linear-regression-ols-vs-gradient-descent- icon linear-regression-ols-vs-gradient-descent-

Starting from the basics!!! Yes Linear Regression is the first and simplest regression a ML enthusiast would have learnt. This repository is a very simple intuition on how OLS and Gradient Descent work for a simple Salary vs Experience Dataset

logistic-regression-fish-species-predictor icon logistic-regression-fish-species-predictor

Logistic Regression, though by name is not a regression model. It performs classification. It must be known that this Algorithm is very important and has a separate importance though its an old one. Today everyone has moved towards Deep Learning, but it must be known that each neural unit performs the job of a Logistic Regression.

male-female-voice-detemination icon male-female-voice-detemination

Here, we try to determine male/female voice based on voice cahrac. The dataset is of a good number. So lets try to use Random Forest Algorithm to classify them

random-forest-age-of-the-abalone icon random-forest-age-of-the-abalone

The random forest is a supervised learning algorithm that randomly creates and merges multiple decision trees into one “forest.” The goal is not to rely on a single learning model, but rather a collection of decision models to improve accuracy. The primary difference between this approach and the standard decision tree algorithms is that the root nodes feature splitting nodes are generated randomly.

shopping-mall-customer-analysis-k-means-clustering icon shopping-mall-customer-analysis-k-means-clustering

Cluster analysis or clustering is the task of grouping a set of objects in such a way that objects in the same group (called a cluster) are more similar (in some sense) to each other than to those in other groups (clusters). It is a main task of exploratory data mining, and a common technique for statistical data analysis, used in many fields, including pattern recognition, image analysis, information retrieval, bioinformatics, data compression, computer graphics and machine learning. Here we try to analyse the customers visiting the Shopping Mall

stopapsci icon stopapsci

An AI based Stone-Paper-Scissors Game with Simpson

wine-data-classification-adaboost icon wine-data-classification-adaboost

Here, we use the famous wine dataset to classify the type of wine. In this approach, we can use many algorithms. But am using AdaBoost in order to see how the week learners combine together to form a strong learner

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.