{"id":15971745,"url":"https://github.com/siddk/tensorflow-workshop","last_synced_at":"2025-04-04T15:45:15.092Z","repository":{"id":68633420,"uuid":"82989864","full_name":"siddk/tensorflow-workshop","owner":"siddk","description":"Repository of scripts for the Introduction to Deep Learning and Tensorflow Workshop, Spring 2017.","archived":false,"fork":false,"pushed_at":"2017-02-25T18:17:45.000Z","size":17333,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T01:41:29.146Z","etag":null,"topics":["python","tensorflow","tensorflow-tutorials","workshop"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siddk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-24T01:49:36.000Z","updated_at":"2017-02-24T04:23:14.000Z","dependencies_parsed_at":"2023-07-08T16:32:02.421Z","dependency_job_id":null,"html_url":"https://github.com/siddk/tensorflow-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddk%2Ftensorflow-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddk%2Ftensorflow-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddk%2Ftensorflow-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddk%2Ftensorflow-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siddk","download_url":"https://codeload.github.com/siddk/tensorflow-workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208066,"owners_count":20901568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","tensorflow","tensorflow-tutorials","workshop"],"created_at":"2024-10-07T20:40:30.757Z","updated_at":"2025-04-04T15:45:15.065Z","avatar_url":"https://github.com/siddk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tensorflow Workshop\nRepository of scripts for the Introduction to Deep Learning and Tensorflow Workshop, \none of multiple workshops help in preparation for the 2017 Datathon Competition at Brown University.\n\n## Setup ##\n\nThis workshop covers the basics of Google's Tensorflow library, a state of the art tool for building deep neural network models.\nTo get setup, it is important that you have the following things installed on your machines:\n\n+ A working Python installation. The scripts in this repository are all written for Python Version 2.7, but is should\n      be fairly straightforward to refactor the code to work with Python 3.3.\n\n+ The latest version of Tensorflow (version 1.0). You can download and install Tensorflow by following the instructions\n      here: [Installing Tensorflow](https://www.tensorflow.org/install/)\n\nOnce you have the above installed on your machine, clone this repository locally. The master branch contains all the skeleton \nfiles you will be using during the workshop, and the solutions branch has all of the solutions (for your reference).\n\n## Repository Structure ##\n\nThe repository is structured in the following way: \n\n+ feedforward.py - Contains the code skeleton for the first model described in the workshop - A Two-Layer Feed-Forward Network \n                   for MNIST Handwritten Digit Classification.\n\n+ convolution.py - Contains the code skeleton for the second model described in the workshop - A Convolutional Neural Network (CNN) \n                   again for MNIST Handwritten Digit Classification.\n\n+ recurrent.py - Contains the code skeleton for the last model described in the workshop - A Recurrent Neural Network (RNN) Language Model, for \n                 Language Modeling the Penn Treebank. \n\n+ MNIST_data/ - Contains the zipped MNIST train and test image files.\n\n+ data/ - Contains the data files for the Recurrent Neural Network language model described above. This directory has the following subdirectories:\n    - raw_data/ - Directory containing the raw train and test files. These are standard, pre-UNKed files from the Penn Treebank.\n\n    - processed_data/ - Directory containing the processed (pickled) train and test files. These store the vectorized format required for the \n                        RNN Language Model.\n\n+ preprocessor/ - Contains the preprocessing script for converting the Penn Treebank data to the format required for the RNN Language Model. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddk%2Ftensorflow-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddk%2Ftensorflow-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddk%2Ftensorflow-workshop/lists"}