{"id":14958936,"url":"https://github.com/gtesei/deepexperiments","last_synced_at":"2025-10-24T16:30:38.997Z","repository":{"id":71994640,"uuid":"77081470","full_name":"gtesei/DeepExperiments","owner":"gtesei","description":"TensorFlow/Keras experiments on computer vision and natural language processing  ","archived":false,"fork":false,"pushed_at":"2018-10-28T23:42:49.000Z","size":11132,"stargazers_count":9,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T02:44:29.890Z","etag":null,"topics":["alexnet","autoencoders","computer-vision","convolution","convolutional-neural-networks","deep-learning","dropout","generative-adversarial-network","keras","keras-neural-networks","mnist","natural-language-processing","neural-networks","regularization","tensorflow","tensorflow-experiments","tensorflow-tutorials","word2vec","word2vec-model"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gtesei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-12-21T19:47:53.000Z","updated_at":"2022-10-06T17:02:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"9360dd82-f57f-4d6a-8e0f-e1a8fa70fe3a","html_url":"https://github.com/gtesei/DeepExperiments","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/gtesei%2FDeepExperiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtesei%2FDeepExperiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtesei%2FDeepExperiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtesei%2FDeepExperiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtesei","download_url":"https://codeload.github.com/gtesei/DeepExperiments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237999487,"owners_count":19399887,"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":["alexnet","autoencoders","computer-vision","convolution","convolutional-neural-networks","deep-learning","dropout","generative-adversarial-network","keras","keras-neural-networks","mnist","natural-language-processing","neural-networks","regularization","tensorflow","tensorflow-experiments","tensorflow-tutorials","word2vec","word2vec-model"],"created_at":"2024-09-24T13:18:33.524Z","updated_at":"2025-10-24T16:30:33.955Z","avatar_url":"https://github.com/gtesei.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeepExperiments\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n__TensorFlow/Keras experiments on computer vision and natural language processing__\n\n## Suggested path \n\n### Image Recognition \n\n1. [Non TensorFlow Comparisons for notMNIST Data Set](https://github.com/gtesei/DeepExperiments/blob/master/notMNIST_nonTensorFlow_comparisons.ipynb)\n2. [Tensorflow basics](https://github.com/gtesei/DeepExperiments/blob/master/TensorFlow_WarmUp_0.12.0-rc1.ipynb)\n3. [MNIST For ML Beginners (0.11.0rc2)](https://github.com/gtesei/DeepExperiments/blob/master/MNIST_for_beginners_noNN_noCONV_0.11.0rc2.ipynb) \n4. [MNIST For ML Beginners (0.12.0rc2)](https://github.com/gtesei/DeepExperiments/blob/master/MNIST_for_beginners_noNN_noCONV_0.12.0-rc1.ipynb)\n5. [Fully Connected Neural Networks - No Convolutions](https://github.com/gtesei/DeepExperiments/blob/master/notMNIST_NN_noCONV_0.12.0-rc1.ipynb)\n6. [Fully Connected Neural Networks - Regularization/L2 - No Convolutions](https://github.com/gtesei/DeepExperiments/blob/master/notMNIST_NN_Regularization_L2_noCONV_0.12.0-rc1.ipynb)\n7. [Fully Connected Neural Networks - Regularization/Dropout - No Convolutions](https://github.com/gtesei/DeepExperiments/blob/master/notMNIST_NN_Regularization_Dropout_noCONV_0.12.0-rc1.ipynb)\n8. [Fully Connected Neural Networks + Convolutions](https://github.com/gtesei/DeepExperiments/blob/master/notMNIST_NN_CONV_0.12.0-rc1.ipynb)\n9. [AlexNet](https://github.com/gtesei/DeepExperiments/blob/master/AlexNet.py) from [ImageNet Classification with Deep Convolutional Neural Networks](https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf)\n9. [From Deep Learning with Python - Deep learning for computer vision ](https://github.com/gtesei/DeepExperiments/blob/master/DeepLearning_With_Python)\n10. [Autoencoders](https://github.com/gtesei/DeepExperiments/blob/master/Autoencoders_1.1.0.ipynb) \n11. [Generative Adversarial Networks](https://github.com/gtesei/DeepExperiments/blob/master/Generative_Adversarial_Networks.ipynb) \n\n### Natural Language Processing \n\n1. [Word2Vec](https://github.com/gtesei/DeepExperiments/blob/master/Word2Vec_0.12.0-rc1.ipynb)\n2. [Recurrent Neural Networks](https://github.com/gtesei/DeepExperiments/blob/master/Recurrent_Neural_Networks_1.1.0.ipynb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtesei%2Fdeepexperiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtesei%2Fdeepexperiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtesei%2Fdeepexperiments/lists"}