eric496's Stars
MunGell/awesome-for-beginners
A list of awesome beginners-friendly projects.
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
xai-org/grok-1
Grok open release
MichaelCade/90DaysOfDevOps
This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things DevOps, including Principles, Processes, Tooling and Use Cases surrounding this vast topic.
LazyVim/LazyVim
Neovim config for the lazy
deepset-ai/haystack
AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
kenjihiranabe/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
karpathy/llama2.c
Inference Llama 2 in one file of pure C
assafelovic/gpt-researcher
LLM based autonomous agent that conducts local and web research on any topic and generates a comprehensive report with citations.
datawhalechina/easy-rl
强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
mshumer/gpt-prompt-engineer
lauris/awesome-scala
A community driven list of useful Scala libraries, frameworks and software.
Visualize-ML/Book4_Power-of-Matrix
Book_4_《矩阵力量》 | 鸢尾花书:从加减乘除到机器学习;上架!
h2pl/JavaTutorial
【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识,整合了互联网上的很多优质Java技术文章,力求打造为最完整最实用的Java开发者学习指南,如果对你有帮助,给个star告诉我吧,谢谢!
CL0610/Java-concurrency
Java并发知识点总结
shishan100/Java-Interview-Advanced
中华石杉--互联网Java进阶面试训练营
a16z-infra/ai-getting-started
A Javascript AI getting started stack for weekend projects, including image/text models, vector stores, auth, and deployment configs
jbloch/effective-java-3e-source-code
The source code from the third edition of Effective Java, with minor additions as necessary to make it runnable.
clxering/Effective-Java-3rd-edition-Chinese-English-bilingual
Effective Java(第3版)各章节的中英文学习参考(已完成)
coderbruis/JavaSourceCodeLearning
Java流行框架源码分析:Spring源码、SpringBoot源码、SpringAOP源码、SpringSecurity源码、SpringSecurity OAuth2源码、JDK源码、Netty源码
foxsen/archbase
教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本
alex-xu-system/bytebytego
Jstarfish/JavaKeeper
✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能
dunwu/java-tutorial
:coffee: 老司机在 Java 技术领域的十年积累。
lampepfl/progfun-wiki
kangjianwei/LearningJDK
JDK源码阅读笔记
TangBean/understanding-the-jvm
《深入理解 Java 虚拟机》阅读笔记
dunwu/spring-tutorial
:book: Spring 教程
quanke/design-pattern-java
设计模式 Java版本
mbonaci/scala
Scala reference (as seen by Java developer)