Pinned Repositories
DNS_Solver
This is a two-dimensional fluid solver written in a hybrid CPU-GPU architecture platform This code has been written as part of the requiremnts for the following courses at the University of Utah: Computational Fluid Dynamics Parallel computing on many-cores @ Authors: Arash Nemati Hayati Akshay Singhvi Lucas Ulmer
HPCC-Brandeis
Projects at the high-performance computing center (HPCC) at Brandeis University
Image_proc
Image_proc This code was written as part of the requirements for the parallel computing on many-cores CS course Sobel edge detection in CPU - GPU In this program we implement a convolution filter to detect the edges of an arbitrary image. For more information, please contact: Arash Nemati Hayati a.nematihayati@gmail.com
Lidar_filters
LIDAR Filter will provide you with useful functions to reduce noise in the data coming from a LIDAR sensor attached to your robot. LIDAR filter provides two filters entitled as range and temporal median.
Machine_learning
Collection of machine learning problems including Flower classifier with various ML algorithms including KNN, LDA, LR, NB, SVM, CART
Non-linear-Optimization
Efficient sampling of high dimensional spaces with complex, non-linear constraints
pl-freesurfer_pp_moc
A preprocessed freesurfer result plugin for MOC and HPC Clusters
Polygon_Mapping
Polygon Mapping // This program maps an arbitrary polygon into a structured two-dimensional grid of an arbitrary size // It's assumed that the polygon is inside the defined grid // If a cell intersects with the polygon, the code prints X // if a cell is outside the polygon, the code prints O // If a cell is inside the polygon, the code prints I
Tetrahedra_pack
This software generates a dense packing of regular tetrahedra @ Arash Nemati Hayati Dec 15, 2017 Email: a.nematihayati@gmail.com The scheme used for optimization is a tight bipyramid propagation algorithm
Uintah-MPMICE
This is a fluid-structure software package for high-resolution studies of flow physics and structural mechanics.
arashnh11's Repositories
arashnh11/DNS_Solver
This is a two-dimensional fluid solver written in a hybrid CPU-GPU architecture platform This code has been written as part of the requiremnts for the following courses at the University of Utah: Computational Fluid Dynamics Parallel computing on many-cores @ Authors: Arash Nemati Hayati Akshay Singhvi Lucas Ulmer
arashnh11/Lidar_filters
LIDAR Filter will provide you with useful functions to reduce noise in the data coming from a LIDAR sensor attached to your robot. LIDAR filter provides two filters entitled as range and temporal median.
arashnh11/Image_proc
Image_proc This code was written as part of the requirements for the parallel computing on many-cores CS course Sobel edge detection in CPU - GPU In this program we implement a convolution filter to detect the edges of an arbitrary image. For more information, please contact: Arash Nemati Hayati a.nematihayati@gmail.com
arashnh11/Machine_learning
Collection of machine learning problems including Flower classifier with various ML algorithms including KNN, LDA, LR, NB, SVM, CART
arashnh11/pl-freesurfer_pp_moc
A preprocessed freesurfer result plugin for MOC and HPC Clusters
arashnh11/Tetrahedra_pack
This software generates a dense packing of regular tetrahedra @ Arash Nemati Hayati Dec 15, 2017 Email: a.nematihayati@gmail.com The scheme used for optimization is a tight bipyramid propagation algorithm
arashnh11/Uintah-MPMICE
This is a fluid-structure software package for high-resolution studies of flow physics and structural mechanics.
arashnh11/HPCC-Brandeis
Projects at the high-performance computing center (HPCC) at Brandeis University
arashnh11/Non-linear-Optimization
Efficient sampling of high dimensional spaces with complex, non-linear constraints
arashnh11/Polygon_Mapping
Polygon Mapping // This program maps an arbitrary polygon into a structured two-dimensional grid of an arbitrary size // It's assumed that the polygon is inside the defined grid // If a cell intersects with the polygon, the code prints X // if a cell is outside the polygon, the code prints O // If a cell is inside the polygon, the code prints I
arashnh11/advanced-cplusplus
arashnh11/Algorithm
Collection of algorithms in matrix search, and array calculations
arashnh11/deep-photo-styletransfer
Code and data for paper "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511
arashnh11/face_recognition
The world's simplest facial recognition api for Python and the command line
arashnh11/fastText
Library for fast text representation and classification.
arashnh11/Four-bar-mechanism
This project visualize an arbitrary four-bar mechanism in C# windows form. The code is designated for windows applications.
arashnh11/magenta
Magenta: Music and Art Generation with Machine Intelligence
arashnh11/QUIC_EnvSim
This is fast-response software package for environmental applications
arashnh11/SimVascular
A comprehensive opensource software package providing a complete pipeline from medical image data segmentation to patient specific blood flow simulation and analysis.
arashnh11/singularity-examples
example singularity definition files and demos
arashnh11/Super_calculator
This project creates a super calculator which solves equations, plot diagrams, calculate scientific operations, convert numbers to different bases, etc.