Pinned Repositories
advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
Amazon-Product-Recommender-System
Sentiment analysis on Amazon Review Dataset available at http://snap.stanford.edu/data/web-Amazon.html
android-lotterywheel
这是一个抽奖转盘
ann-benchmarks
Benchmarks of approximate nearest neighbor libraries in Python
annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
aop-logging
Declarative annotation based logging in Java Spring applications.
bbs-crawler
Crawler用java编写,目前只适用于北邮人论坛和水木社区
bbs_crawler_utility
This prog is to fetch the ptt's content based on the board name like car
Spring-1
spring mvc,spring,分别与jdbctemplate,hibernate,mybatis全注解整合,其中包括包含有spring动态代理,数据库的事务处理。以及动态数据源的切换!
SibyllaLee1688's Repositories
SibyllaLee1688/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
SibyllaLee1688/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
SibyllaLee1688/ann-benchmarks
Benchmarks of approximate nearest neighbor libraries in Python
SibyllaLee1688/annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
SibyllaLee1688/bens-blog-code
code snippets from my blog
SibyllaLee1688/Collaborative-Deep-Learning-for-Recommender-Systems
The hybrid model combining stacked denoising autoencoder with matrix factorization is applied, to predict the customer purchase behavior in the future month according to the purchase history and user information in the Santander dataset. The resluts are summarized in "collaborative-deep-learning.pdf".
SibyllaLee1688/CS-Notes
:books: Computer Science Learning Notes
SibyllaLee1688/fmin
Unconstrained function minimization in Javascript
SibyllaLee1688/hello-world
学习日记
SibyllaLee1688/implicit
Fast Python Collaborative Filtering for Implicit Feedback Datasets
SibyllaLee1688/jvm
🤗 JVM 底层原理知识总结
SibyllaLee1688/jvm-sandbox
Real - time non-invasive AOP framework container based on JVM
SibyllaLee1688/jvm-sandbox-repeater
A Java server-side recording and playback solution based on JVM-Sandbox
SibyllaLee1688/leetcode
👏🏻 leetcode solutions for Humans™
SibyllaLee1688/LeetCode-1
:pencil: Python / C++ 11 Solutions of All LeetCode Questions
SibyllaLee1688/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
SibyllaLee1688/lightfm
A Python implementation of LightFM, a hybrid recommendation algorithm.
SibyllaLee1688/MachineLearning
Machine Learning in Action(机器学习实战)
SibyllaLee1688/matrix-factorization-in-python
SibyllaLee1688/Metrics
Machine learning evaluation metrics, implemented in Python, R, Haskell, and MATLAB / Octave
SibyllaLee1688/ML
machine learning
SibyllaLee1688/recmetrics
A library of useful metrics and plots for evaluating recommender systems
SibyllaLee1688/Recommender-System
Collaborative filtering type of recommender system is implemented using Cosine similarity algorithm and single value decomposition(SVD).
SibyllaLee1688/RecQ
RecQ: A Python Framework for Recommender Systems (TensorFlow Based)
SibyllaLee1688/recsys
推荐系统学习资料、源码、及读书笔记
SibyllaLee1688/RecSys-1
项亮的《推荐系统实践》的代码实现
SibyllaLee1688/sonar-java
:coffee: SonarJava : Java static analyzer for SonarQube & SonarLint
SibyllaLee1688/SparkLearningGuide
记录spark使用过程中遇到的问题,查到的解决方案,个人总结
SibyllaLee1688/sparsereg
a collection of modern sparse (regularized) linear regression algorithms.
SibyllaLee1688/technical-books
😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...