AI and Deep Learning Workshops
Workshops Announced Till Date | |
Rajkot, Gujarat |
June 1, 2018 to June 3, 2018 ( Feedback of the Workshop by all participants ) |
Greater Noida, NCR, UP |
June 5, 2018 to June 7, 2018 ( Feedback of the Workshop by all participants ) |
Guwahati, Assam |
June 9, 2018 to June 11, 2018 ( Feedback of the Workshop by all articipants ) |
Pune, Maharashtra |
June 13, 2018 to June 15, 2018 ( Feedback of the Workshop by all participants ) |
Warangal, Telangana |
June 17, 2018 to June 19, 2018 ( Feedback of the Workshop by all participants ) |
Chittoor District, Andhra Pradesh |
June 21, 2018 to June 23, 2018 ( Feedback of the Workshop by all participants ) |
Kottayam, Kerala |
June 25, 2018 to June 27, 2018 ( Feedback of the Workshop by all participants) |
Bhimavaram, Andhra Pradesh |
June 28, 2018 to June 30, 2018 ( Feedback of the Workshop by all participants ) |
Changa, Gujarat |
July 07, 2018 to July 09, 2018 ( Feedback of the Workshop by all participants ) |
Hyderabad, Telangana |
July 14, 2018 to July 16, 2018 ( Venue details and Contact Person details ) |
Galgotias University, Greater Noida, NCR and U.P. |
July 17, 2018 to July 19, 2018 ( Venue details and Contact Person details ) |
Mumbai, Maharashtra |
July 21, 2018 to July 23, 2018 ( Venue details and Contact Person details ) |
Erode, Tamilnadu |
July 28, 2018 to July 30, 2018 ( Venue details and Contact Person details ) |
Hubballi, Karnataka |
August 11, 2018 to August 13, 2018 ( Venue details and Contact Person details ) |
Day 1 | |
8.00-9.00 |
Registration |
Session 1 |
Motivation Foundations and Terminology of Deep Learning |
Session 2 |
Machine Learning Basics Linear Regression, Logistic Regression Gradient Descent |
Session 3 2.15-4.00 |
Designing & Optimizing Neural Network Model Building Deep Models and Hyperparameter Tuning |
Session 4 4.30-6.30 |
Deep Learning Hacks System/project level tricks and regularization strategies |
Day 2 |
|
Session 1 9.00-11.00 |
Convolutional Neural Network Computer Vision with CNNs |
Session 2 11.30-1.30 |
Recurrent Neural Network Sequence Modelling with RNNs, Autoencoders, generative modelling in Deep Learning |
Session 3 2.15-4.00 |
Advanced Learning Topics Hands-On Labs |
Session 4 4.30-6.30 |
Assessment Test |
Day 3 - NVIDIA Deep Learning Institute Hands on Labs The NVIDIA Deep Learning Institute offers hands on training for developers, data scientists and researchers, looking to solve challanging problems with deep learning |
|
09:00 - 11.00 | Image Classification with DIGITS (lab) |
11:00 - 1:00 | Object Detection with DIGITS (lab) |
2:00 - 4.00 | Neural Network Deployment with DIGITS and TensorRT (lab) |
Points to Note:
Account creation: To get started with Azure notebooks you have to log-in to https://notebooks.azure.com/ using the Microsoft account. If you have an existing Microsoft account you can use it for logging in to Azure Notebooks. Otherwise you can create a Microsoft account in https://account.microsoft.com/account
Getting started with Azure Notebook: After logging-in, you can click on “Library” tab to go into your library where you can “Add a new Library”. After creating a library, you can add new file which can be Notebooks of Python, R or F#.
Using Existing Repos: If you have the URL of some existing repositories, you can clone them into your library. For example the below library can be cloned by visiting the URL.
https://notebooks.azure.com/jakevdp/libraries/pythondatasciencehandbook
After visiting the URL, you can press “Clone” to copy the entire folder/repository into your library. Then any modification can be done by opening, editing and running those .ipynb notebooks.
Our Notebooks: During the time of workshop, we will share links to our notebook repository for your practice.
If you cannot use Azure Notebook services during the workshop, our same lab material can be used by installing Anaconda Python and necessary packages.
Anaconda 5.1 - Python Version 3.6 You can Download it from the link freely from the given link.
Click herePython Libraries: numpy, pandas, sklearn, nltk, tensorflow, keras and for plotting matplotlib
For installing the above mentioned python packages please follow the procedure mentioned below.
For installing new packages, system must be connected through internet.
Press start in windows and search for "Anaconda Prompt". When you will click on the application, a prompt window will be open,wait for few seconds.
You can check/ install any package in Anaconda Python by..
pip install package_name
f-ex:
pip install numpy
and press Enter key after typing these commands.
Note. If you are installing numpy like this, it will give requirement already satisfied message on the prompt. that means package is already installed in the anaconda python.
Start the Anaconda Prompt: Press start in windows and search for "Anaconda Prompt". when you will click on the application, a prompt window will be open, wait for few seconds.
type command:
pip install opencv-python
press Enter.
Start the Anaconda Prompt in administrator mode: Press start in “windows”, type “Anaconda Prompt”, and right click on the application and click “Run as Administrator”.
Repeat step 2
f.ex- pip install tensorflow
pip install keras
Help: You can also take help of YouTube video: https://www.youtube.com/watch?v=z0qhKP2liHs for sample installation of Anaconda + Tensorflow + Keras
Note: If you want to work with regular python installed from (https://www.python.org/downloads/), installation of numpy, pandas, sklearn, ntlk, tensorflow, keras libraries can be still done using “pip install” command similar to step 2 and 3. However, installation of Anaconda Python is highly encouraged rather than naïve python.
Sign-in using Google Account to access free Online Tensorflow notebooks at http://colab.research.google.com/
To join GitHub, the world's leading software development platform, visit the following URL. https://github.com/
GitHub is widely used for open-source software development, you can use it to