Guest User

Untitled

a guest
Oct 23rd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Cluster Discovery Services for Telecommunications"
  8. ]
  9. },
  10. {
  11. "cell_type": "markdown",
  12. "metadata": {},
  13. "source": [
  14. "## Introduction/Business Problem"
  15. ]
  16. },
  17. {
  18. "cell_type": "markdown",
  19. "metadata": {},
  20. "source": [
  21. "Providing optimum network coverage is goal of each Network Planning Deportment of a telecommunication company. For this reason, companies tend to perform surveys, marketing, and outsourcing so that maximum profit be gained by minimum resource deployment. With the lake of such planning and management, the companies suffers from many problems including customer churn, poor allocation of resources, and insufficient of customer segmentation and so in creating packages. \n",
  22. "Therefore, we propose *to establish a **framework of services that offers cluster mining** for existing and potential customers, optimum network planning, package segmentation & development by leveraging their existing data along-with __geographical data__*. \n",
  23. "We discussed the proposal with our existing client that was previously National Telecommunication Company and now gone private. During our various discussion the proposal has been discussed frequently with their project director and operational manager. They were interested and excited about it and were looking for a pilot project in short term of time by focusing just one issue"
  24. ]
  25. },
  26. {
  27. "cell_type": "markdown",
  28. "metadata": {},
  29. "source": [
  30. "## Data Requirements"
  31. ]
  32. },
  33. {
  34. "cell_type": "markdown",
  35. "metadata": {},
  36. "source": [
  37. "Telecommunication companies are well equipped with customer data and geographical area of their interests. Such data exist in CRM solutions that contains customer addresses as well as service usage behavior along-with their financial patterns. Moreover, Network planning and operation departments are also rich in capturing their deployed resources like base stations and cabinets. Therefore, leveraging the data of customers’ profile and behavior along-with deployed resources and financial outcome can provide a strong base for data scientists to answer some of their top most problems. \n",
  38. "1. Identifying clusters of customer churns \n",
  39. "2. Identifying the geographical areas that require resource optimization \n",
  40. "3. Identifying clusters of problems that affects customer services \n",
  41. "\n",
  42. "We can leverage very useful data of existing ongoing CRM project as well as Network Operation Solution. CRM can provide us customer profile information including customer age, location, status and also usage information like subscription-type, average monthly bill, current subscription status, number of issues. From Network Operation, we can have resource data like BST, Cabinet capacity, location, and Network outages, and customer-issues-reference. Alongside, we will use spatial map to plot our data for clustering. \n",
  43. "\n",
  44. "\n",
  45. "\n",
  46. "We plan to start by first establishing a clear gloal by the concent of project director i.e., \"why customer churn in Islamabad city during April to July 2018\". The goal is being established within small scope, data processing & availability, limited resources, and no-budget constraints.\n",
  47. "\n",
  48. "After setting the goal, we esbalished the following hypothesis:\n",
  49. "\n",
  50. "Customer churn occurs due to:\n",
  51. "\n",
  52. "> increase number of network issues \n",
  53. "> bill payment \n",
  54. "> nighbor influence \n",
  55. "\n",
  56. "We collected customer and their subscription data from CRM and Faults and Resources data Operation Management System (OMS) for the given period for the specified city. CRM will provide customer profile information (customer-age, subscription-date, location, service-type) and usage data (monthly-bill, tickets, feedback). OMS will provide network resources information (BTS location, Capacity, number-of-outages).\n",
  57. "\n",
  58. "After collecting and refingment of the data, we will normalize the data to fit our model so that k-mean clustering alogrithm be applied by iteratively increameting number of clusters until adiquate numbers could be justfitied.\n"
  59. ]
  60. },
  61. {
  62. "cell_type": "markdown",
  63. "metadata": {},
  64. "source": [
  65. "* Foursquare services will be used to fetch the coordinates of network resources and customer address based location\n"
  66. ]
  67. },
  68. {
  69. "cell_type": "code",
  70. "execution_count": null,
  71. "metadata": {},
  72. "outputs": [],
  73. "source": []
  74. }
  75. ],
  76. "metadata": {
  77. "kernelspec": {
  78. "display_name": "Python 3",
  79. "language": "python",
  80. "name": "python3"
  81. },
  82. "language_info": {
  83. "codemirror_mode": {
  84. "name": "ipython",
  85. "version": 3
  86. },
  87. "file_extension": ".py",
  88. "mimetype": "text/x-python",
  89. "name": "python",
  90. "nbconvert_exporter": "python",
  91. "pygments_lexer": "ipython3",
  92. "version": "3.6.5"
  93. }
  94. },
  95. "nbformat": 4,
  96. "nbformat_minor": 2
  97. }
Add Comment
Please, Sign In to add comment