Skip to main content

198 docs tagged with "Python"

View All Tags

3D Image Classification

Learn how to train a 3D convolutional neural network (3D CNN) to predict presence of pneumonia.

Detection of Exoplanets using Transit Photometry

Exoplanets are the planets found outside of the solar system. When a planet passes in front of a star, the brightness of that star as observed by us becomes dimmer depending on the size of the planet. The data we observe will show a dip in flux if a planet is transiting the star we are observing.

INSTAR MQTTv5 with Python - Client Connection

The discovery of MQTT devices will enable one to use MQTT devices with only minimal configuration effort on the side of Home Assistant. Two parts are required on the device side - The configuration topic which contains the necessary device type and unique identifier, and the remaining device configuration without the device type.

Locally Linear Embedding (LLE)

LLE is an unsupervised learning algorithm that computes low dimensional, neighborhood preserving embeddings of high dimensional data.

Python Ray Basic Concepts

Ray is an open-source unified compute framework that makes it easy to scale AI and general Python workloads

Python Ray Remote Functions

Remote functions can be run in a separate process on the local machine - spreading out the workload over several cores. Or can be executed on remote machines in your server cluster.

SciKit Wine Quality

Predicting Wine Quality with Several Classification Techniques using SciKit Learn.

Tensorflow Deep Dream

DeepDream is an experiment that visualizes the patterns learned by a neural network.

Tensorflow Hub

TensorFlow Hub is a repository of trained machine learning models.

Tensorflow Serving API

Once you build a machine learning model, the next step is to serve it with TensorFlow Serving.

Tensorflow Tensorboard

Tensorflow dashboard that allows you to track the network performance by accuracy and loss statistics.

Tensorflow Transfer Learning

Transfer learning is a machine learning technique in which intelligence from a base ann is being transferred to a new network as a starting point.

Tensorflow VITs

ViT models apply the Transformer architecture with self-attention to sequences of image patches, without using convolution layers.

tStochastic Neighbor Embedding (t-SNE)

t-distributed stochastic neighbor embedding (t-SNE) is a statistical method for visualizing high-dimensional data by giving each datapoint a location in a two or three-dimensional map.