← Back to Tutorials

19. References & Resources

References

AI Reference Cheatsheet

ConceptCategoryKey Idea
Linear RegressionSupervised LearningPredict continuous values from linear relationships
Logistic RegressionSupervised LearningBinary classification using sigmoid function
Decision TreesSupervised LearningTree-based model with if-then rules
Random ForestSupervised LearningEnsemble of decision trees
SVMSupervised LearningFinds optimal hyperplane for classification
K-MeansUnsupervised LearningPartitions data into K clusters
PCAUnsupervised LearningDimensionality reduction via variance maximization
CNNDeep LearningConvolutional layers for image processing
RNN/LSTMDeep LearningRecurrent networks for sequential data
TransformerDeep LearningAttention-based architecture for sequences
Q-LearningReinforcement LearningLearn action values through experience

Glossary

AGIArtificial General Intelligence — human-level AI
ANNArtificial Neural Network
CNNConvolutional Neural Network
CSPConstraint Satisfaction Problem
FOLFirst-Order Logic
GANGenerative Adversarial Network
GPUGraphics Processing Unit (used for AI training)
LLMLarge Language Model
MLMachine Learning
NLPNatural Language Processing
RAGRetrieval-Augmented Generation
RLReinforcement Learning
RNNRecurrent Neural Network
TPUTensor Processing Unit (Google's AI chip)
XAIExplainable Artificial Intelligence

Useful Resources

Books

Congratulations! You have completed the AI Tutorial. You now have a solid foundation in artificial intelligence concepts, techniques, and applications. Keep learning, building, and exploring!