Giter VIP home page Giter VIP logo

ml-application-on-network's Introduction

ML-Application-on-Network

This repo is created mainly for updating recent researches about the AI on Network.

Benchmark

You can find a popular wifi activity recognition dataset [here].

I will reproduce some famous algorithms and report their performance on this dataset if I am free.

Conference

MobiCom 2021

  • Yongzhi Huang, Kaixin Chen, Yandao Huang, Lu Wang, Kaishun Wu.
    "Vi-Liquid: Unknown Liquid Identification with Your Smartphone Vibration". [paper]

    • Liquid sensing iwth mobile phone.
  • Xiulong Liu, Dongdong Liu, Jiuwu Zhang, Tao Gu, Keqiu Li.
    "RFID and Camera Fusion for Recognition of Human-object Interactions". [paper]

    • Incorporate RFID with vision.
  • Shuangjiao Zhai, Zhanyong Tang, Petteri Nurmi, Dingyi Fang, Xiaojiang Chen, Zheng Wang.
    "RISE: robust wireless sensing using probabilistic and statistical assessments". [paper]

    • For robust wireless sensing.
  • Tianyue Zheng, Zhe Chen, Jun Luo, Lin Ke, Chaoyang Zhao, Yaowen Yang.
    "SiWa: see into walls via deep UWB radar". [paper]

  • Andrea Ferlini, Dong Ma, Robert Harle, Cecilia Mascolo.
    "EarGate: Gait-based User Identification with In-ear Microphones". [paper]

  • Zhe Chen, Tianyue Zheng, Chao Cai, Jun Luo.
    "MoVi-Fi: Motion-robust Vital Signs Waveform Recovery via Deep Interpreted RF Sensing". [paper]

    • Sensing vital signs with RF.

MobiSys 2021

  • Hongfei Xue, Yan Ju, et. al.
    "mmMesh: Towards 3D Real-Time Dynamic Human Mesh Construction Using Millimeter-Wave". [paper]

    • 3D skeleton using millimeter-wav.
  • Belal Korany, Yasamin Mostofi.
    "Counting a stationary crowd using off-the-shelf wifi". [paper]

    • Stationary crowd using WiFi.
  • Dong Ma, Andrea Ferlini, Cecilia Mascolo.
    "OESense: Employing Occlusion Effect for In-ear Human Sensing". [paper]

    • HAR using smart earbuds.
  • Xiaomin Ouyang, Zhiyuan Xie, Jiayu Zhou, Jianwei Huang, Guoliang Xing.
    "ClusterFL: A Similarity-Aware Federated Learning System for Human Activity Recognition". [paper]

SenSys 2021

  • Linlin Tu, Xiaomin Ouyang, Jiayu Zhou, Yuze He, Guoliang Xing.
    "FedDL: Federated Learning via Dynamic Layer Sharing for Human Activity Recognition". [paper]

    • Employing federated learning into HAR.
  • Tiantian Liu, Ming Gao, Feng Lin, Chao Wang, Zhongjie Ba, Jinsong Han, Wenyao Xu, Kui Ren.
    "Wavoice: A Noise-resistant Multi-modal Speech Recognition System Fusing mmWave and Audio Signals". [paper]

    • Multimodal system of RF and speech.
  • Tianyue Zheng, Zhe Chen, Shujie Zhang, Chao Cai, Jun Luo.
    "MoRe-Fi: Motion-robust and Fine-grained Respiration Monitoring via Deep-Learning UWB Radar". [paper]

    • Fine-grained respiration detection with RF.
  • Rui Xiao, Jianwei Liu, Jinsong Han, Kui Ren.
    "OneFi: One-Shot Recognition for Unseen Gesture via COTS WiFi". [paper]

    • One-shot learning application on WiFi-based HAR.

NSDI 2021

  • Junyang Shi, Mo Sha, and Xi Peng.
    "Adapting Wireless Mesh Network Configuration from Simulation to Reality via Deep Learning based Domain Adaptation". [paper]
    • Apply domain adaptation on mesh network configuration from simulation to reality.

ICCV 2019

  • Wang F, Zhou S, Panev S, et al.
    "Person-in-WiFi: Fine-grained Person Perception using WiFi". [paper]
    • Feel surprised about the pose estimation performance in this paper, which just leverages 3 antennas WiFi transmitter and receiver. Doubt on its generalization ability.

ECCV 2020

  • Lijie Fan*, Tianhong Li*, Yuan Yuan, Dina Katabi.
    "In-Home Daily-Life Captioning Using Radio Signals." [paper]
    • Feel interesting. Extract features of 3D skeletons and floormap to feed language generation mode. Leveraging paired video to align with RF signal. Also aligning unpaired video by domain adversarial adaptation to take advantage of current video caption dataset. Maybe developing floormap-free model is the next step.

SenSys 2020

  • Chenning Li, Zheng Liu, Yuguang Yao, Zhichao Cao, Mi Zhang, Yunhao Liu.
    "Wi-Fi See It All: Generative Adversarial network-augmented Versatile Wi-Fi Imaging." [paper]

    • Coarse segmentation by 2D-IFFT, fine-grained segmentation by cycle-GAN. Only working on limited occasions.
  • Shuya Ding, Zhe Chen, Tianyue Zheng, Jun Luo.
    "RF-Net: A Unified Meta-Learning Framework for RF-enabled One-Shot Human Activity Recognition." [paper]

    • A novel few-shot learning mnethod applying on WiFi-based HAR.

SIGCOMM2020

  • Zili Meng, Minhu Wang, Jiasong Bai, Mingwei Xu, Hongzi Mao, Hongxin Hu.
    "Interpreting Deep Learning-Based Networking Systems." [paper]

    • Training decision tree and hyper-graph to replace deep learning model to enhance interpretability.
  • Kuntai Du, Ahsan Pervaiz, Xin Yuan, Aakanksha Chowdhery, Qizheng Zhang, Henry Hoffmann, Junchen Jiang.
    "Server-Driven Video Streaming for Deep Learning Inference." [paper]

    • A dnn-based video stream method towards to server-side high accuracy dnn inference.

AAAI2020

  • Xiaodong Yang, Yiqiang Chen, Hanchao Yu, Yingwei Zhang, Wang Lu, Ruizhe Sun
    "Instance-wise Dynamic Sensor Selection for Human Activity Recognition." [paper]

  • Zhen Meng, Song Fu, Jie Yan, Hongyuan Liang, Anfu Zhou,Shilin Zhu, Huadong Ma, Jianhua Liu, Ning Yang
    "Gait Recognition for Co-existing Multiple People Using Millimeter Wave Sensing" [paper]

NSDI2020

  • Kshiteej Mahajan,Arjun Balasubramanian,Arjun Singhvi,Shivaram Venkataraman.
    "Themis: Fair and Efficient GPU Cluster Scheduling" [paper]

  • Francis Y. Yan, Hudson Ayers, Chenzhi Zhu, Sadjad Fouladi, James Hong, Keyi Zhang, Philip Levis, Keith Winstein.
    "Learning in situ: a randomized experiment in video streaming." [paper]

    • Evaluation on a collected large-scale video dataset.
  • 🌟🌟Unsoo Ha, Junshan Leng, and Alaa Khaddaj, and Fadel Adib.
    "Food and Liquid Sensing in Practical Environments using RFIDs." [paper]

    • Using VAE to generalize to other domains.

INFOCOM2020

  • Shukai Fan, Yongzhi Wu, Chong Han, and Xudong Wang.
    "A Structured Bidirectional LSTM Deep Learning Method For 3D Terahertz Indoor Localization". [paper]

  • Yang Li, Zhenhua Han, Quanlu Zhang, Zhenhua Li, Haisheng Tan.
    "Automating Cloud Deployment for Deep Learning Inference of Real-time Online Services". [paper]

  • Jielun Zhang, Fuhao Li, Feng Ye and Hongyu Wu.
    "Autonomous Unknown-Application Filtering and Labeling for DL-based Traffic Classifier Update". [paper]

  • Shaohuai Shi, Qiang Wang, Xiaowen Chu, Bo Li, Yang Qin, Ruihao Liu, Xinxiao Zhao.
    "Communication-Efficient Distributed Deep Learning with Merged Gradient Sparsification on GPUs" [paper]

  • Thaha Mohammed, Carlee Joe-Wong, Rohit Babbar, and Mario Di Francesco.
    "Distributed Inference Acceleration with Adaptive DNN Partitioning and Offloading". [paper]

  • Xun Wang, Ke Sun, Ting Zhao, Wei Wang, and Qing Gu.
    "Dynamic Speed Warping: Similarity-Based One-shot Learning for Device-free Gesture Signals" [paper]

  • Chunhui Duan, Wenlei Shi, Fan Dang and Xuan Ding.
    "Enabling RFID-Based Tracking for Multi-Objects with Visual Aids: A Calibration-Free Solution" [paper]

  • Tianxiang Tan and Guohong Cao.
    "FastVA: Deep Learning Video Analytics Through Edge Processing and NPU in Mobile" [paper]

  • Shibo Wang, Shusen Yang, Cong Zhao.
    "SurveilEdge: Real-time Video Query based on Collaborative Cloud-Edge Deep Learning" [paper]

  • Yanwen Wang, Jiaxing Shen, Yuanqing Zheng.
    "Push the Limit of Acoustic Gesture Recognitio". [paper]

  • Francesco Devoti , Vincenzo Sciancalepore , Ilario Filippini , Xavier Costa-Perez.
    "PASID: Exploiting Indoor mmWave Deployments for Passive Intrusion Detection". [paper]

  • Shuang Jiang, Zhiyao Ma, Xiao ZengF, Chenren Xu, Mi ZhangF, Chen Zhang, Yunxin Liu.
    "SCYLLA: QoE-aware Continuous Mobile Vision with FPGA-based Dynamic Deep Neural Network Reconfiguration". [paper]

  • Xin Yang, Jian Liu, Yingying Chen, Xiaonan Guo, Yucheng Xie.
    "MU-ID: Multi-user Identification Through Gaits Using Millimeter Wave Radios" [paper]

  • Chenshu Wu, Feng Zhang, Beibei Wang, and K. J. Ray Liu.
    "mmTrack: Passive Multi-Person Localization Using Commodity Millimeter Wave Radio" [paper]

  • Xiaoxi Zhang, Jianyu Wang, Gauri Joshi, Carlee Joe-Wong.
    "Machine Learning on Volatile Instances" [paper]

  • Yongyong Wei, Rong Zheng.
    "Informative Path Planning for Mobile Sensing with Reinforcement Learning". [paper]

MobiCom2020

  • 🌟DLoc:🌟 R. Ayyalasomayajula, A. Arun, C. Wu, S. Sharma, A. Sethi, D. Vasisht, D. Bharadia.
    "Deep Learning based Wireless Localization for Indoor Navigation". [paper]

    • Correct ToF via encoder-decoder network.
  • W. Jiang, H. Xue, C. Miao, S. Wang, S. Lin, C. Tian, S. Murali, H. Hu, Z. Sun, L. Su.
    "3D Human Pose Construction Using WiFi". [paper]

  • Jin Huang, Colin Samplawski, Deepak Ganesan, Benjamin Marlin, Heesung Kwon.
    "CLIO: enabling automatic compilation of deep learning pipelines across IoT and cloud." [paper][code]

    • A novel model compilation framework that provides a continuum of options for deep learning models to be partitioned across a low-power IoT device and the cloud.
  • Juheon Yi, Sunghyun Choi, Youngki Lee.
    "EagleEye: Wearable Camera-based Person Identification in Crowded Urban Spaces." [paper]

    • Identify Low-Resolution (LR) faces and optimize complex multi-DNN face identification pipeline execution latency.
  • Hanbin Zhang, Gabriel Guo, Chen Song, Chenhan Xu, Kevin Cheung, Jasleen Alexis.
    "PDLens: Smartphone Knows Drug Efectiveness among Parkinson’s via Daily-Life Activity Fusion." [paper]

    • A deep learning solution on monitor Parkinson.
  • Wei Yang Bryan Lim, Nguyen Cong Luong, Dinh Thai Hoang, Yutao Jiao, Ying-Chang Liang, Qiang Yang, Dusit Niyato and Chunyan Miao.
    "Billion-Scale Federated Learning on Mobile Clients: A Submodel Design with Tunable Privacy." [paper]

    • Design of submodel in federated learning.
  • Unsoo Ha, Salah Assana, Fadel Adib.
    "Contactless Seismocardiography via Deep Learning Radars." [paper]

    • A deep learning solution of sensing seismocardiogram with mmwave.

IJCAI2019

  • SparseSense: Alireza Abedin, S. Hamid Rezatofighi, Qinfeng Shi, Damith C. Ranasinghe.
    "SparseSense: Human Activity Recognition from Highly Sparse Sensor Data-streams Using Set-based Neural Networks". [paper]

    • A deep learning solution for wearable sensors missing data.
  • AttnSense: Haojie Ma, Wenzhong Li, Xiao Zhang, Songcheng Gao and Sanglu Lu.
    "AttnSense: Multi-level Attention Mechanism For Multimodal Human Activity Recognition". [paper]

  • Haoze Wu, Jiawei Liu, Zheng-Jun Zha, Zhenzhong Chen, Xiaoyan Sun.
    "Mutually Reinforced Spatio-Temporal Convolutional Tube for Human Action Recognition". [paper]

  • Katia Bourahmoune ∗, Toshiyuki Amagasa
    "AI-powered Posture Training: Application of Machine Learning in Sitting Posture Recognition Using the LifeChair Smart Cushion". [paper]

  • Kazuhiko Shinoda , Masahiko Yoshii , Hayato Yamaguchi and Hirotaka Kaji
    "Daytime Sleepiness Level Prediction Using Respiratory Information". [paper]

AAAI2019

  • Hangwei Qian, Sinno Jialin Pan, Chunyan Miao.
    "Distribution-based Semi-Supervised Learning for Activity Recognition". [paper]

  • LabelForest: Yuchao Ma and Hassan Ghasemzadeh.
    "LabelForest: Non-Parametric Semi-Supervised Learning for Activity Recognition". [paper]

  • Karan Aggarwal, Shafiq Joty, Luis Fernandez-Luque, Jaideep Srivastava1.
    "Adversarial Unsupervised Representation Learning for Activity Time-Series". [paper]

  • PhoneMD: Patrick Schwab , Walter Karlen.
    "PhoneMD: Learning to Diagnose Parkinson's Disease from Smartphone Data". [paper]

  • Hao Wang, Chengzhi Mao, Hao He, Mingmin Zhao, Tommi S. Jaakkola, and Dina Katabi
    " Bidirectional Inference Networks with Application to Health Profiling" [paper]

MobiCom2019

  • Hanbin Zhang , Chenhan Xu , Huining Li , Aditya Singh Rathore , Chen Song , Zhisheng Yan , Dongmei Li , Feng Lin , Kun Wang , Wenyao Xu.
    "PDVocal: Towards Privacy-preserving Parkinson’s Disease Detection using Non-speech Body Sounds" [paper]

  • IntuWition: Diana Zhang, Jingxian Wang, Junsu Jang.
    "On the Feasibility of Wi-Fi Based Material Sensing" [paper]

    • Localization and sensing.
  • vrAIn: J. A. Ayala-Romero, A. Garcia-Saavedra, M. Gramaglia, X. Costa-Perez, A. Banchs, J. J. Alcaraz.
    "vrAIn: A Deep Learning Approach Tailoring Computing and Radio Resources in Virtualized RANs" [paper]

  • Anfu Zhou, Huanhuan Zhang, Guangyuan Su, Leilei Wu, Ruoxuan Ma, Zhen Meng, Xinyu Zhang, Xiufeng Xie, Huadong Ma, Xiaojiang Chen
    "Optimizing Mobile Video Telephony Using Deep Imitation Learning"

  • Taegyeong Lee, Zhiqi Lin, Saumay Pushp, Caihua Li, Yunxin Liu, Youngki Lee, Fengyuan Xu, Chenren Xu, Lintao Zhang, Junehwa Song.
    "Occlumency: Privacy-preserving Remote Deep-learning Inference Using SGX"

  • Wenguang Mao, Mei Wang, Wei Sun, Lili Qiu, Swadhin Pradhan, Yi-Chao Chen
    "RNN-Based Room Scale Hand Motion Tracking" [paper]

    • Generating profile with MUSIC and leveaging RNN to do tracking.
  • Luyang Liu, Hongyu Li, Marco Gruteser
    "Edge Assisted Real-time Object Detection for Mobile Augmented Reality" [paper]

  • Belal Korany, Chitra R. Karanam, Hong Cai, Yasamin Mostofi
    XModal-ID: Using WiFi for Through-Wall Person Identification from Candidate Video Footage [paper]

  • Arjun Bakshi, Yifan Mao, Kannan Srinivasan, Srinivasan Parthasarathy
    Fast and Efficient Cross Band Channel Prediction Using Machine Learning.

  • FLUID: Sangeun Oh, Ahyeon Kim, Sunjae Lee, Kilho Lee, Dae R. Jeong, Steven Y. Ko, Insik Shin.
    "FLUID: Flexible User Interface Distribution for Ubiquitous Multi-device Interaction" [paper]

  • Xiufeng Xie, Kyu-Han Kim.
    "Source Compression with Bounded DNN Perception Loss for IoT Edge Computer Vision"

  • MobiSR Royson Lee, Stylianos I. Venieris, Lukasz Dudziak, Sourav Bhattacharya, Nicholas D. Lane.
    "MobiSR: Efficient On-Device Super-Resolution through Heterogeneous Mobile Processors" [paper]

INFOCOM2019

  • Jia Liu,Xingyu Chen,Shigang Chen,Xiulong Liu,Yanyan Wang,Lijun Chen.
    "TagSheet: Sleeping Posture Recognition with an Unobtrusive Passive Tag Matrix" [paper]

  • Ran He ; Jin Cao ; Lisa Zhang ; Denny Lee.
    "Statistical Enrichment Models for Activity Inference from Imprecise Location Data" [paper]

  • Chuyu Wang ; Lei Xie ; Keyan Zhang ; Wei Wang ; Yanling Bu ; Sanglu Lu
    "Spin-Antenna: 3D Motion Tracking for Tag Array Labeled Objects via Spinning Antenna" [paper]

  • Shuochao Yao, Yiran Zhao, Huajie Shao, Dongxin Liu, Shengzhong Liu, Yifan Hao, Ailing Piao, Shaohan Hu, Lu Su, Tarek Abdelzaher.
    "SADeepSense: Self-Attention Deep Learning Framework for Heterogeneous On-Device Sensors in Internet of Things Applications" [paper]

  • Pengfei Liu ; Panlong Yang ; Wen-Zhan Song ; Yubo Yan ; Xiang-Yang Li
    "Real-time Identification of Rogue WiFi Connections Using Environment-Independent Physical Features". [paper]

MobiSys2019

  • Yang Liu, Zhenjiang Li,Zhidan Liu, Kaishun Wu
    "Real-time Arm Skeleton Tracking and Gesture Inference Tolerant to Missing Wearable Sensors". [paper]

  • Hua Huang, Hongkai Chen, Shan Lin
    "MagTrack: Enabling Safe Driving Monitoring with Wearable Magnetics" [paper]

  • Tai, Tzu-Chun, Kate Ching-Ju Lin, and Yu-Chee Tseng.
    "Toward Reliable Localization by Unequal AoA Tracking" [paper]

  • Siddhant Prakash, Alireza Bahremand, Linda D. Nguyen, and Robert LiKamWa
    "GLEAM: An illumination estimation framework for real-time photorealistic augmented reality on mobile devices" [paper]

  • Jian Liu; Cong Shi; Yingying Chen; Hongbo Liu; Marco Gruteser
    "CardioCam: Leveraging Camera on Mobile Devices to Verify Users While Their Heart is Pumping" [paper]

  • Eric Whitmire, Farshid Salemi Parizi, and Shwetak Patel
    "Aura: Inside-out Electromagnetic Controller Tracking" [paper]

  • Yue Zheng, Yi Zhang1, Kun Qian, Guidong Zhang, Yunhao Liu, Chenshu Wu, Zheng Yang
    "Zero-Effort Cross-Domain Gesture Recognition with Wi-Fi" [paper]

SenSys2019

  • Huatao Xu, Dong Wang, Run Zhao, Qian Zhang.
    "FaHo: deep learning enhanced holographic localization for RFID tags" [paper]

  • Yinggang Yu, Dong Wang, Run Zhao, Qian Zhang.
    "RFID based real-time recognition of ongoing gesture with adversarial learning" [paper]

  • Sinh HUYNH, Rajesh Krishna BALAN, JeongGil KO, Youngki LEE.
    "VitaMon: measuring heart rate variability using smartphone front camera" [paper]

  • Jeya Vikranth Jeyakumar, Liangzhen Lai, Naveen Suda, Mani B. Srivastava.
    "SenseHAR: a robust virtual activity sensor for smartphones and wearables" [paper]

  • Taesik Gong, Yeonsu Kim, Jinwoo Shin, Sung-Ju Lee.
    "MetaSense: few-shot adaptation to untrained conditions in deep mobile sensing" [paper]

    • An application of MAML.

CoNext2019

  • Serkut Ayvaşık, H. Murat Gürsu, Wolfgang Kellerer.
    "Veni Vidi Dixi: reliable wireless communication with depth images". [paper]

IWQoS2019

  • Fangxin Wang, Jiangchuan Liu, Wei Gong.
    "WiCAR: wifi-based in-car activity recognition with multi-adversarial domain adaptation". [paper]
    • An in-car environment application of DANN.

SIGCOMM 2018

  • Mingmin Zhao, Yonglong Tian, Hang Zhao, Mohammad Abu Alsheikh, Tianhong Li, Rumen Hristov, Zachary Kabelac, Dina Katabi, Antonio Torralba.
    🌟🌟"RF-Based 3D Skeletons". [paper]

    • Video labeling and RF train.
  • Li Chen, Justinas Lingys, Kai Chen, Feng Liu.
    "AuTO: Scaling Deep Reinforcement Learning for Datacenter-Scale Automatic Traffic Optimization" [paper]

  • Junchen Jiang, Ganesh Ananthanarayanan, Peter Bodik, Siddhartha Sen, Ion Stoica.
    "Chameleon: Scalable Adaptation of Video Analytics" [paper]

    • A simple strategy of choose inference model size.

MobiCom2018

  • Wenjun Jiang, Chenglin Miao, Fenglong Ma, Shuochao Yao, Yaqing Wang, Ye Yuan, Hongfei Xue, Chen Song, Xin Ma, Dimitrios Koutsonikolas, Wenyao Xu, Lu Su.
    🌟🌟"Towards Environment Independent Device Free Human Activity Recognition". [paper]

    • An application of DANN on multiple scenes. Three extra constraints were proposed.
  • Zhang J, Tang Z, Li M, et al.
    "CrossSense: Towards Cross-Site and Large-Scale WiFi Sensing". [paper]

    • Multiple ML models ensemble learning.

MobiSys2018

  • Raghav H. Venkatnarayan, Griffin Page, Muhammad Shahzad.
    "Multi-User Activity Recognition Using WiFi". [paper]

SenSys2018

  • Salma Elmalaki, Huey-Ru Tsai, Mani Srivastava.
    "Sentio: Driver-in-the-Loop Forward Collision Warning UsingMultisample Reinforcement Learning" [paper]

  • Z Jia, X Lyu, W Zhang, RP Martin, RE Howard.
    "Continuous Low-Power Ammonia Monitoring Using Long Short-Term Memory Neural Networks" [paper]

  • Zicheng Chi , Yao Yao , Tiantian Xie , Xin Liu , Zhichuan Huang , Wei Wang , Ting Zhu.
    "EAR: Exploiting Uncontrollable Ambient RF Signals in Heterogeneous Networks for Gesture Recognition" [paper]

ICML2017

  • Mingmin Zhao, Shichao Yue, Dina Katabi, Tommi S. Jaakkola, Matt T. Bianchi.
    "Learning Sleep Stages from Radio Signals: A Conditional Adversarial Architecture". [paper]

Journal

  • Review Henry Friday Nweke, Ying Wah Teh,∗, Mohammed Ali Al-garadi , Uzoma Rita Alo
    "Deep learning algorithms for human activity recognition using mobile and wearable sensor networks: State of the art and research challenges" [paper]

arxiv

ml-application-on-network's People

Contributors

zzpustc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.