-
2019.10.30 How to analyze previous work(2)
1.Related Work Two paper about program on Serendipity and networking Both of these papers concentrate on ‘How can I create a connection efficiently?’. However, it is necessary to investigate and analyze the connection frequently occurring in the user’s context. After the data is accumulated, it will be possible to provide appropriate services. 2. Study how […]
-
2019.10.29 How to analyze previous work
1.Related Work I am looking for related work on serendipity service. So today I read a paper. I’ll read more paper and summarize related work more briefly. Connective Experience: Co-creating a Semantic Enabled Serendipity Service for Living Labs and Internet of Things 2.Study how to control data This is a python example that analyzes the […]
-
2019.10.28 How to handle location data.
1.ToDo List 1)Searching for SCI paper about finding serendipity 2)Writing my paper 3)Finding Research company 2. Study how to handle data. *Code *UML *Link
-
2019.10.25 How can I get the insight from Uber?(2)
1.Uber Service 1)Car Pool Service -> Providing non-delayed carpooling service for two users 2)Data Collection about using Uberpool -> Measurement of travel time and timeline of heavy traffic -> New Service (Save money even when you get stuck in the monthly plan) 3)Data Visualization & Open Data ***Uber Movement Service Through this service, user can […]
-
2019.10.24 How can I get the insight from Uber?
1.How it works Uber manages billions of GPS locations. Every minute, their platform juggles millions of events. How do they leverage these details into a way to better manage moving people and things from place to place? Their answer is data visualization. reference: https://neilpatel.com/blog/how-uber-uses-data/ 2.Study how to control data *Code (Jupyter Notebook) *UML *Link
-
2019.10.23 How to control data in python
Study how to control data in python Today I learned how to draw a graph in python. *Code (Jupyter Notebook) *UML *Link
-
2019.10.22 How can Uber provide car sharing service?(2)
1. About Uber Algoritm Today I downloaded the Ribs project of Uber. And I found how uber can provide UberPool Service. 2.Study how to control data *Code *UML *Link
-
2019.10.21 How can Uber provide car sharing service?
1.Uber Open source Uber provides open source through various projects. First of all, I will study how to analyze location data. Among them, I found an open source called kepler.gl and git cloned it. 2.New analysis of network based on collected data I redrawn the network with the edges removed. There is no connectivity, so […]
-
2019.10.18 How to analyze spatial network(2)
1. To-Do List (After meeting) 1) Watching Movie “serendipity“ 2) Study Uber Carpool Service Algorithm 3) Analyzing network as new pattern 4) 산학협력팀 과제 관련 문의할 것. 2.Study how to control data *Code *UML *Link
-
2019.10.17 How to analyze spatial network
1.Spatial Network Analysis I looked up Cambidge University’s teaching materials and papers on spatial network analysis. The communities extracted from the cities were analyzed in various visual ways. 2.Study how to control data I am studying pandas and numpy. *Code *Link