Giter Club home page Giter Club logo

Hi , I'm Mahnoor Rana

I'm a Data Science Enthusiast.

πŸ™‹β€β™€οΈ About Me

  • 🌱 I have done quite a lot of projects of Machine learning and Deep Learning.

  • 🌱 I’m currently learning Data Structures and Algorithms.

  • 🌱 I’m currently working on Real Time projects.

  • 🌱 All of my projects are available at My Portfolio

  • πŸ‘― I’m looking to collaborate with other content creators and developers.

  • ⚑ Fun fact I play games and read books about Data Science.

πŸ’» Technology Infrastructure πŸš€



πŸ“Š My Github Stats


Mahnoor Rana's Github Stats Mahnoor Rana's Top Languages

Mahnoor Rana's streak

Mahnoor Rana's Activity Graph



Connect with me:

Mahnoor Rana's Projects

android_app_on_google_play icon android_app_on_google_play

Project The Android App Market on Google Play Project Description Mobile apps are everywhere. They are easy to create and can be lucrative. Because of these two factors, more and more apps are being developed. In this project, you will do a comprehensive analysis of the Android app market by comparing over ten thousand apps in Google Play across different categories. You'll look for insights in the data to devise strategies to drive growth and retention. This project lets you apply the skills from Manipulating DataFrames with pandas and Python Data Science Toolbox (Part 1). We recommend that you take those courses before starting this project. The data for this project was scraped from the Google Play website. While there are many popular datasets for Apple App Store, there aren't many for Google Play apps, which is partially due to the increased difficulty in scraping the latter as compared to the former. The data files are as follows: apps.csv: contains all the details of the applications on Google Play. There are 13 features that describe a given app. user_reviews.csv: contains 100 reviews for each app, most helpful first. The text in each review has been pre-processed and attributed with three new features: Sentiment (Positive, Negative or Neutral), Sentiment Polarity and Sentiment Subjectivity. Project Tasks Google Play Store apps and reviews Data cleaning Exploring app categories Distribution of app ratings Size and price of an app Relation between app category and app price Filter out "junk" apps Popularity of paid apps vs free apps Sentiment analysis of user reviews

batch_gradient_descent_vs_mini_gradient_descent icon batch_gradient_descent_vs_mini_gradient_descent

Gradient descent is a first-order iterative optimization algorithm for finding the minimum of a function.In Batch Gradient Descent, all the training data is taken into consideration to take a single step. We take the average of the gradients of all the training examples and then use that mean gradient to update our parameters. So that’s just one step of gradient descent in one epoch.In Batch Gradient Descent we were considering all the examples for every step of Gradient Descent. But what if our dataset is very huge. Deep learning models crave for data. The more the data the more chances of a model to be good.SGD can be used for larger datasets. It converges faster when the dataset is large as it causes updates to the parameters more frequently.the average cost over the epochs in mini-batch gradient descent fluctuates because we are averaging a small number of examples at a time.

churn_prediction icon churn_prediction

Churn prediction means detecting which customers are likely to leave a service or to cancel a subscription to a service. It is a critical prediction for many businesses because acquiring new clients often costs more than retaining existing ones.

cnn_image_classification icon cnn_image_classification

CNN is mainly used in image analysis tasks like Image recognition, Object detection & Segmentation.CNNs are used for image classification and recognition because of its high accuracy..The CNN follows a hierarchical model which works on building a network, like a funnel, and finally gives out a fully-connected layer where all the neurons are connected to each other and the output is processed.

cost_of_living_index_2022 icon cost_of_living_index_2022

Cost of Living Index (Excl. Rent) is a relative indicator of consumer goods prices, including groceries, restaurants, transportation and utilities. Cost of Living Index does not include accommodation expenses such as rent or mortgage.

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.