How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
Published in the 45th IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) 2020. DOI (ICASSP Publication): https://doi.org/10.1109/ICASSP40776.2020.9053924 DOI (Code Ocean): https://doi.org/10.24433/CO.7476989.v1
This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi
Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The
The main features of krishnaswamylab/phate are: Dimensionality Reduction.
Open-source alternatives to krishnaswamylab/phate include: tensorflow/tensorboard — TensorBoard is a visualization toolkit for tracking and analyzing machine learning model training progress and… meghshukla/let-sne — Published in the 45th IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) 2020. DOI… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… biolab/orange3 — Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows… alirezadir/machine-learning-interviews — This project is a comprehensive machine learning interview guide and technical study resource designed for individuals… cs231n/cs231n.github.io — This project is a static educational website and comprehensive curriculum focused on computer vision and deep…