https://github.com/GulzhanIsaeva/AI_Midterm_12194812/blob/998f624d526a3d6bf8542bbf69334acc8e9b743c/Week2_lab.ipynb
In the 1st lab I learned how to:
- Use Google Colab
- Upload the data to Google Colab
- Import Kaggle’s dataset
- Basic File Operations like "!pip insatall <package_name>" for installing any package
This lab was introduction to Tensorflow and we learned:
- What is Tensorflow
- Computational graph
- Variables, Constants and Placeholders in TensorFlow
- Tensorboard visualization
- tf.summary.scalar command
- tf.summary.histogram command
In the 6th Week Lab's we learned about:
- Linear Regression using TensorFlow
- Visualization of Linear Regression parameters using TensorFlow
- Digit Classification | Neural network to classify MNIST dataset using TensorFlow
7th Week Lab Contents was as follows:
- Convolutional Neural Networks
- The CIFAR-10 Dataset
- Characteristics and building blocks for convolutional layers
- Combining feature maps into a convolutional layer
- Combining convolutional and fully connected layers into a networ
- kEffects of sparse connections and weight sharing
- Image classification with a convolutional network