This is an old revision of the document!
NOTES ABOUT MACHINE LEARNING AND ARTIFICIAL INTELLIGENCE AI
Notes:
Vectors and matrices are basic for machine learning.
BOOK Oreilly: 'Applied Machine Learning and AI for Engineers'
Jeff Proise github «
book
/Documents/PLURALSIGHT/datascience/Applied-Machine-Learning-main
source /Users/santosj/Documents/PLURALSIGHT/datascience/bin/activate
jupyter notebook /Users/santosj/Documents/PLURALSIGHT/datascience/Applied-Machine-Learning-main
-
Future reading: Machine Learning for Network and Cloud Engineers
External Link
Oreilly: Machine Learning with scikit-learn David Mertz
github
-
-
AI HARDWARE - GPUs
AMD Instinct MI series
Amazon's Inferentia (for machine learning inference on AWS)
Google's TPUs (Tensor Processing Units, custom hardware for Google’s machine learning tasks)
Intel Gaudi (designed for deep learning training)
NVIDIA GPUs (e.g., A100, H100, used for training and inference in deep learning applications)
NVIDIA Tensor Cores (hardware feature within NVIDIA GPUs, optimized for mixed-precision AI workloads)
HUGGINGFACE