-
-
Final project of IBM's course https://www.coursera.org/learn/machine-learning-with-python on coursera
-
-
Classification of 6 viruses including covid-19 based on their DNA sequences using Transformers
-
blog_posts_codes Public
This repo contains the source of the tutorial blog posts I write
-
Gender classification on 3D IXI Brain MRI dataset with Keras and Tensorflow
-
DNABERT Public
Forked from jerryji1993/DNABERTDNABERT: pre-trained Bidirectional Encoder Representations from Transformers model for DNA-language in genome
Python UpdatedMay 10, 2022 -
pytorch_resnet_cifar10 Public
Forked from akamaster/pytorch_resnet_cifar10Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.
Python BSD 2-Clause "Simplified" License UpdatedFeb 14, 2022 -
Gene-Classification-Python Public
Classification of genes from DNA sequence data using Python and SKLearn
Jupyter Notebook UpdatedDec 17, 2021 -
DNA-sequene-classificaiton Public
Classification of Splice Junction sites using Neural Networks with Python and Keras
Jupyter Notebook UpdatedDec 6, 2021 -
R_small_projects Public
A repository for my experiments with R and Bioinformatics
UpdatedOct 6, 2021 -
3DUnetCNN Public
Forked from ellisdg/3DUnetCNNPytorch 3D U-Net Convolution Neural Network (CNN) designed for medical image segmentation
-
pytorch-3dunet Public
Forked from wolny/pytorch-3dunet3D U-Net model for volumetric semantic segmentation written in pytorch
Jupyter Notebook MIT License UpdatedAug 21, 2021 -
Chatbot using Seq2Seq model and Attention
-
AndroidWorkShop Public
BASU Android programming jump start workshop . October 17,2018
-
small_projects Public
Small projects I have done that I did not want to create separate repositories for them
Jupyter Notebook UpdatedJul 11, 2021 -
coursera-machine-learning-engineering-for-prod-mlops-specialization Public
Forked from amanchadha/coursera-machine-learning-engineering-for-prod-mlops-specializationProgramming assignments and quizzes from all courses within the Machine Learning Engineering for Production (MLOps) specialization offered by deeplearning.ai
Jupyter Notebook UpdatedJul 1, 2021 -
-
awesome-mlops Public
Forked from kelvins/awesome-mlops😎 A curated list of awesome MLOps tools
Python UpdatedJun 18, 2021 -
Intro_to_Machine_Learning_in_Production_DeepLearning.AI_Coursera Public
Forked from tjamesbu/Intro_to_Machine_Learning_in_Production_DeepLearning.AI_CourseraJupyter Notebook UpdatedJun 17, 2021 -
DenseNetFCN-3D Public
Forked from GalDude33/DenseNetFCN-3DA 3D implementation of DenseNet & DenseNetFCN
Python UpdatedJun 2, 2021 -
keras-resnet3d Public
Forked from JihongJu/keras-resnet3dImplementations of ResNets for volumetric data, including a vanilla resnet in 3D.
Python MIT License UpdatedMay 30, 2021 -
Generating image captions using Xception Network and Beam Search in Keras - My Bachelor's thesis project
-
Abstractive Text Summarization with Transformer networks implemented (from scratch) using Keras and Tensorflow
-
Pneumonia detection with TensorFlow and Keras using transfer learning, Learning_rate_finder and cyclical fit.
-
DeepLearningWorkShop Public
Deep learning workshop at BASU 9, may, 2019
-
-
jump-start-machine-learning Public
Resources for starting the Machine learning and Deep learning.
-
gpt-2-simple Public
Forked from minimaxir/gpt-2-simplePython package to easily retrain OpenAI's GPT-2 text-generating model on new texts
Python Other UpdatedNov 13, 2020 -
Object detection using Retinanet with Keras on PETIII Oxford dataset.