osamageris's blog

By osamageris, history, 12 days ago, In English

As a passionate in Programming & Data science, I’m specialized in STEM teaching & programming of Python, SQL , CSS . HTML & PHP and utilizing agile methodologies to facilitate learning. My unique skills include Creating Lesson Plans , Lesson PPT & curriculum development , evaluation, Designing Flow Charts , preparing videos , web design , Engineering Drawing , analyzing stock Shares, Fixing Errors & repairing. With a proven track record of good qualities of , Lesson Plans , PPts , Kaggle Notebooks , software apps , YouTube Videos and Egyptian Stock Share Profile , I successfully taught Many Clever students & Collaborated with various clients in different cultures , aspects & projects ,and I pride myself on being detail-oriented and client-focused , I have about 42 years of Varity Experiences as I started when I was 11 years old by playing Hand Ball so I have been a skilled communicator & kept to timely delivery , I have been trying to integrate all my skills with my experiences more over increasing and enforcing my relationships , I believe in building strong client relationships through clear communication , Your next great project is just a message away—contact me today, and let’s make it happen! .

Online Presence:

Websites:
   YouTube: https://www.youtube.com/@engycation
    LinkedIn: https://www.linkedin.com/in/osamaghandour/
    Jawak: https://jawak.com/author/OsamaGhandourGeris
    Medium: https://medium.com/@osama.ghandour
    Bookslibrary: https://bookslibrary.com/@Osama-Ghandour-Grace-Mansour

Additional Information:

Offers free 30-minute consultations to discuss potential projects.

Keywords: Engineer, C.S. Teacher ,STEM , Chess , Soft Elevator , Stock market Analyzer , Mustimeter , Oscilloscope, Data Scraping , engycation ,reading , writing , sketch up , Orcad , Camtasia , curriculum development, evaluation, repair , YouTuber ,Web Design

Full text and comments »

  • Vote: I like it
  • -23
  • Vote: I do not like it

By osamageris, history, 10 months ago, In English

My YouTub Channel called " Educating Using Technology & Engineering "

Channel link : http://youtube.com/user/osmgg2

Our channel offers a variety of content in scholarships, jobs, teaching physics, programming, website design, troubleshooting software and electronic devices, electrical equipment and tools repair. We also offer chess lessons, making money online, and investing through the Egyptian stock market. We provide content in both Arabic and English to reach a wide audience and meet diverse needs. Join us and enjoy diverse and helpful content.

Full text and comments »

  • Vote: I like it
  • -22
  • Vote: I do not like it

By osamageris, history, 12 months ago, In English

The libraries and example codes for each of the machine learning models using Python https://medium.com/@osama.ghandour/the-libraries-and-example-codes-for-each-of-the-machine-learning-models-using-python-ed3f1ee83b14

the libraries and example codes for each of the machine learning models using Python:

  1. Linear Regression: — Library: scikit-learn — Code Example: python from sklearn.linear_model import LinearRegression model = LinearRegression()

  2. Logistic Regression: — Library: scikit-learn — Code Example: python from sklearn.linear_model import LogisticRegression model = LogisticRegression()

  3. Support Vector Machines (SVM): — Library: scikit-learn — Code Example: python from sklearn.svm import SVC model = SVC()

  4. K-Nearest Neighbors (KNN): — Library: scikit-learn — Code Example: python from sklearn.neighbors import KNeighborsClassifier model = KNeighborsClassifier()

  5. Random Forest: — Library: scikit-learn — Code Example: python from sklearn.ensemble import RandomForestClassifier model = RandomForestClassifier()

  6. Gradient Boosting Machines (e.g., XGBoost, LightGBM): — Libraries: xgboost, lightgbm — Code Examples: ```python import xgboost as xgb model = xgb.XGBClassifier()

Or

import lightgbm as lgb model = lgb.LGBMClassifier() ```

  1. Neural Networks (Deep Learning): — Library: tensorflow or pytorch — Code Example (using tensorflow): python import tensorflow as tf model = tf.keras.Sequential([ tf.keras.layers.Dense(128, activation=’relu’), tf.keras.layers.Dense(1, activation=’sigmoid’) ])

  2. Naive Bayes: — Library: scikit-learn — Code Example: python from sklearn.naive_bayes import GaussianNB model = GaussianNB()

  3. Clustering Algorithms (e.g., K-Means, DBSCAN): — Library: scikit-learn — Code Example (for K-Means): python from sklearn.cluster import KMeans model = KMeans(n_clusters=3)

  4. Principal Component Analysis (PCA): — Library: scikit-learn — Code Example: python from sklearn.decomposition import PCA model = PCA(n_components=2)

  5. Reinforcement Learning Algorithms (e.g., Q-Learning, Deep Q Networks): — Library: gym (for environments), tensorflow or pytorch (for models) — Code Example: ```python import gym env = gym.make(‘CartPole-v1’)

Define and train Q-learning or Deep Q Network

(Complex and requires reinforcement learning libraries)

```

Note: Before running the above code examples, you need to install the required libraries using pip install scikit-learn xgboost lightgbm tensorflow gym. Additionally, more complex models like neural networks for deep learning or specific reinforcement learning algorithms may require more extensive setup and configuration.

Full text and comments »

  • Vote: I like it
  • -25
  • Vote: I do not like it

By osamageris, history, 3 years ago, In English

Why do we are depend on Engineering , Technology and programming in STEM Education as In Assiut STEM School مدرسة اسيوط للمتفوقين فى العلوم و التكنولوجيا

Full text and comments »

  • Vote: I like it
  • -17
  • Vote: I do not like it