Welcome to DeepDataMiningLearning documentation! ================================================= Author: * *Kaikai Liu*, Associate Professor, SJSU * **Email**: kaikai.liu@sjsu.edu * **Web**: http://www.sjsu.edu/cmpe/faculty/tenure-line/kaikai-liu.php Check out the :ref:`CondaEnv` section for Conda environment setup; Check out the :ref:`hpc` 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 (:code:`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. .. toctree:: :caption: Deep Learning Tutorial :maxdepth: 2 deep_learning transformers transformers_advanced llm gpt_architecture_evolution self-supervised .. toctree:: :caption: AI System Optimization :maxdepth: 2 gpu_architecture_and_acceleration inference_optimization .. toctree:: :caption: AI System Setups :maxdepth: 2 MacDev MacML python linux linux2 CondaEnv HPC2 Windows container .. toctree:: :caption: Autonomous Systems :maxdepth: 2 autonomous_survey autonomous_tech autonomous_llm autonomous_tesla physical_ai_autonomous_driving KITTI_Tutorial NuScenes_Tutorial WaymoV2_Tutorial mydetector3d_tutorial mydetector3d_bev mydetector3d_nuscenes Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`