开源软件名称(OpenSource Name):andrewt3000/MachineLearning开源软件地址(OpenSource Url):https://github.com/andrewt3000/MachineLearning开源编程语言(OpenSource Language):开源软件介绍(OpenSource Introduction):My Notes on Machine LearningMachine Learning is a sub-field of artificial intelligence that uses data to train predictive models. 3 Types of machine learning
2 Types of machine learning problems
Dimensionality reductionReducing number of features. A simple example is selecting the area of a house as a feature rather than using width and length seperately. Other examples include singular value decomposition, variational auto-encoders, and t-SNE (for visualizations), and max pooling layers for CNNs. Machine learning models and applicationsNeural Nets - A primer on neural networks. NNs are a suitable model for fixed input features and output labels. Recurrent Neural Nets - A primer on recurrent neural networks. RNNs are a suitable model for sequences of information. Deep Learning for NLP State of the art deep learning models and nlp applications such as sentiment analysis, translation and dialog generation. Computer VisionConvolutional Neural Networks CNNs basics. CNNS are suitable models for 2d grids of information such as computer vision problems.
Advanced TopicsTransfer learning - storing knowledge gained while solving one problem and applying it to a different but related problem. Neural architecture search - (a sub-field of automl) automatically designing neural networks architecture. NAS Survey / AutoML papers NAS - google brain. reinforcement learning. Advanced Computer Vision TopicsGenerative adversarial networks - GANs - 2 Neural networks compete against each other. The generative network generates candidates while the discriminative network evaluates them. This technique can generate realistic images. See GAN, Lap GAN, DC GAN, Big GAN, StyleGAN Feature visualization - In computer vision, generating images representative of what neural networks are looking for. Feature attribution - In computer vision, determining and representing which pixels contribute to a classification. Example: Saliency maps, Deconvolution, CAM, Grad-CAM |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论