My learning toolbox, with every code that i have studied
Project description
PYPI PYTHON STUDY RESOURCES
This is a simple idea of grouping my notes and study material in a single space, thus creating a PyPi module where everyone can access these. Also, the print-text is colored!
Installation and Use
Install the module from PIP:
pip install gobbezlearningtoolbox
Check all the materials in the module:
from gobbezlearningtoolbox.listall import ListAll
print(ListAll())
Use the material you want to study and find all the contents (example code):
from gobbezlearningtoolbox.datascience import DataScience
ds = DataScience()
print(ds.help())
Pick a content and start studying (example code):
from gobbezlearningtoolbox.datascience import DataScience
ds = DataScience()
print(ds.machinelearning())
List of materials:
DataScience:
Methods and most common functions for Data Science, DataFrame manipulation and Machine Learning.
-
imports_dataframe():
-
imports_machinelearning():
-
eda():
-
operations():
DeepLearning:
Most common Keras Deep Learning models.
-
imports_regression(): Most used imports for Keras Deep Learning - Regression
-
imports_classifier(): Most used import for Keras Deep Learning - Classifier
-
sequential(): Simple ready-to-go guide for a sequential Deep Learning model using Keras
-
image_classifier(): Simple model to classify images using CNN
-
dropout(): Explain how to set a simple DropOut
-
learning_rate_scheduler(): Explain how to modify learning rate based on epochs
-
mixed_precision(): Explain how to setup a mixed_precision training
-
gradient_accumulation(): Explain how to use gradient accolumation to increase batch size
-
compile(): Explain how to compile a model
-
train(): Explain how to train a model
-
train_with_gradient_accumulation(): Explain advanced techniques for training a model
-
predict_regression(): Explain how to make regression predictions with the model
-
predict_classification(): Explain how to make classification predictions with the model
-
evaluate(): Explain how to evaluate the model
-
plot(): Explain how to plot results of the model
TelegramBot:
Simple quick-start guide for the python-telegram-bot module to create your own Telegram Bot.
-
imports(): Find the most common imports to start
-
quick_start(): Quick setup explanations
Contribute
You can contribute to the GitHub Repository or use it locally:
git clone https://github.com/gobbez/gobbezlearningtoolbox.git
Notes
Please note that this module isn't complete, and it only gives a basic entry-level to start. For more information contact me. You can find the PyPi module here: https://pypi.org/project/gobbezlearningtoolbox
Updates
- added telegrambot (18/03/2025)
- added listall (15/03/2025)
- added deeplearning (15/03/2025)
- added datascience (15/03/2025)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gobbezlearningtoolbox-0.3.0.tar.gz.
File metadata
- Download URL: gobbezlearningtoolbox-0.3.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9db2ebf590035b0887b29ab075e393594e70f943185243301fb8dedfd6a2cc4a
|
|
| MD5 |
c8917f38510d3f22b40a1ee5bd2d8a56
|
|
| BLAKE2b-256 |
938e8b6fcf7ed0bcd7e4db07cb19b4c842a9ee747a51a98b19dbec4e487b331d
|
File details
Details for the file gobbezlearningtoolbox-0.3.0-py3-none-any.whl.
File metadata
- Download URL: gobbezlearningtoolbox-0.3.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4ae9684aeabe4e6589024f3aac143e1d4fc722363eddbfc868b64eb2722d8cd
|
|
| MD5 |
515f2f4967e296d79e0c38de7b177227
|
|
| BLAKE2b-256 |
e193de30ef8f28899602e071c143fbf3cab95106c695f382d1e054bd622231b4
|