Sequential prediction learning framework and algorithm

This is the implementation of our paper “Sequential Prediction of Social Media Popularity with Deep Temporal Context Networks“. Dataset To successfully test performance, we created TPIC Dataset, a temporal popularity image collection dataset. Overview Our DTCN contains three main components, from embedding, learning to predicting. With a joint embedding network, we obtain a unified deep representation of multi-modal user-post data in a common embedding space. Then, based on the embedded data sequence over time, temporal context learning attempts to recurrently […]

Read more

Notebook researcher with python

To run the server, you must follow these instructions: At the very beginning, just clone the repo and create a “venv” for it and install the requirements via: pip install -r requirements.txt windows First, you have to install postgresql. The instructions are held in this link below:https://www.postgresqltutorial.com/install-postgresql/ Set “password” and “port” carefully, as you should know them further. Then, open pgadmin and create a database named “notebook_researcher”. After that, open file“quran_django/settings/production.py” and change these items: On line 88, set “Name” […]

Read more

A python script for generating CC

A python script for generating CCNOTE: This tool is for Educational purpose, and I will not be responsible for any harm caused by the userInstallation 👇👇$apt update && upgrade$apt install figlet$apt install requests$apt install colorama$apt install git$git clone https://github.com/Lekzi/CC-GENERATOR$cd CC-GENERATOR$ls$python3 ‘CC GENERATOR.py’ GitHub View Github    

Read more

Stack Based Programming Language

WARNING! THIS LANGUAGE IS A WORKING PROGRESS. THIS IS JUST A HOBBY PROJECT Inspired by Tsoding Roudmap for Morth (Milestones) Compiled Interpreted (Simulated) Stack based Easy to use (for a stack based language) Turing-complete Dynamically typed Optimized Workflow of the compiler Analysing Source File -> Converting Words in Operation Codes -> Generating Assembly Code -> Compiling Assembly with NASM -> Linking Objectfile with the GNU Linker -> Selfcontaining Executable GitHub View Github    

Read more

Jni Generator module extracted from Chromium project

1 Dependencies 1.1 C ++ dependencies Copy two directories: chromium-jni-generator-native-essential and chromium-jni-generator-native-gen-script to your projectThe chromium-jni-generator-neutral-essential directory contains the chromium_jni_generator_native_essential .h and chromium_jni_generator_native_essential.ccThe chromium-jni-generator-native-gen-script directory contains python scripts that generate native codechromium_native_code_gen.sh is an example of using python scripts to generate native code #!/bin/bash #create code generation directories rm -rf ./gen mkdir -p gen/cpp mkdir -p gen/java #generate native code ./jni_generator.py –input_file XXXXA.java –input_file XXXXB.java –output_file gen/cpp/XXXXA.h –output_file gen/cpp/XXXXB.h 1.2 Java dependencies    

Read more

An academic tool for data structures and algorithms courses

The Cormen-lib module is an insular data structures and algorithms library based on the Thomas H. Cormen’sIntroduction to Algorithms Third Edition. This library was made specifically for administering and grading assignments relatedto data structure and algorithms in computer science. With this module students can receive progress reports on their problem sets in real time as they complete assignments.Additionally, student submission assessment is done with unit tests, instead of hand-tracing, ensuring that the gradesthat students receive accurately reflect their submissions. The […]

Read more

Lite cracker tool for python

Wellcome to tools Results Install Tools ( pkg update && pkg upgrade ( pkg install git ( pkg install python2 ( pip2 install mechanize ( pip2 install requests ( pip2 install futures ( pip2 install bs4 ( git clone https://github.com/Jeeck-XN/Lite ( cd Lite ( git pull    

Read more
1 10 11 12 13 14 49