Pinned Repositories
json-to-go
Translates JSON into a Go type in your browser instantly (original)
airflow-sql-server-plugin
Apache Airflow plugin for SQL Server
CarND-Behavioral-Cloning
Behavioral Cloning Project.
epoch_parser
CLI application for converting Unix timestamp to human readable timestamp in local timezone
ssis_validator
A Python package for validating SQL Server Integration Services (SSIS) packages
mike-hosseini's Repositories
mike-hosseini/airflow-sql-server-plugin
Apache Airflow plugin for SQL Server
mike-hosseini/ssis_validator
A Python package for validating SQL Server Integration Services (SSIS) packages
mike-hosseini/CarND-Behavioral-Cloning
Behavioral Cloning Project.
mike-hosseini/epoch_parser
CLI application for converting Unix timestamp to human readable timestamp in local timezone
mike-hosseini/CarND-Lane-Lines
Lane Finding Project. In this project I detect lane lines in images using Python and OpenCV.
mike-hosseini/dend_redshift_data_warehouse
ETL workflow for Udacity's Data Engineering Nanodegree project 3 on Redshift data warehousing
mike-hosseini/dend_spark_data_lake
Workflow for Udacity's Data Engineering Nanodegree project 4 on Apache Spark and data lakes
mike-hosseini/dsnd_kafka_streaming
mike-hosseini/dsnd_spark_streaming
mike-hosseini/MiniFlow
A simplified neural network library written in Python that behaves like TensorFlow. The library includes implementation of backpropogation and gradient descent.
mike-hosseini/snake_game
Snake game implementation in Python using curses standard library