Intro Flashcards
What is normal programming vs machine learning?
Normal programming is putting rules to get input to output
Machine learning is giving the input and output and generating the rules
What are convolutional networks best for?
Computer vision and identifying images.
What is an autoencoder?
network architecture used for image compression and denoising
What is transfer learning?
Used to classify things a set has never seen before?
What are recurrent neural networks best for?
Data that forms sequences like text, music, and time series data.
Generative adversarial networks are best for
Image generation
RNN SF
Recurrent Neural Network
GAN SF
Generative Neural Networks
What is Sci-Kit learn
Machine Learning library for Python
Percetrons are
The simplest forms of a neural network
Gradient descent is
A process by which Machine Learning algorithms learn to improve themselves based on the accuracy of their predictions.
Backpropagation is
The process by which neural networks learn how to improve individual parameters
Numpy is
An extremely popular library for scientific computing in python
Tensorflow is
One of the most popular python libraries for creating neural networks. It is maintained by Google.
Command to create a new conda environment
conda create -n name_of_env python=3