MVGCN: a novel multi-view graph convolutional network (MVGCN) framework for link prediction in biomedical bipartite networks

GitHub – fuhaitao95/MVGCN: MVGCN: a novel multi-view graph convolutional network (MVGCN) framework for link prediction in biomedical bipartite networks. MVGCN: a novel multi-view graph convolutional network (MVGCN) framework for link prediction in biomedical bipartite networks. – GitHub – fuhaitao95/MVGCN: MVGCN: a novel multi-view graph convoluti…    

Read more

Neural Lexicon Reader: Reduce Pronunciation Errors in End-to-end TTS by Leveraging External Textual Knowledge

This is an implementation of the paper, along with the pipeline and pretrained model using an open dataset. Audio samples of the paper is available here. This open pipeline uses the Databaker dataset. Please refer to our previous pipeline for dataset preprocessing, while only the Databaker dataset is used. Besides, you need to run lexicon/build_databaker.py to build the vocabulary, download the lexicon from zdic.net, and encode them with XLM-R. Feel free to change the target directory to save the data, […]

Read more

Doosan robotic arm, simulation, control, visualization in Gazebo and ROS2 for Reinforcement Learning

General Overview This repository includes: First, how to simulate a 6DoF Robotic Arm from scratch using GAZEBO and ROS2. Second, it provides a custom Reinforcement Learning Environment where you can test the Robotic Arm with your RL algorithms. Finally, we test the simulation and environment with a reacher target task, using RL and the 6DoF Robotic Arm with a visual target point. Prerequisites Library Version (TESTED) Ubuntu 20.04 ROS2 Foxy ros2_control link gazebo_ros2_control link How to run this Repository In […]

Read more

FMFCC-A (audio track of FMFCC) dataset and Challenge resluts

This project is the description of FMFCC-A (audio track of FMFCC) dataset and Challenge resluts. The FMFCC-A dataset is shared through BaiduCloud (website: , password: IIES). The FMFCC-A dataset is by far the largest publicly available Mandarin dataset for synthetic speech detection, which contains 40,000 synthesized Mandarin utterances that generated by 11 Mandarin TTS systems and two Mandarin VC systems, and 10,000 genuine Mandarin utterances collected from 58 speakers. In addition, the official website of FMFCC-A (Audio track of the […]

Read more

ICS 4u HD project, start before-wards. A curtain shooting game using python

HDCH ICS 4u HD project, start before-wards. A curtain shooting game using python and pygame. By Jason Li For arts and gameplay, give credit to zun team, Touhou project. For bgm, give credit to Touhou ~ Shining Shooting Star. Only for study porpose, no commercial usage will be approved. For those who disobey this rule are at their own risks. All coding is created by Jasonlmx, except for those that are cited. Other artwork and music is not by Jasonlmx. […]

Read more

SQL Alchemy dialect for Neo4j

This package provides the SQL dialect for Neo4j, using the official JDBC driver (the Neo4j “BI Connector” ) Installation pip install sqlalchemy-neo4j Prerequisites Java 8 / 11 Download the Neo4j BI Connector The reason the JAR is not included in the package is due to licensing concerns. I may add the jar into the bundle in the future. Add the jar to the classpath, either directly via the CLASSPATH environment variable or while initializing the JVM You can also use […]

Read more

A Django Online Library Management Project

I started learning📖Django few months back, and this is a practice project from MDN Web Docs that touches the aspects of Django relatively broadly. This project is about an effort to take a small library online, hence the name locallibrary. Designing the LocalLibrary Models Before we jump in and start coding the models, it’s worth taking a few minutes to think about what data we need to store and the relationships between the different objects. We know that we need […]

Read more
1 2