Machine Learning Concepts and Techniques Drill
Table of Contents
- Machine Learning Drill
- Supervised Learning
- Unsupervised Learning
- Neural Networks
- Deep Learning
- What is deep learning? drill python_machine_learning
- What is a deep neural network? drill python_machine_learning
- What is transfer learning? drill python_machine_learning
- What is the difference between a generative adversarial network (GAN) and a variational autoencoder (VAE)? drill python_machine_learning
- Scikit-Learn
- What is Scikit-Learn? drill python_machine_learning
- What is the purpose of the `fit` method in Scikit-Learn? drill python_machine_learning
- What is the purpose of the `predict` method in Scikit-Learn? drill python_machine_learning
- What is the difference between `accuracyscore` and `f1score` in Scikit-Learn? drill python_machine_learning
- TensorFlow
- What is TensorFlow? drill python_machine_learning
- What is the purpose of the `tf.Session` object in TensorFlow? drill python_machine_learning
- What is the purpose of the `tf.Variable` object in TensorFlow? drill python_machine_learning
- What is the difference between `tf.keras` and `tf.estimator` in TensorFlow? drill python_machine_learning