

Leider ist dieses Angebot abgelaufen am 3 August 2023.

396°
Gepostet 9 Juli 2023
Humble Bundle - The Complete Python Mega Bunde


Geteilt von
nicolas.benner
Mitglied seit 2019
3
15
Über diesen Deal
Dieser Deal ist leider abgelaufen. Hier sind ein paar andere Optionen für Dich:
Ich weiß man bekommt überall kostenlos Python-Kurse (Youtube, Udemy etc..) aber hier sehr viele über Kurse über Tensor Flow oder generell AI/ML und vielleicht ganz interessant für den einen oder anderen. Muss ja zum Glück niemand kaufen. Vielleicht kennt/besitz das jemand und kann mal ne Review geben.
Hier die Liste was enthalten ist:
Hier die Liste was enthalten ist:
- Beginners Guide to Coding in Python (20 Hours)
- Financial Prediction with Python Data Science for Stocks (15 Hours)
- The Complete Midjourney and Python Image Generation Masterclass (25 Hours)
- Build a Machine Learning Chatbot from Scratch
- Build Advanced Chatbot with Transformer Neural Network
- Diffusion Neural Network Artistry: Generating Images
- Image Generation with Open Source Stable Diffusion Machine Learning Python
- Machine Learning Magic: Unleashing the Power of Algorithms
- Data Wizardry: Unleashing the Potential of Data Engineering and Machine Learning
- TensorFlow Mastery: Constructing Dynamic Machine Learning Models
- Transforming Sketches into Photos - The Deep Learning Masterclass
- Teaching Neural Networks to Illustrate: A Complete Guide to Training Python-Based AI for Drawing
- Build Image Style Transfer and Approximation with Python ML
- Diabetes Prognosticator: Harnessing Machine Learning for Prediction
- Data Analysis and Transformation on Blood Cell Data
- Cancer Mass Classifier: Harnessing Machine Learning
- Harnessing Machine Learning for Heart Disease Predictive Insights
- Malaria Cell Detector: Building a Neural Network for Identification
- Python-Powered Machine Learning, Deep Learning, and Neural Networks for Text-to-Speech
- TensorFlow-Powered Android App Development with Machine Learning
- TensorFlow Android App Development with Logistic Regression Machine Learning
- From Excel to Python: Mastering Data Science Automation
- TensorFlow JS Unleashed: Beginners Machine Learning Masterclass
- TensorFlow JS Neural Networks Demystified: A Beginner's Guide
- TensorFlow.js Mastery: Advanced Machine Learning Techniques
- TensorFlow.js Neural Networks: Advanced Techniques and Applications
- R Programming Exploration: Data Science and Machine Learning for Beginners
- R Programming: Hands-on Data Science and Modeling for Practical Applications
- Python, Seaborn, and Pandas: Fun Exploratory Data Analysis
- Introduction to Data Analysis: Pandas and Python for Beginners
- Build a Simple Collector Game with PyGame (First-Time Humble Bundle Exclusive Release)
- Clone Flappy Bird with Python in PyGame (First-Time Humble Bundle Exclusive Release)
- Build Top Down RPG Tile-Based Game with PyGame (First-Time Humble Bundle Exclusive Release)
- Python Adventures: Building Beginner-Friendly Desktop Apps
- Crafting Three GUI Apps with Python Tkinter
- Python GUI Duo: Crafting Two User-Friendly Applications
- Python Tkinter & SQLite: Building a Full-Stack Database App
- Creating a Multi-Table Database App with Python Tkinter
- Learn Python Arrays with Time and Space Complexity
- Learn Python Sorting with Time and Space Complexity
- Build Python Tree Data Structures with Time and Space Complexity
- Build Python Heaps with Time and Space Complexity
- Build Python Linked Lists with Time and Space Complexity
- Python and NumPy for Data Science: Mastering the Foundations
- Python Mastery: Visualizing Data with PyPlot

Zusätzliche Info
Bearbeitet von einem Moderator, 9 Juli 2023
12 Kommentare
sortiert nachWer sich für Machine Learning interessiert, sollte definitiv mit dem Buch "Deep Learning" von Ian Goodfellow anfangen. Im Gegensatz zu (den meisten) anderen Autoren hat er eine KI-Karriere bei Google/Apple und co hingelegt und das Feld auch selbst geprägt. Er fängt bei den absoluten Basics an.
Das Buch gibt es komplett kostenlos auf seiner Seite:
deeplearningbook.org/
Um die aktuellen Large Language Modelle (wie ChatGPT) zu verstehen, braucht es dann eigentlich nur noch das Paper "Attention is all you need": arxiv.org/abs…762
Besser fände ich es dafür, eher mit den Basics beginnen, z.B. mit Hands-on Machine Learning mit scikit-learn (...) von A. Géron. Wenn man dann die Grundkonzepte von supervised/unsupervised learning verstanden hat, kann man sich dann mMn besser mit Deep Learning auseinandersetzen. (bearbeitet)