Skip to content

Files

Latest commit

Jan 29, 2025
9b5756f · Jan 29, 2025

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 9, 2022
Aug 30, 2021
Jan 29, 2025
Aug 30, 2021
Dec 4, 2019
Dec 6, 2021
Aug 6, 2021
Aug 6, 2021

README.md

This directory contains examples and tutorials demonstrating how to use NSL.

Example Trainers

The .py files in this directory are all example trainers runnable end-to-end as Python programs:

  • adv_keras_cnn_mnist.py: Adversarial regularization on the MNIST dataset.
  • graph_keras_mlp_cora.py: Graph regularization on the Cora dataset.
  • graph_nets_cora_gcn.py: Graph Convolutional Network on the Cora dataset using GraphNets.
  • graph_nets_cora_graph_regularization.py: Graph regularization on the Cora dataset using GraphNets.

Notebooks

The notebooks subdirectory contains colab-based tutorials that allow you to explore NSL interactively. This subdirectory is generally where most new tutorials are added. Note that the tutorials shown on our TensorFlow website are hosted under the g3doc/tutorials directory.

Data Preprocessing Scripts

The preprocess subdirectory contains various data preprocessing scripts.