All Projects → aditya1702 → Machine Learning And Data Science

aditya1702 / Machine Learning And Data Science

This is a repository which contains all my work related Machine Learning, AI and Data Science. This includes my graduate projects, machine learning competition codes, algorithm implementations and reading material.

Projects that are alternatives of or similar to Machine Learning And Data Science

Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+6405.11%)
Mutual labels:  jupyter-notebook, data-science, deep-reinforcement-learning
Kaggle public
阿水的数据竞赛开源分支
Stars: ✭ 335 (+144.53%)
Mutual labels:  kaggle-competition, jupyter-notebook, data-science
Kaggle Competitions
There are plenty of courses and tutorials that can help you learn machine learning from scratch but here in GitHub, I want to solve some Kaggle competitions as a comprehensive workflow with python packages. After reading, you can use this workflow to solve other real problems and use it as a template.
Stars: ✭ 86 (-37.23%)
Mutual labels:  kaggle-competition, jupyter-notebook, data-science
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+757.66%)
Mutual labels:  kaggle-competition, jupyter-notebook, data-science
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+827.01%)
Mutual labels:  kaggle-competition, jupyter-notebook, data-science
Automunge
Artificial Learning, Intelligent Machines
Stars: ✭ 119 (-13.14%)
Mutual labels:  jupyter-notebook, data-science
Pandas Videos
Jupyter notebook and datasets from the pandas Q&A video series
Stars: ✭ 1,716 (+1152.55%)
Mutual labels:  jupyter-notebook, data-science
Datasist
A Python library for easy data analysis, visualization, exploration and modeling
Stars: ✭ 123 (-10.22%)
Mutual labels:  jupyter-notebook, data-science
Dive Into Machine Learning
Dive into Machine Learning with Python Jupyter notebook and scikit-learn! First posted in 2016, maintained as of 2021. Pull requests welcome.
Stars: ✭ 10,810 (+7790.51%)
Mutual labels:  jupyter-notebook, data-science
Pythondata
repo for code published on pythondata.com
Stars: ✭ 113 (-17.52%)
Mutual labels:  jupyter-notebook, data-science
Advanced Deep Learning And Reinforcement Learning Deepmind
🎮 Advanced Deep Learning and Reinforcement Learning at UCL & DeepMind | YouTube videos 👉
Stars: ✭ 121 (-11.68%)
Mutual labels:  jupyter-notebook, deep-reinforcement-learning
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (-7.3%)
Mutual labels:  jupyter-notebook, data-science
Reinforcementlearning Atarigame
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and efficient than DQN and obsoletes it. Can play on many games
Stars: ✭ 118 (-13.87%)
Mutual labels:  jupyter-notebook, deep-reinforcement-learning
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+1006.57%)
Mutual labels:  jupyter-notebook, data-science
Drl Portfolio Management
CSCI 599 deep learning and its applications final project
Stars: ✭ 121 (-11.68%)
Mutual labels:  jupyter-notebook, deep-reinforcement-learning
Seaborn Tutorial
This repository is my attempt to help Data Science aspirants gain necessary Data Visualization skills required to progress in their career. It includes all the types of plot offered by Seaborn, applied on random datasets.
Stars: ✭ 114 (-16.79%)
Mutual labels:  jupyter-notebook, data-science
Rl Quadcopter
Teach a Quadcopter How to Fly!
Stars: ✭ 124 (-9.49%)
Mutual labels:  jupyter-notebook, deep-reinforcement-learning
Beyond Jupyter
🐍💻📊 All material from the PyCon.DE 2018 Talk "Beyond Jupyter Notebooks - Building your own data science platform with Python & Docker" (incl. Slides, Video, Udemy MOOC & other References)
Stars: ✭ 135 (-1.46%)
Mutual labels:  jupyter-notebook, data-science
Seq2seq tutorial
Code For Medium Article "How To Create Data Products That Are Magical Using Sequence-to-Sequence Models"
Stars: ✭ 132 (-3.65%)
Mutual labels:  jupyter-notebook, data-science
2016 Ml Contest
Machine learning contest - October 2016 TLE
Stars: ✭ 135 (-1.46%)
Mutual labels:  jupyter-notebook, data-science

Machine-Learning-and-Data-Science

Overview

This is a repository which contains all my work and experience with machine learning, AI and data science. I am an aspiring data scientist and have learnt that the only way to learn the techniques and methods of anything is to get your hands dirty by doing lots of projects. This repo is my attempt to learn what I am the most passionate about: AI, ML and Data Science. The repository is structured as follows:

Table of Contents

Learning Resources and Articles

A collection of articles, books and research papers spanning different topics in data science and machine learning.

Implementation of Machine Learning Algorithms

Implementations of major machine learning algorithms using only Numpy and Python - without using any other external libraries like sklearn, tensorflow, pytorch etc...

Implementation of Reinforcement Learning Algorithms

Implementations of major RL algorithms from the book - Reinforcement Learning: An Introduction. Also includes Pytorch implementations of deep RL algorithms like DQN, DDPG, A3C etc...

Machine Learning Competitions

Code for the online ML competitions I participated in. This includes Kaggle competitions, Analytics Vidhya Competitions and some random datasets I worked on.

Statistics-101

Important statistical algorithms implemented in R - Maximum Likelihood Estimator, Bayesian Parameter Estimator, Method of Moments etc..

Image Colorizer using Neural Networks

Using neural networks to colorise grayscale images. The neural network is written using only Numpy and Python.

Probablistic Search and Destroy

Use Bayesian Networks to create an agent for optimally searching a target within a simulated environment.

Minesweeper AI Bot

Create an AI bot to play minesweeper at different difficulty levels. Written using Numpy, Python and Matplotlib.

Mazerunner - Analysing AI Search Algorithms

Analysis and comparison of different search algorithms - DFS, BFS and the A* algorithms. Visualisations are done using matplotlib to understand the working of each algorithm.

Music Genre Belief Recognition using Neural Networks

Identify the genre of the song using direct audio files as input and a real-time web-based GUI tool to visualise it. The model identifies and predicts the changing genre of a song as it plays.

Deep Learning

Some small implementations of autoencoders, CNNs, RNNs using tensorflow.

Exploratory Data Analysis

A detailed data analysis and visualisation of some random Kaggle datasets using R's tidyverse package.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].