Code Monkey home page Code Monkey logo

-lgm-vip_datascience's Introduction

LGM-VIP_DataScience

IRIS Flowers Classification ML Project

This particular ML project is usually referred to as the "Hello World" of Machine Learning. The iris flowers dataset contains numeric attributes, and it is perfect for beginners 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 to Grayscale using Python

We need to read the image in RBG format and then convert it to a grayscale image. This will turn an image into a classic black and white photo. Then the next thing to do is invert the grayscale image also called negative image, this will be our inverted grayscale 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 programmatically using the divide function from the cv2 library in Python.

Next Word Predictor

Using TensorFlow and Keras library train a RNN, to predict the next word.

Develop A Neural Network That Can Read Handwriting

It is the Neural Network Machine Learning Project MNSIT Handwritten Digit Classification Challenge and using TensorFlow and CNN. It has very user friendly interface which is ideal for beginners.

Handwritten equation solver using CNN

Mathematical equation solver using character and symbol recognition using image processing and CNN.

Music Recommendation

Music recommender systems can suggest songs to users based on their listening patterns.

Stock Market Prediction And Forecasting

Stock Market Prediction And Forecasting Using Stacked LSTM

Prediction using Decision Tree Algorithm

Prediction using Decision Tree Algorithm

Exploratory Data Analysis on Dataset - Terrorism

As a security/defense analyst, try to find out the hot zone of terrorism.

More Advanced Level Task

ML Facial recognition to detect mood and suggest songs accordingly

-lgm-vip_datascience's People

Contributors

kir-an 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.