yang liu (larryliu2018)

larryliu2018

Geek Repo

Github PK Tool:Github PK Tool

yang liu's repositories

linux_kernel_wiki

linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频

Stargazers:0Issues:0Issues:0

net

[mirror] Go supplementary network libraries

License:BSD-3-ClauseStargazers:0Issues:0Issues:0

rl-fec

Learning Based FEC for Non-Terrestrial Networks with Delayed Feedback

Stargazers:0Issues:0Issues:0
License:Apache-2.0Stargazers:0Issues:0Issues:0

flash-linux0.11-talk

你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码

Stargazers:0Issues:0Issues:0
License:BSD-3-ClauseStargazers:0Issues:0Issues:0

Ebook

📚 各类图书

License:MITStargazers:0Issues:0Issues:0

yomo

🦖 Serverless Streaming Framework for Low-latency Edge Computing applications, running atop QUIC protocol, as Metaverse infrastructure, engaging 5G technology.

License:Apache-2.0Stargazers:0Issues:0Issues:0

base-drafts

Internet-Drafts that make up the base QUIC specification

Stargazers:0Issues:0Issues:0

wait-for-it

Pure bash script to test and wait on the availability of a TCP host and port

License:MITStargazers:0Issues:0Issues:0

quic-interop-runner

QUIC interop runner

License:NOASSERTIONStargazers:0Issues:0Issues:0

quic-go

A QUIC implementation in pure go

License:MITStargazers:0Issues:0Issues:0

shadowsocks-windows

A C# port of shadowsocks

License:NOASSERTIONStargazers:0Issues:0Issues:0

sdn-handbook

SDN手册

License:MITStargazers:1Issues:0Issues:0
License:NOASSERTIONStargazers:0Issues:0Issues:0

TopPaper

Classic papers for beginners, and impact scope for authors.

License:MITStargazers:0Issues:0Issues:0

unpv13e

Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition)

Stargazers:0Issues:0Issues:0

loxigen

OpenFlow protocol bindings for multiple languages

Stargazers:0Issues:0Issues:0

tensorboard

TensorFlow's Visualization Toolkit

License:Apache-2.0Stargazers:0Issues:0Issues:0

dash.js

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.

License:NOASSERTIONStargazers:0Issues:0Issues:0

gns3-gui

GNS3 Graphical Network Simulator

License:GPL-3.0Stargazers:0Issues:0Issues:0

volantmq

High-Performance MQTT Server

License:Apache-2.0Stargazers:0Issues:0Issues:0

floodlight

Floodlight SDN OpenFlow Controller

License:Apache-2.0Stargazers:0Issues:0Issues:0

Machine-Learning-Algorithms

Types of Machine Learning Algorithms There are 3 types of machine learning (ML) algorithms: Supervised Learning Algorithms: Supervised learning uses labeled training data to learn the mapping function that turns input variables (X) into the output variable (Y). In other words, it solves for f in the following equation: Y = f (X) This allows us to accurately generate outputs when given new inputs. We’ll talk about two types of supervised learning: classification and regression. Classification is used to predict the outcome of a given sample when the output variable is in the form of categories. A classification model might look at the input data and try to predict labels like “sick” or “healthy.” Regression is used to predict the outcome of a given sample when the output variable is in the form of real values. For example, a regression model might process input data to predict the amount of rainfall, the height of a person, etc. The first 5 algorithms that we cover in this blog – Linear Regression, Logistic Regression, CART, Naïve-Bayes, and K-Nearest Neighbors (KNN) — are examples of supervised learning. Ensembling is another type of supervised learning. It means combining the predictions of multiple machine learning models that are individually weak to produce a more accurate prediction on a new sample. Algorithms 9 and 10 of this article — Bagging with Random Forests, Boosting with XGBoost — are examples of ensemble techniques. Unsupervised Learning Algorithms: Unsupervised learning models are used when we only have the input variables (X) and no corresponding output variables. They use unlabeled training data to model the underlying structure of the data. We’ll talk about three types of unsupervised learning: Association is used to discover the probability of the co-occurrence of items in a collection. It is extensively used in market-basket analysis. For example, an association model might be used to discover that if a customer purchases bread, s/he is 80% likely to also purchase eggs. Clustering is used to group samples such that objects within the same cluster are more similar to each other than to the objects from another cluster. Dimensionality Reduction is used to reduce the number of variables of a data set while ensuring that important information is still conveyed. Dimensionality Reduction can be done using Feature Extraction methods and Feature Selection methods. Feature Selection selects a subset of the original variables. Feature Extraction performs data transformation from a high-dimensional space to a low-dimensional space. Example: PCA algorithm is a Feature Extraction approach. Algorithms 6-8 that we cover here — Apriori, K-means, PCA — are examples of unsupervised learning. Reinforcement learning: Reinforcement learning is a type of machine learning algorithm that allows an agent to decide the best next action based on its current state by learning behaviors that will maximize a reward. Reinforcement algorithms usually learn optimal actions through trial and error. Imagine, for example, a video game in which the player needs to move to certain places at certain times to earn points. A reinforcement algorithm playing that game would start by moving randomly but, over time through trial and error, it would learn where and when it needed to move the in-game character to maximize its point total.

Stargazers:0Issues:0Issues:0

Learning-Python-Networking-Second-Edition

Learning Python Networking - Second Edition, published by Packt

License:MITStargazers:0Issues:0Issues:0

pox

The POX network software platform

License:Apache-2.0Stargazers:0Issues:0Issues:0

Capsule_Net

Geoffrey Hinton,深度学习的开创者之一,反向传播等神经网络经典算法的发明人,2017年10月发表了论文,介绍了全新的胶囊网络模型,以及相应的囊间动态路由算法。本人用Paddle框架实现了它

License:Apache-2.0Stargazers:1Issues:0Issues:0

Reinforcement-Learning-Approach-to-Packet-Routing-on-a-Dynamic-Network

Packet routing simulation on a dynamic network using Shortest Path Routing, Q-learning, and Deep Q-learning

Stargazers:0Issues:0Issues:0

trajectory-networks

A set of tools to generate synthetic trajectory data by simulating moving objects and analyse the results using trajectory networks.

License:MITStargazers:0Issues:0Issues:0

MiniDNN

A header-only C++ library for deep neural networks

Stargazers:0Issues:0Issues:0