377 skills found · Page 1 of 13
probml / PyprobmlPython code for "Probabilistic Machine learning" book by Kevin Murphy
probml / Pml Book"Probabilistic Machine Learning" - a book series by Kevin Murphy
aistrate / AlgorithmsSedgewickCode from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
reneargento / Algorithms Sedgewick WayneSolutions to all the exercises of the Algorithms book by Robert Sedgewick and Kevin Wayne
jimmysuncpt / AlgorithmsThe codes and my solutions to exercises from the book "Algorithms" (4th edition) by Robert Sedgewick and Kevin Wayne.
VITA-Group / LightGaussian[NeurIPS 2024 Spotlight]"LightGaussian: Unbounded 3D Gaussian Compression with 15x Reduction and 200+ FPS", Zhiwen Fan, Kevin Wang, Kairun Wen, Zehao Zhu, Dejia Xu, Zhangyang Wang
qiguming / MLAPP CN CODE《Machine Learning: A Probabilistic Perspective》(Kevin P. Murphy)中文翻译和书中算法的Python实现。
ArthurZC23 / Machine Learning A Probabilistic Perspective SolutionsMy solutions to Kevin Murphy Machine Learning Book
junkai-li / NetCoreKevin基于NET搭建-AI知识库智能体-现代化Saas企业级前后端分离架构:前端Vue3、IDS4单点登录、多缓存、自动任务、分布式、一库多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、ESL、MCP协议服务、IOC模块化注入、Cors、Quartz自动任务、多短信集成、AI、AgentFramework智能体、AISemanticKernel集成、RAG检索增强、OCR识别、API多版本、单元测试、RabbitMQ、Skills技能使用、AI知识库、AI联网搜索
Maccraft123 / CadmiumNo description available
kevin-powell / Space TourismA collaboration between Frontend Mentor, Scrimba, and Kevin Powell
ImperialCollegeLondon / Formalising MathematicsLean 3 material for Kevin Buzzard's 2021 TCC courrse on formalising mathematics. Lean 4 version available here: https://github.com/ImperialCollegeLondon/formalising-mathematics-2024
Ricardokevins / Kevinpro NLP DemoAll NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
xiaoyuzdy / AlgorithmsAlgorithmsTest is Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne,算法第四版书中代码以及后面的习题,AlgorithmsExercise是一些牛客网上的题目,AlgorithmsReplenish是一些算法的补充
ChangeMyUsername / Algorithms Sedgewick PythonAlgorithms(4th edition) by Robert Sedgewick and Kevin Wayne exercises in python
nayeemrizve / Ups"In Defense of Pseudo-Labeling: An Uncertainty-Aware Pseudo-label Selection Framework for Semi-Supervised Learning" by Mamshad Nayeem Rizve, Kevin Duarte, Yogesh S Rawat, Mubarak Shah (ICLR 2021)
hexdump0815 / Linux Mainline On Arm Chromebooksrunning linux mainline on arm chromebooks - for example: samsung xe303c12 and xe503c12 (snow and peach), acer c100, c101 and c201 (veyron speedy, minnie etc. and gru bob and kevin), medion s2013 and s2015 (veyron jaq, mighty etc.), acer cb5 311 (nyan big), lenovo n23, acer r13 (oak elm and hana), lenovo duet (kukui krane) and most probably many many more over time ...
KevvTheGoat / Kevin Service RegistryFree domain name to start your online presence!
barvian / MuseeA React Three Fiber + Framer Motion + CSS Scroll Snapping experiment, based on a design by Kevin Pham.
dafthack / Check LocalAdminHashCheck-LocalAdminHash is a PowerShell tool that attempts to authenticate to multiple hosts over either WMI or SMB using a password hash to determine if the provided credential is a local administrator. It's useful if you obtain a password hash for a user and want to see where they are local admin on a network. It is essentially a Frankenstein of two of my favorite tools along with some of my own code. It utilizes Kevin Robertson's (@kevin_robertson) Invoke-TheHash project for the credential checking portion. Additionally, the script utilizes modules from PowerView by Will Schroeder (@harmj0y) and Matt Graeber (@mattifestation) to enumerate domain computers to find targets for testing admin access against.