aryancodify
Data Scientist with a penchant for making life easier with machine learning.
MicrosoftNoida
Pinned Repositories
ai_in_fintech
AI and Machine Learning Techniques for solving finance problems
Attribution-Modeling-Budget-Optimization
Clustering
Implementation OF KMEans, KMode, Kprototype and Agllomerative Hierarchical Clustering Using Python.
DimensionalityReducton
Usage Of Various Dimensionality Reduction Techniques in Python
Fifa2018Predictions
Prediction for FIFA world cup 2018 challenge
ML_Reading_101_Challenge
Repo to add summary of 101 research paper/articles to be read over the course of next 101 days.
MqttChatApplication
A reusable restful web service framework for server side implementation of a chat application.
NaiveBayesClassification
Multinomial and Bernoulli Naive Bayes Classification with laplace Smoothing in Python
PyDeepLearning
Code for Deep Learning Algorithms implemented with Pytorch and Keras
RandomForrest
Repository that contains Random Forrest and Decision Tree implementations with hyperparameter tuning.
aryancodify's Repositories
aryancodify/MqttChatApplication
A reusable restful web service framework for server side implementation of a chat application.
aryancodify/QueuePOCs
aryancodify/coursera-Data-Structures-and-Algorithms-specialization
Repo for coursera specialization Data Structures and Algorithms by University of California, San Diego
aryancodify/DataSciencePython
common data analysis and machine learning tasks using python
aryancodify/Electrack
A comprehensive electricity management ecosystem.
aryancodify/FlatlandersGemStore
Shaping up with angularJs flatlanders store using tomcat server
aryancodify/LinearAlgebraImplementation
Linear ALgebra demos in python and octave.
aryancodify/machine-learning-for-software-engineers
A complete daily plan for studying to become a machine learning engineer.
aryancodify/MFPDemo
aryancodify/MITx-6.00.2x-Introduction-to-Computational-Thinking-and-Data-Science
Exercises and code base for MITx: 6.00.2x Introduction to Computational Thinking and Data Science
aryancodify/next-level-redis-with-spring
aryancodify/NodeWebServicesCode
Simple Web Services CRUD demo with node
aryancodify/PythonDataScienceHandbook
Jupyter Notebooks for the Python Data Science Handbook
aryancodify/RecommendationEngine
Sample recommendation enine with basic computations and algorithms
aryancodify/Redis-Memcached-POC
aryancodify/RestNodeApp
Demonstrating how to build a node.js restful application implementi ng security protocols OAuth2 and JWT using a JSON access token.There are basical ly two ways to secure a REST API: 1. Using a session and cookie based authentica tion.2. Using oauth2 i.e. including a json token in every call to authenticate a s well as authorize the restful service end points. In this application we use J SON token based approach for this.
aryancodify/simplyemail
A simple example to send email using smtp server and gmail account.
aryancodify/SocketIoAndChat
Simple chat and messaging using socketIO and node.js
aryancodify/story
git real
aryancodify/UserAuthenticationDemoUsingNode
Basic user sign up and login module using node.js on the server side.
aryancodify/WebServicesCRUDDemo
Web Srvices Demo