Skip to content
View CristinaAsuna's full-sized avatar

Block or report CristinaAsuna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

论文写作与资料分享

2,612 581 Updated Aug 7, 2022

Evaluating Efficiency and Accuracy in Predictive Modeling

Jupyter Notebook 1 Updated Jan 10, 2024

Variable selection using MIQP (Gurobi) and LASSO methods

Jupyter Notebook 2 Updated Jan 7, 2023

蓝桥杯官方练习系统VIP题库真题Python代码讲解(持续更新)

Python 178 35 Updated Sep 14, 2020

使用Canny边缘检测算法和霍夫变换(Hough Transform)算法来实现硬币的边缘检测

Python 3 Updated Jun 24, 2024
Jupyter Notebook 386 195 Updated Mar 8, 2017

计算机保研简历与文书实用模板

1,777 93 Updated Jun 4, 2024

✔️(持续更新)【保研文书与面经】推免期间的文书(个人简历、个人陈述)与面试经验。

TeX 16 5 Updated Sep 8, 2023

Probably the best curated list of data science software in Python.

2,664 352 Updated Oct 4, 2024

Code for the 15th place submission at Trading at the Close competition

Python 18 11 Updated Jun 22, 2024

This project explores the parallelization of Convolutional Neural Networks (CNNs) using MPI, OpenMP, and CUDA to enhance performance and reduce computational time on the MNIST dataset

C++ 2 Updated Dec 9, 2024

使用openMP共轭梯度算法的串行以及并行版本,并统计在不同数据规模以及不同的并行线程数下,共轭梯度算法完成运算所耗费的时间并比较.

C++ 1 Updated Feb 22, 2023

Implementation of serial and parallel SGD for linear regression

C++ 3 Updated May 12, 2022

Parallel implementation of the iterative algorithm for conjugate gradient method.

C++ 4 1 Updated Aug 22, 2020

深度学习经典、新论文逐段精读

27,816 2,482 Updated Nov 17, 2024

如何做好科研写好科研文章?发顶刊顶会总结

55 8 Updated Jul 17, 2023

An optimized implementation of the DBSCAN algorithm in C++. The grid-based approach is optimized using parallelism, including OpenMP, C++ Concurrency API, and work-stealing technique. AVX instructi…

C++ 8 1 Updated May 24, 2023

genetic algorithm implementation in c

C++ 4 Updated Dec 12, 2023

This is my first work about parallel moea/mopso. In the paper, I proposed a parallel multiobjective evolution algorithm using both mpi and openmp.

C++ 3 3 Updated Mar 2, 2016
Jupyter Notebook 414 98 Updated Apr 29, 2024

A small (and sort of ongoing project) that implements SGD based algorithms with MPI.

C++ 1 Updated Jan 8, 2019

Proximal Asynchronous SAGA

C++ 13 5 Updated Nov 30, 2017

In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the conjugate gradient optimization simulation. This is a sparse linear…

C++ 2 Updated Jun 6, 2022

Implementing a parallelized conjugate gradient algorithm using a hybrid of distributed (MPI) and shared (OpenMP) memory approach.

C++ 13 1 Updated Dec 8, 2018

Stochastic gradient descent algorithm applied with Python, Cython, C++ and with parallel C++

HTML 1 Updated Feb 9, 2020

Biconjugate gradient stabilized method in C++, OpenMP and MPI.

C++ 10 2 Updated Oct 16, 2017

Parallelized versions of K-Means Clustering, Decision Tree, Collaborative Filtering using MPI library in C++

C++ 3 Updated Jul 12, 2021
Next