MorpheusXueSong's repositories

Language:HTMLLicense:MITStargazers:1Issues:0Issues:0

linux

Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum

Language:CLicense:NOASSERTIONStargazers:1Issues:0Issues:0

algorithm-visualizer

:fireworks:Interactive Online Platform that Visualizes Algorithms from Code

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

AcousticFeatureExtraction

Acoustic feature extraction using Librosa library and openSMILE toolkit.使用Librosa音频处理库和openSMILE工具包,进行简单的声学特征提取

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

algorithms_and_data_structures

180+ Algorithm & Data Structure Problems using C++

Language:C++License:GPL-2.0Stargazers:0Issues:0Issues:0

allennlp-models

Officially supported AllenNLP models

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

applied-ml

📚 Curated papers, articles & videos on data science & machine learning applied in production, with results.

License:MITStargazers:0Issues:0Issues:0

Bert-Chinese-Text-Classification-Pytorch

使用Bert,ERNIE,进行中文文本分类

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.

Language:C++License:MITStargazers:0Issues:0Issues:0
Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

cool-open-sharings

Sharing open source projects, books, or articles in this repo. All sharings will be firstly released in "isn't it cool" 我的公众号《是不是很酷》中的子栏目《【是不是很酷】开源资源 分享》文章和相关资源链接备份。

Stargazers:0Issues:0Issues:0

covarep

A Cooperative Voice Analysis Repository for Speech Technologies

Language:MATLABLicense:NOASSERTIONStargazers:0Issues:0Issues:0

DeepLearningExamples

Deep Learning Examples

Language:PythonStargazers:0Issues:0Issues:0

gen_amba

AMBA bus generator including AXI, AHB, and APB

Stargazers:0Issues:0Issues:0

hello-algorithm

🙈🙉🙊 本项目包括:1、我写的三十万字图解算法题典 2、100 张 IT 相关超清思维导图 3、100 篇大厂面经汇总 4、各语言编程电子书 100 本 5、English version supported !!! 🚀🚀 国人项目上榜首不易,右上角助力一波!干就对了,奥利给 !🚀🚀

Language:JavaScriptStargazers:0Issues:0Issues:0

InfoSpider

INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、**移动、**联通、**电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源**博客、简书。

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

interview

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

interviews

Everything you need to know to get the job.

Language:JavaLicense:MITStargazers:0Issues:0Issues:0

LearnPython

以撸代码的形式学习Python

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

linux-1

Linux kernel source tree

Language:CLicense:NOASSERTIONStargazers:0Issues:0Issues:0

linux-command

Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

MMSA

CH-SIMS: A Chinese Multimodal Sentiment Analysis Dataset with Fine-grained Annotations of Modality (ACL2020)

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.

Language:MATLABLicense:NOASSERTIONStargazers:0Issues:0Issues:0

QWidgetDemo

Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!

Language:CLicense:NOASSERTIONStargazers:0Issues:0Issues:0

redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

Language:CLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0

Self-MM

Codes for paper "Learning Modality-Specific Representations with Self-Supervised Multi-Task Learning for Multimodal Sentiment Analysis"

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

serial_port_plotter

Displays real time data from serial port

Language:C++License:GPL-3.0Stargazers:0Issues:0Issues:0

SpinalHDL

SpinalHDL core

Language:ScalaLicense:NOASSERTIONStargazers:0Issues:0Issues:0

tensorflow

An Open Source Machine Learning Framework for Everyone

Language:C++License:Apache-2.0Stargazers:0Issues:0Issues:0

text_classification

使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个模型的对比

Language:PythonStargazers:0Issues:0Issues:0