27 skills found
CaptainLYN / Andrew NG Meachine Learningcoursera中Andrew Ng的meachine learning的所有编程测验的原文件
JeffffffFu / Awesome Differential Privacy And Meachine LearningDifferentially private federated learning: A systematic review (ACM Survey); Adap dp-fl: Differentially private federated learning with adaptive noise (TrustCom'2022)
gnipping / Awesome ML SP PapersA curated list of Meachine learning Security & Privacy papers published in security top-4 conferences (IEEE S&P, ACM CCS, USENIX Security and NDSS).
NoOneUST / IS MVSNet[ECCV 2022] IS-MVSNet: Importance-sampling-based MVSNet
PKU-YuanGroup / TaxDiffThe official code for "TaxDiff: Taxonomic-Guided Diffusion Model for Protein Sequence Generation"
HMS-MLKit / HUAWEI HMS MLKit SampleHUAWEI HMS meachine learning services demo apk download.
liuzuoping / MeachineLearning CaseSome case of MeachineLearning and DataMining(一些机器学习与数据挖掘的实战案例)
MatoYing / TextMining一个比较全面的文本挖掘过程。包含了利用机器学习和文本挖掘技术完成情感分析模型搭建;利用情感极性判断与程度计算来判断情感倾向;利用词频和TF-IDF挖掘出正负文本中的关键点情况;利用文本挖掘相关算法找到平台中用户讨论的集中点。
secretflow / TrustflowA privacy-preserving computing system based on TEE.
iLearn-Lab / NeurIPS25 VTFSL[NeurIPS 2025] VT-FSL: Bridging Vision and Text with LLMs for Few-Shot Learning
aileowang / KaggleCompetition Review
zhangdongaoZzz / MLiA Python3Meachine Learning in Action,python3.机器学习实战,python3版本。
darkautism / Llmserver RsA Rust-based, OpenAI-style API server for large language models (LLMs)
mohitksoni / Meachine Learning Approach To Solve The Mechanics ProblemsThis repository includes the implementation of the Physics Informed Neural Network and The Deep Energy Method on 1D, 2D boundary value and time dependent problems. Here We have used the Deep Neural Network as a function approximator and converted the problem of directly solving the governing equation into a loss function optimization problem. It works by integrating the mathematical model into the network and reinforcing the loss function with a residual term from the governing equation, which acts as a penalizing term to restrict the space of acceptable solutions.
BusamSumanjali / URL Based Phishing Detection Using Machine LearningPhishers Develop the websites similar to those real websites. So, this project comes to know whether the URL is phishing or not.
Alan-D-Chen / Meachine Learning简单线性回归,多元线性回归,非线性回归,Kmeans算法,Hierarchical_clustering
mesh-pch / DBSCANDensity Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms in C++
sebkim / Lda2vec Pytorchlda2vec pytorch implementation
Yuan-ManX / AI Voice AgentsAI Voice Agents: Exploring the Next Generation of Human-Machine Interaction! 🎙️🤖🎧
xuxiuzhi2627 / Meachine Learning机器学习算法实现,包括回归,聚类,SVM, KNN, Adaboost, 贝叶斯,PCA,神经网络等