Giter VIP home page Giter VIP logo

dataanalytics's Introduction

Data Analytics

Iris Classification

Iris classification is referred to as the "Hello World" of Machine Learning. Iris.csv file is iris flowers dataset that contains numeric attributes, and it is perfect to learn about supervised ML algorithms, mainly how to load and handle data. Also, since this is a small dataset, it can easily fit in memory without requiring special transformations capabilities or scaling.

image

Music Recommendation System

A music recommendation system is a machine learning system that predicts songs that users might like to hear based on their previous listening history. These systems are built using machine learning and artificial intelligence. The datasets used are songs.csv, songs_extra_info.csv, members.csv, train.csv & test.csv.

image

Image To Pencil Sketch Using Python

The first step is to read the image (i.e. test.jpg) in RGB format and then convert it into a grayscale image. This will turn an image into a classic B&W image. The next step is to invert the B&W image, aka the negative image. Inversion can be used to enhance details. Then we can finally create the pencil sketch by mixing the grayscale image with the inverted blurry image. This can be done by dividing the grayscale image by the inverted blurry image. Since images are just arrays, we can easily do this by using the divide function from the CV2 library in Python.

Screenshot from 2023-09-30 20-41-56

Decision Tree Classifier

A decision tree classifier is a ML algorithm used for classification tasks. It is a supervised learning algorithm that can be used for both binary classification and multi-class classification.The decision tree classifier works by recursively partitioning the data into subsets based on the values of different input features. At each step, the algorithm selects the feature that provides the best split or separation of the data, with the goal of maximizing the separation between different classes. This process continues until a stopping criterion is met, such as a maximum tree depth or a minimum number of data points in a leaf node. Popular extensions of decision tree classifiers include Random Forests, Gradient Boosted Trees, and XGBoost, which aims to improve the performance and generalization of decision tree-based models.

Screenshot from 2023-09-30 20-45-38

dataanalytics's People

Contributors

vksuvam avatar

Watchers

 avatar

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.