Skip to content

Instantly share code, notes, and snippets.

View awah95's full-sized avatar
🎯

Awah Mohamed awah95

🎯
View GitHub Profile
<?php
/**
* Add custom field option on all modules.
*
* @param array $modules
*
* @return array
*/
function smpl_extend_modules( $modules ) {
// Ensure we run this code only once because it's expensive.
#!/usr/bin/env python
# coding: utf-8
# مرحب بيكم معانا. هنا الكود الكتبناو مع بعض في الفيديو في قناة البعد الخامس
# Import the libraries (ادخال المكتبات المهمه للبرنامج حقنا)
import matplotlib.pyplot as plt
import numpy as np
import mnist
from keras.models import Sequential
from keras.layers import Dense
from keras.utils import to_categorical