Skip to content

Instantly share code, notes, and snippets.

View moneebullah25's full-sized avatar

Muneeb Ullah moneebullah25

View GitHub Profile
@moneebullah25
moneebullah25 / 00_bigram.ipynb
Created November 9, 2023 14:49
Bigram Language Model
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@moneebullah25
moneebullah25 / stock_prediction_new_open_n50.ipynb
Created October 15, 2023 06:49
stock_prediction_new_open_n50.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@moneebullah25
moneebullah25 / stock_prediction_new_open_nb.ipynb
Created October 15, 2023 06:49
stock_prediction_new_open_nb.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@moneebullah25
moneebullah25 / stock_prediction_pytorch-new.ipynb
Created October 15, 2023 06:41
stock_prediction_pytorch new.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@moneebullah25
moneebullah25 / stock-prediction-pytorch.ipynb
Created October 10, 2023 13:00
stock-prediction-pytorch.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@moneebullah25
moneebullah25 / stock-prediction-pytorch.ipynb
Created June 13, 2023 09:29
Prediction AMZN Stock Prices using LSTM
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@moneebullah25
moneebullah25 / ibm-employee-svm.ipynb
Created June 12, 2023 19:23
Applied SVM on rohitsahoo/employee
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@moneebullah25
moneebullah25 / repocloner.sh
Last active June 17, 2023 04:22
GitHub Repository Cloner
#!/bin/bash
# Default values
name="embedded"
language="language:C"
division=6
output_file=""
page=10
start_date=$(date +%Y-%m-%d)
end_date=$start_date
@moneebullah25
moneebullah25 / aerial_drone_image_segmentation.ipynb
Created June 11, 2023 07:00
Aerial Image Semantic Segmentation using PyTorch Pretrained InceptionV4 model. Fine Tuned on bulentsiyah/semantic-drone-dataset Kaggle dataset.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.