Official code for Next Check-ins Prediction via History and Friendship on Location-Based Social Networks (MDM 2018)

MUC Next Check-ins Prediction via History and Friendship on Location-Based Social Networks (MDM 2018) Performance Details for Accuracy: | Dataset | [email protected] | [email protected] | [email protected] | | ———- | ————| ————-| —————| | Foursquare | 0.8389 | 0.9105 | 0.9368 | | Gowalla | 0.7522 | 0.846 | 0.8866 | The performance of our framework on Foursquare and Gowalla.   To finish reading, please visit source site

Read more

Python module that parse power builder file (PBD) and analyze code (Incomplete)

Python module that parse power builder file (PBD) and analyze code (Incomplete)this tool is composed of: pbd_dump.py this tool extract files from pbd file and save it to folder named analyse_folder.py after extract pbd into folder you can use this tool to decompile supported files (“win”, “fun”, “udo”) analyse.py this tool is used to decompile one file with extension (“win”, “fun”, “udo”) by create a folder with name of the file and put inside it the code in hierarchical all […]

Read more

Controlling the MicriSpotAI robot from scratch

Controlling the MicriSpotAI robot from scratch Colaborators Components from MicroSpot The MicriSpotAI has the following components: Conection to Raspbperry Pi To connect to the MicroSpot robot you must use their own hotspot network, but this type of configuration produces that the Raspberry Pi and the laptop does not have internet connection, which is a problem. For this reason we looked for another type of access from a laptop to the Raspberry Pi. So, there are several configurations for the SSH […]

Read more

A program that uses an API and a AI model to get info of stocks

I dont mind anyone using this code but please give me credit A program that uses an API and a AI model to get info of stocks Make sure the program is in a folder in which it can create a text file to store the information if you need it. Your program output if your using a text file should look something like this: If however you are using the console it will show something like this. I will […]

Read more

Monify: an Expense tracker Program implemented in a Graphical User Interface that allows users to keep track of their expenses

Description Monify is an Expense tracker Program implemented in a Graphical User Interface allows users to add income and expense based on categories & date (Food & Drinks, Groceries, Shopping, Housing, Transportation, Life & Entertainment, Miscellaneous). It also gives the functionality to Add budget per month, Input of debts and An operation to view the statistics of spending and where their money goes based on categories in a visual representation pie chart (shows the total amount spent in each category) […]

Read more

YouTube Video Search Engine For Python

Introduction With the increasing demand for electronic devices, it is hard for people to choose the best products from multiple brands. In this case, the unboxing video will be useful letting people get an overview of the product. We would like to build a basic search engine for video on Youtube based on the speech content transcript to try to improve the searching result. The goal of the project is to find the most relevant video according to the content […]

Read more

The RDT protocol (RDT3.0,GBN,SR) implementation and performance evaluation code using socket

코드를 실행할때 리시버를 먼저 실행하세요. 성능 평가 코드는 패킷 전송 과정을 제외하고 시간당 전송률을 출력합니다. RDT3.0 GBN SR(버그 발견으로 구현중 입니다.) RDT 3.0 성능평가 결과 GBN 성능평가 결과 SR 성능평가 결과-코드 수정중 입니다. GitHub The Github Link Is For Subscribers Only Subscribe now Already have an account? Sign in    

Read more

In this tutorial we will be learning how to create custom desktop notification using Python

In this video i am going to use a module called plyer Link for the module : https://pypi.org/project/plyer/ About Plyer – Plyer is an open source library to access features commonly found in various platforms via python . It provides support for Windows, MacOS, Linux, Android and iOS. Installation Usage from plyer import notification Subscribe Please subscribe CodeWithNiranjan GitHub The Github Link Is For Subscribers Only Subscribe now Already have an account? Sign in    

Read more

Python framework for Stochastic Differential Equations modeling

This package implements functionalities for working with Stochastic Differential Equations models (SDEs for short).It includes simulation routines as well as estimation methods based on observed time series. Conceptually the information required to describe an SDEs can be divided in three groups: model, sampling and data.The sdelearn class is the main class of this package, dedicated to the interaction with the user. How to create a sdelearn class? A sdelearn class is based on three dedicated subclasses, SdeModel, SdeSampling and SdeData,containing […]

Read more
1 318 319 320 321 322 928