{"id":14959138,"url":"https://github.com/curiousily/deep-learning-for-hackers","last_synced_at":"2025-04-12T18:39:32.521Z","repository":{"id":45808188,"uuid":"183159288","full_name":"curiousily/Deep-Learning-For-Hackers","owner":"curiousily","description":"Machine Learning tutorials with TensorFlow 2 and Keras in Python (Jupyter notebooks included) - (LSTMs, Hyperameter tuning, Data preprocessing, Bias-variance tradeoff, Anomaly Detection, Autoencoders, Time Series Forecasting, Object Detection, Sentiment Analysis, Intent Recognition with BERT)","archived":false,"fork":false,"pushed_at":"2020-04-23T06:08:54.000Z","size":23269,"stargazers_count":1041,"open_issues_count":6,"forks_count":440,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-04-03T20:11:52.799Z","etag":null,"topics":["anomaly-detection","artificial-intelligence","autoencoders","bert","deep-learning","image-augmentation","intent-recognition","jupyter-notebooks","keras","lstms","machine-learning","neural-networks","object-detection","python","sentiment-analysis","tensorflow","tensorflow-tutorial","time-series-classification","time-series-forecasting"],"latest_commit_sha":null,"homepage":"https://mlexpert.io","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/curiousily.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}},"created_at":"2019-04-24T06:06:44.000Z","updated_at":"2025-03-20T19:14:48.000Z","dependencies_parsed_at":"2022-07-18T08:13:31.731Z","dependency_job_id":null,"html_url":"https://github.com/curiousily/Deep-Learning-For-Hackers","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/curiousily%2FDeep-Learning-For-Hackers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curiousily%2FDeep-Learning-For-Hackers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curiousily%2FDeep-Learning-For-Hackers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curiousily%2FDeep-Learning-For-Hackers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curiousily","download_url":"https://codeload.github.com/curiousily/Deep-Learning-For-Hackers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248616232,"owners_count":21134029,"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":["anomaly-detection","artificial-intelligence","autoencoders","bert","deep-learning","image-augmentation","intent-recognition","jupyter-notebooks","keras","lstms","machine-learning","neural-networks","object-detection","python","sentiment-analysis","tensorflow","tensorflow-tutorial","time-series-classification","time-series-forecasting"],"created_at":"2024-09-24T13:18:54.659Z","updated_at":"2025-04-12T18:39:32.489Z","avatar_url":"https://github.com/curiousily.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hacker's Guide to Machine Learning with Python 🐱‍💻\n\nThis book brings the fundamentals of Machine Learning to you, using tools and techniques used to solve real-world problems in Computer Vision, Natural Language Processing, and Time Series analysis. The skills taught in this book will lay the foundation for you to advance your journey to Machine Learning Mastery.\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/curiousily/Deep-Learning-For-Hackers/)\n\n\u003ca href=\"http://bit.ly/Hackers-Guide-to-Machine-Learning-with-Python\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/curiousily/Deep-Learning-For-Hackers/master/.github/book-cover.png\" width=\"250\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"http://bit.ly/Hackers-Guide-to-Machine-Learning-with-Python\" target=\"_blank\"\u003eRead the book here\u003c/a\u003e\n\n## 📖 Read for FREE\n\nThe whole book can be read using the links below. Each part contains a notebook that you can find in this repository.\n\n- [TensorFlow 2 and Keras - Quick Start Guide](https://www.curiousily.com/posts/tensorflow-2-and-keras-quick-start-guide/)\n- [Build your first Neural Network](https://www.curiousily.com/posts/build-your-first-neural-network-in-tensorflow-2/)\n- [Heart Disease Prediction](https://www.curiousily.com/posts/heart-disease-prediction-in-tensorflow-2/)\n- [Cryptocurrency price prediction using LSTMs](https://www.curiousily.com/posts/cryptocurrency-price-prediction-in-tensorflow-2/)\n- [Practical Guide to Handling Imbalanced Datasets](https://www.curiousily.com/posts/practical-guide-to-handling-imbalanced-datasets/)\n- [Hacker's Guide to Fixing Underfitting and Overfitting Models](https://www.curiousily.com/posts/hackers-guide-to-fixing-underfitting-and-overfitting-models/)\n- [Hacker's Guide to Hyperparameter Tuning](https://www.curiousily.com/posts/hackers-guide-to-hyperparameter-tuning/)\n- [Deploy a Keras Deep Learning Project to Production with Flask](https://www.curiousily.com/posts/deploy-keras-deep-learning-project-to-production-with-flask/)\n- [Hacker's Guide to Data Preparation for Machine Learning](https://www.curiousily.com/posts/hackers-guide-to-data-preparation-for-machine-learning/)\n- [Hacker's Guide to Fundamental Machine Learning Algorithms](https://www.curiousily.com/posts/hackers-guide-to-fundamental-machine-learning-algorithms/)\n- [Time Series Forecasting with LSTMs](https://www.curiousily.com/posts/time-series-forecasting-with-lstms-using-tensorflow-2-and-keras-in-python/)\n- [Time Series Demand Prediction with LSTMs](https://www.curiousily.com/posts/demand-prediction-with-lstms-using-tensorflow-2-and-keras-in-python/)\n- [Time Series Classification for Human Activity Recognition with LSTMs](https://www.curiousily.com/posts/time-series-classification-for-human-activity-recognition-with-lstms-in-keras/)\n- [Time Series Anomaly Detection with LSTM Autoencoders](https://www.curiousily.com/posts/anomaly-detection-in-time-series-with-lstms-using-keras-in-python/)\n- [Object Detection on Custom Dataset](https://www.curiousily.com/posts/object-detection-on-custom-dataset-with-tensorflow-2-and-keras-using-python/)\n- [Image Data Augmentation](https://www.curiousily.com/posts/image-data-augmentation-for-tensorflow-2-keras-and-pytorch-with-albumentations-in-python/)\n- [Sentiment Analysis](https://www.curiousily.com/posts/sentiment-analysis-with-tensorflow-2-and-keras-using-python/)\n- [Intent Recognition with BERT using Keras and TensorFlow 2](https://www.curiousily.com/posts/intent-recognition-with-bert-using-keras-and-tensorflow-2/)\n\nConsider buying the book if you want to support my work. Thanks for stopping by! 🤗\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuriousily%2Fdeep-learning-for-hackers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuriousily%2Fdeep-learning-for-hackers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuriousily%2Fdeep-learning-for-hackers/lists"}