Pinned Repositories
anime_dcgan
A DCGAN experiment on anime faces
assignments
Attention
Understanding shapes in Attention, For tensorflow NMT Tutorial
Click-Through-Rate
Click Through Rate Prediction for the partial fulfillment on Machine Learning Course in Fusemachines AI Center.
Cycle-GAN
Cycle-GAN for the partial fulfillment on Deep Learning Course in Fusemachines AI Center. Collaborator:
docker-django
Initial setup for django using docker
osho-pdfs
Collection of Osho books
react-axios-unsplash-api
type a query and it displays a list of images from unsplash api
Retreival-Augmented-Fine-Tuning
"Retrieval-Augmented Fine-Tuning" combines the advantages of Retrieval-Augmented Generation and Fine-Tuning to improve domain adaptation.
tacotron
A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial) for Nepali TTS
silencedsre's Repositories
silencedsre/deeplearningspecialization
Course-1 (Assignment) of Deep Learning Specialization by Andrew Ng.
silencedsre/Logistic-Regression
silencedsre/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
silencedsre/pandas_exercises
Practice your pandas skills!
silencedsre/code_snippets
silencedsre/javascript-basics
silencedsre/docker-django
Initial setup for django using docker
silencedsre/django-react-boilerplate
A Django and React user authentication project boilerplate.
silencedsre/linear-regression
Linear regression model.
silencedsre/shakespeare_text_analysis
A python project that calculates the probability of simultaneously occurance of n-grams words.
silencedsre/restapi
A simple Comment project implented using Django Rest Framework.
silencedsre/java-swing
Some of my initial codes when I learned Java Swing.
silencedsre/ml-coursera-python-assignments
Python assignments for the machine learning class by andrew ng on coursera with complete submission for grading capability and re-written instructions.
silencedsre/django-react-blog
Simple blog built with Django and React/Redux, deployed with Docker, and served with nginx/uwsgi.
silencedsre/database
silencedsre/chromium-latest-linux
Scripts to download and run the latest Linux build of Chromium. A substitute for Chrome Canary on Linux.
silencedsre/OOP_Assignments
silencedsre/assignments
silencedsre/courses
fast.ai Courses
silencedsre/Word-Prediction-Ngram
Next Word Prediction using n-gram Probabilistic Model with various Smoothing Techniques
silencedsre/dc_tts
A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
silencedsre/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
silencedsre/dctts2
Deep Convolution Text to Speech