All Projects → Akramz → Hands On Machine Learning With Scikit Learn Keras And Tensorflow

Akramz / Hands On Machine Learning With Scikit Learn Keras And Tensorflow

Licence: apache-2.0
Notes & exercise solutions of Part I from the book: "Hands-On ML with Scikit-Learn, Keras & TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems" by Aurelien Geron

Projects that are alternatives of or similar to Hands On Machine Learning With Scikit Learn Keras And Tensorflow

Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+1857.62%)
Mutual labels:  artificial-intelligence, neural-networks, scikit-learn
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+447.02%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (+101.32%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Hep ml
Machine Learning for High Energy Physics.
Stars: ✭ 133 (-11.92%)
Mutual labels:  jupyter-notebook, neural-networks, scikit-learn
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+1447.68%)
Mutual labels:  jupyter-notebook, neural-networks, scikit-learn
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (+28.48%)
Mutual labels:  artificial-intelligence, jupyter-notebook, scikit-learn
Sciblog support
Support content for my blog
Stars: ✭ 694 (+359.6%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Deep Learning For Hackers
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)
Stars: ✭ 586 (+288.08%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Deep learning projects
Stars: ✭ 28 (-81.46%)
Mutual labels:  jupyter-notebook, neural-networks, scikit-learn
Daily Neural Network Practice 2
Daily Dose of Neural Network that Everyone Needs
Stars: ✭ 18 (-88.08%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Deep Learning Notes
My personal notes, presentations, and notebooks on everything Deep Learning.
Stars: ✭ 191 (+26.49%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (-3.31%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (+9.27%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (+29.14%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+1354.97%)
Mutual labels:  artificial-intelligence, jupyter-notebook, scikit-learn
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+450.33%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-72.19%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+5801.99%)
Mutual labels:  artificial-intelligence, jupyter-notebook, neural-networks
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-11.26%)
Mutual labels:  jupyter-notebook, neural-networks
Ai Blocks
A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models!
Stars: ✭ 1,818 (+1103.97%)
Mutual labels:  artificial-intelligence, neural-networks

Hands-on ML with Scikit-Learn, Keras & TF by Aurelien Geron

This repo is home to notes & code that accompanies Part 1 of Aurelien Geron's "Hands-on ML with Scikit-Learn, Keras & TF" book. The book provides a comprehensive overview of data science, machine learning (with scikit-learn), and deep learning (with tensorflow).

The Book assumes you know close to nothing about machine learning. It uses production-ready Python frameworks such as:

  • Scikit-Learn
  • Keras
  • TensorFlow

The author favors a hands-on approach through a series of working examples and just a little bit of theory. Prerequesites:

  • Some Python programming experience
  • Familiarity with NumPy, Pandas, and Matplotlib
  • A reasonable understanding of college-level math (calculus, probability, Linear Algebra, and statistics)

The first part of the book is mostly based on Scikit-Learn, while the 2nd part is using Keras/TensorFlow.

Roadmap

The Fundamentals of Machine Learning

We provide links for the available notebooks:


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].