This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COMPETENCIES | |
Java, Python, JavaScript, Hadoop, Hive, Pig, MapReduce, Oracle SQL, MySQL, JDBC, Matplotlib,, Pandas, Scikit Learn, Tensorflow, Keras, Pytorch, TFLearn, Seaborn, Excel Pivot Tables, Deep Learning, Natural Language NLP, Oracle DB, JDBC, Excel (ODBC), Agile, Scrum, SDLC | |
SKILLS AND ACCOMPLISHMENTS | |
Experience leveraging Python, Matplotlib, Plotly, Seaborn, Scikitlearn, Tensorflow, Keras, Pytorch, TFLearn to build, visualize and fine tune machine learning models for prediction and classification. | |
Applied Java to write multiple application including the backend to a HR management software. | |
SQL and variants experience with performing data operations for business consumption and machine learning tasks. | |
Used Shell Scripting extensively to build and execute SQL scripts and manage cloud environment setups and maintenance for deep learning models. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import matplotlib.pyplot as plt | |
import numpy as np | |
def show_images(images, cols = 1, titles = None): | |
"""Display a list of images in a single figure with matplotlib. | |
Parameters | |
--------- | |
images: List of np.arrays compatible with plt.imshow. | |