Skip to content

Instantly share code, notes, and snippets.

View sheikhhanif's full-sized avatar
🎯
Focusing

Sheikh Hanif sheikhhanif

🎯
Focusing
View GitHub Profile
@sheikhhanif
sheikhhanif / copy-of-sql_agent.ipynb
Created February 24, 2024 15:05
Copy of SQL_agent.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sheikhhanif
sheikhhanif / novus
Last active October 20, 2019 01:15
# Novus Presents "BACK to the 90's"
## About Us
Novus is a project that aims to reduce climate change through the plantation and nurturing of fruit and flower trees through the help of the mass public. Together, we grow towards the future by returning back to the 90s!
## Predictive Analysis
### importing modules
import os
@sheikhhanif
sheikhhanif / NetworkX.ipynb
Created December 31, 2018 14:09
Exploring Graph with NetworkX module.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sheikhhanif
sheikhhanif / goodAttire_vs_badAttire.ipynb
Created November 25, 2018 13:30
Image Classification using Convolutional Neural Network - Keras
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
'''This script goes along the blog post
"Building powerful image classification models using very little data"
from blog.keras.io.
It uses data that can be downloaded at:
https://www.kaggle.com/c/dogs-vs-cats/data
In our setup, we:
- created a data/ folder
- created train/ and validation/ subfolders inside data/
- created cats/ and dogs/ subfolders inside train/ and validation/
- put the cat pictures index 0-999 in data/train/cats
@sheikhhanif
sheikhhanif / Brute Force and Exhaustive Search.ipynb
Created September 22, 2018 09:59
Brute Force and Exhaustive Search in Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.