Pinned Repositories
8puzzle-android
Accounting-Java-Console-Application
Hypermarket Accounting Console Application developed by java
angular-test
ashkanvg.github.io
compiler-b-lexical-analyzer
lexical analyzer of compiler for small b language in C.
interpreter-calculator
compiler final project: create simple interpreter to calculate mathematics expression !
Land-use-and-land-cover-classification
Leveraging Sentinel-2 Satellite Data and Deep Learning for Enhanced Land Use and Land Cover Classification
Numerical-Abstract-Analysis-review
In this draft, I tried to summarize two famous papers for numerical abstract analysis. The Octagon Abstract Domain [2007] and Fast Polyhedra Abstract Domain [2017] .
range-tree-Data-structure
create range tree for data structure project
scalability_json_dataset
C++ code for create JSON files based on a 1GB JSON file.
ashkanvg's Repositories
ashkanvg/interpreter-calculator
compiler final project: create simple interpreter to calculate mathematics expression !
ashkanvg/range-tree-Data-structure
create range tree for data structure project
ashkanvg/compiler-b-lexical-analyzer
lexical analyzer of compiler for small b language in C.
ashkanvg/Land-use-and-land-cover-classification
Leveraging Sentinel-2 Satellite Data and Deep Learning for Enhanced Land Use and Land Cover Classification
ashkanvg/Numerical-Abstract-Analysis-review
In this draft, I tried to summarize two famous papers for numerical abstract analysis. The Octagon Abstract Domain [2007] and Fast Polyhedra Abstract Domain [2017] .
ashkanvg/scalability_json_dataset
C++ code for create JSON files based on a 1GB JSON file.
ashkanvg/8puzzle-android
ashkanvg/Accounting-Java-Console-Application
Hypermarket Accounting Console Application developed by java
ashkanvg/angular-test
ashkanvg/ashkanvg.github.io
ashkanvg/AttackPrompt-NLP
Reproduce Attack Prompt Methodology to Test for AdvBench and AdvGLUE dataset.
ashkanvg/calculator-Android
ashkanvg/ETL-Data-Warehouse
Database project about ETL service and Data warehouse with SQL and Python
ashkanvg/findCFGinGRAPH
Find CFG in GRAPH
ashkanvg/Hotel-Reservation-System-Android
Simple Hotel Reservation System in Android
ashkanvg/collaborative-filtering-recommender-model
ashkanvg/cuJSON
Parsing Large JSON Files in GPU
ashkanvg/inverse-power-method
inverse-power-method python code to calculate eigen value.
ashkanvg/java-calculator
create simple calculator with java
ashkanvg/knapsack-0-1
Implement 0/1 Knapsack Problem Using Recursive, Dynamic Programming, Backtracking
ashkanvg/Machine-Learning-Specialization-Python-Coursera
ashkanvg/Must-Do-GPU-Projects
This repo contains 4 must do GPU projects for beginners.
ashkanvg/N-Puzzle-A-Star
Implement informed search (A*) to solve N-Puzzle.
ashkanvg/Numerical-Analysis-Project
ashkanvg/Solve-System-linear-equations
Solve System of linear equations with cholesky or LU Decomposition
ashkanvg/Statistics-Website
it's my graduate project.
ashkanvg/Topological-Sort-Genetic
Implementation of Topological Sort with Genetic algorithm (local search) in AI.
ashkanvg/Topological-Sort-SA
Implementation of Topological Sort with SA algorithm.