Welcome to DeepDataMiningLearning documentation!

Author:

Check out the Conda Environment Setup Tutorial section for Conda environment setup; Check out the Author: section for SJSU CoE HPC environment setup

Note

This project is under active development.

If you find the tutorials helpful and would like to cite them, you can use the following bibtex:

@misc{kliu2024ddml,
   title        = {{DeepDataMiningLearning Tutorials}},
   author       = {Kaikai Liu},
   year         = 2024,
   howpublished = {\url{https://deepdatamininglearning.readthedocs.io/}}
}

Contents

There are three main ways of running the notebooks we recommend:

  • Local Machine: You can download our sample code from Github. Following the following sections to setup your local AI system (choose the Machine type, CPU or GPU version depending on your system).

  • Google Colab: If you prefer to run the code on a different platform than your own computer, or want to experiment with GPU support, we recommend using Google Colab. Each notebook on this documentation website has a badge with a link to open it on Google Colab. Remember to enable GPU support before running the notebook (Runtime -> Change runtime type). If using Colab, changes will be lost after timeout or when closed your session. You need to manually save the data to your local computer or your Google Drive.

  • SJSU CoE HPC: If you want to save your large dataset and train your own (larger) neural networks for a longer period (longer than Colab’s timeout), you can make use of our SJSU CoE HPC cluster. The setup of your HPC workspace is documented beblow in the HPC section.

Deep Learning Tutorial

Autonomous Systems

Indices and tables