How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
The main features of pachterlab/mcml are: Dimensionality Reduction.
Projects with overlapping indexed features include: tensorflow/tensorboard — TensorBoard is a visualization toolkit for tracking and analyzing machine learning model training progress and… cs231n/cs231n.github.io — This project is a static educational website and comprehensive curriculum focused on computer vision and deep… cannylab/tsne-cuda — GPU Accelerated t-SNE for CUDA with Python bindings. cvxgrp/pymde. dmitryulyanov/multicore-tsne — Parallel t-SNE implementation with Python and Torch wrappers. beringresearch/ivis.
TensorBoard is a visualization toolkit for tracking and analyzing machine learning model training progress and performance using TensorFlow event logs. It provides a monitoring dashboard for plotting scalar metrics, tensor distributions, and training curves, and includes specialized tools for visualizing neural network computational graphs and projecting high-dimensional embeddings. The project enables side-by-side comparison of multiple training runs to analyze the impact of hyperparameters on model outcomes. It also features a high-dimensional embedding projector and a graph visualizer for
This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum
GPU Accelerated t-SNE for CUDA with Python bindings