Pinned Repositories
-imessage-
dodger-game
DS-Career-Resources
Compilation of resources and insights that helped me on my journey to data scientist
facebook-clone
Fake-news-detection
minesweeper
PlotNeuralNet
Latex code for making neural networks diagrams
scikit-learn
scikit-learn: machine learning in Python
Stock-market-prediction-app
tic-tac-toe-game
pat749's Repositories
pat749/Stock-market-prediction-app
pat749/dodger-game
pat749/minesweeper
pat749/facebook-clone
pat749/Fake-news-detection
pat749/annotated-transformer
An annotated implementation of the Transformer paper.
pat749/autocast
Forecasting Future World Events with Neural Networks (NeurIPS 2022)
pat749/autograd
Efficiently computes derivatives of numpy code.
pat749/Autonomous-Vehicles-RL
Autonomous Vehicles choosing Shortest path Using different RL algorithm
pat749/awesome-math
A curated list of awesome mathematics resources
pat749/awesome-speech-recognition-speech-synthesis-papers
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
pat749/BharatFd-Backend-
pat749/CICD-PIPELINE-FOR-WEB-APPLICATION
This project provides a guide for setting up a Continuous Integration and Continuous Deployment (CI/CD) pipeline for a web application, using popular tools such as Jenkins and Git. The guide covers the prerequisites, installation and configuration of Jenkins, creation of a Jenkins job, automation of the pipeline, and deployment to a web server.
pat749/CNTK
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
pat749/CompilerGym
Reinforcement learning environments for compiler and program optimization tasks
pat749/dp1033
pat749/durgeshPatel
pat749/GPT-Tutor
An educational web app, integrates the latest OpenAI's Assistant API and Retrieval-Augmented Generation (RAG) to offer personalized tutoring across various academic courses. It adapts to specific course materials, ensuring a dynamic, responsive, and tailored learning experience.
pat749/HARK
Heterogenous Agents Resources & toolKit
pat749/ivy
The Unified Machine Learning Framework
pat749/Lux-Design-S2
Repository for the Lux AI Challenge, season 2. Hosted on @kaggle
pat749/Multiple-Events-Detection-or-Audio-Tagging
pat749/pymc
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Aesara
pat749/pyprobml
Python code for "Probabilistic Machine learning" book by Kevin Murphy
pat749/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
pat749/readme
pat749/Real-Time-weather-monitoring-System
Develop a real-time data processing system to monitor weather conditions and provide summarized insights using rollups and aggregates. The system will utilize data from the OpenWeatherMap API (https://openweathermap.org/).
pat749/Rule-Engine-using-AST
Develop a simple 3-tier rule engine application(Simple UI, API and Backend, Data) to determine user eligibility based on attributes like age, department, income, spend etc.The system can use Abstract Syntax Tree (AST) to represent conditional rules and allow for dynamic creation,combination, and modification of these rules.
pat749/Self-driving-vehicle
Simulation of path planning for self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.
pat749/vowpal_wabbit
Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.