Deepirtools Alternatives
Similar projects and alternatives to deepirtools
-
prince
:crown: Multivariate exploratory data analysis in Python — PCA, CA, MCA, MFA, FAMD, GPA (by MaxHalford)
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
-
-
-
keras
Discontinued Deep Learning for humans [Moved to: https://github.com/keras-team/keras] (by fchollet)
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
deepirtools discussion
deepirtools reviews and mentions
-
[Q] PCA on an all-binary dataset?
Agreed, item response theory (IRT) would be a principled approach to use. I recently released a Python package called DeepIRTools that could be helpful here. It uses a deep learning approach to fit IRT models and provides a method for determining the latent dimensionality (i.e., how many "components" to retain). To get the dimension-reduced data (called embeddings in deep learning, factor scores in IRT, and components in PCA), you would just call model.scores(data).
Stats
cjurban/deepirtools is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of deepirtools is Python.