Pinned Repositories
Data-Visualization
A curated collection of innovative data visualization projects
DesignAlgorithms
Homework Solutions for Design Algorithm Course as Computer Science B.Sc. Student at Department of Mathematical Sciences, Sharif University of Technology
IntroductionToBioinformatics
Homework Solutions for Introduction to Bioinformatics Course as Computer Science B.Sc. Student at Department of Computer Engineering, Sharif University of Technology
IntroductionToMachineLearning
Introduction to Machine Learning, for B.Sc. Students, Industrial Engineering Department, Sharif University of Technology
Jekyll-Posts-From-Github
Automatically generate Jekyll posts from all the README files of a Github user.
NumericalAnalysis
Homework Solutions for Numerical Analysis Course as Computer Science B.Sc. Student at Department of Mathematical Sciences, Sharif University of Technology
StatisticalLearning
Homework Solutions for Statistical Learning Course as Computer Science B.Sc. Student at Department of Mathematical Sciences, Sharif University of Technology
token-swap-dapp
A simple dapp to connect with wallets and swap tokens in blockchain networks.
UDP-Pinger
a Simple UDP Pinger using python
WE
A social app for postint and messaging using java , javafx,hibernate ORM
ammahmoudi's Repositories
ammahmoudi/Data-Visualization
A curated collection of innovative data visualization projects
ammahmoudi/ammahmoudi.github.io
my github personal website
ammahmoudi/Fluxomic-Prediction
Applying implicit deep learning and convex optimization layers to infer metabolic fluxes from gene expression data
ammahmoudi/Food-Manager-Frontend
ammahmoudi/Iterative-Methods-for-Eigenvalue-Problem
Applying Diffrenet iterative methods to find some specific (smallest or largest) eigen values
ammahmoudi/token-swap-dapp
A simple dapp to connect with wallets and swap tokens in blockchain networks.
ammahmoudi/UDP-Pinger
a Simple UDP Pinger using python
ammahmoudi/Windows-Uptime-Tracker
Windows-Uptime-Tracker is a Python GUI app that calculates and visualizes Windows uptime. It features uptime logging, CSV export, and combined plot and table views.
ammahmoudi/AdaBoost-Implementation
implementing AdaBoost from scratch and comparing it with Scikit-Learn's implementation along with exploring concept of early stopping and weighted errors in boosting algorithms.
ammahmoudi/IntroductionToBioinformatics
Homework Solutions for Introduction to Bioinformatics Course as Computer Science B.Sc. Student at Department of Computer Engineering, Sharif University of Technology
ammahmoudi/Bike-Sharing-Trends
Predicting bike sharing trends using classic machine learning methods (linear regression, decision tree)
ammahmoudi/COVID-19-Autoencoder
Using Autoencoder in keras as a nonlinear dimensionality reduction method to encode COVID-19 patients data
ammahmoudi/Credit-Risk-Prediction
Predicting credit risk when a person requests for loan using random forest on south German dataset (fixing imbalanced data)
ammahmoudi/Decision-Tree-Implementation
Implementing Decision Tree Classifer from scrath and then train it on breast cancer dataset from the University of Wisconsin Hospitals
ammahmoudi/Dinning-Philosophers
Implenting Dinning Philosophers problem in a client-server style with nice GUI using java and javafx
ammahmoudi/Face-Recognition
Face recognition using Eigen faces, PCA and support vector machines
ammahmoudi/Galaxy-Classifier
Classifing galaxy images using a MLP Model with PyTorch
ammahmoudi/Handwritten-Digit-Classification
Handwritten Digit Classification on MNIST dataset using Conventional Neural Network in PyTorch
ammahmoudi/Image-Captioning-RNN
Image Captioning using Recurrent Neural Networks on Flickr images with pretrained ResNet50 model features.
ammahmoudi/Introduction_to_Machine_Learning
Materials of a Machine Learning course Supervised By Dr. Ali Sharifi zarchi
ammahmoudi/MapReduce-examples
Map Rduce Examples using pure Scala and Then using Spark
ammahmoudi/MS-back
ammahmoudi/MS-front
ammahmoudi/P2PKH-Address-Generator
Generate custom P2PKH Bitcoin addresses with specified characters using Python. This project includes a robust algorithm for address generation with customizable options for developers and enthusiasts.
ammahmoudi/sd-scripts
ammahmoudi/Sea-Battle
classic Sea battle game implemented using Java socket, Javafx, Hibernate ORM
ammahmoudi/Simple-Calculator-Server-Clinet
A simple calculator with clinet and server using socket and javafx gui with jfoenix beautiful design
ammahmoudi/Simple-Messanger
simple chat application implemented in Python using a server-client architecture with groups and channels
ammahmoudi/Stochastic-Processes
Homework Solutions for Stochastic Processes Course as Computer Science B.Sc. Student at Department of Mathematical Sciences, Sharif University of Technology
ammahmoudi/Water-Treatment-Plant
Categorizing the plant's operation state using sensor data suing SVMs.