- Notifications
You must be signed in to change notification settings - Fork1
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Automotives, Retail, Pharma, Medicine, Healthcare by Tarry Singh until at-least 2020 until he finishes his Ph.D. (which might end up being int…
License
androidcodehub/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hi - Thanks for dropping by!
I will be updating this tutorials site on adaily basis adding all relevant topcis, including latest researches papers from internet such asarxiv.org,BIORXIV - Specifically Neuroscience to name a few.
More importantly the applications of ML/DL/AI into industry areas such as Transportation, Medicine/Healthcare etc. will be something I'll watch with keen interest and would love to share the same with you.
Finally, it isYOUR help I will seek to make it more useful and less boring, so please do suggest/comment/contribute!
IPython Notebook(s) and other programming tools such as Torch/Lua/D lang in demonstrating deep learning functionality.
Additional PyRo tutorials:
- pyro-examples/full examples
- pyro-examples/Variational Autoencoders
- pyro-examples/Bayesian Regression
- pyro-examples/Deep Markov Model
- pyro-examples/AIR(Attend Infer Repeat)
- pyro-examples/Semi-Supervised VE
- pyro-examples/GMM
- pyro-examples/Gaussian Process
- pyro-examples/Bayesian Optimization
- Full Pyro Code
Level | Description |
---|---|
Beginners/Zakizhou | Learning the basics of PyTorch from Facebook. |
Intermedia/Quanvuong | Learning the intermediate stuff about PyTorch of from Facebook. |
Advanced/Chsasank | Learning the advanced stuff about PyTorch of from Facebook. |
Learning PyTorch by Examples - Numpy, Tensors and Autograd | At its core, PyTorch provides two main features an n-dimensional Tensor, similar to numpy but can run on GPUs AND automatic differentiation for building and training neural networks. |
PyTorch - Getting to know autograd.Variable, Gradient, Neural Network | Here we start with ultimate basics of Tensors, wrap a Tensor with Variable module, play with nn.Module and implement forward and backward function. |
Additional TensorFlow tutorials:
- pkmital/tensorflow_tutorials
- nlintz/TensorFlow-Tutorials
- alrojo/tensorflow-tutorial
- BinRoot/TensorFlow-Book
Notebook | Description |
---|---|
tsf-basics | Learn basic operations in TensorFlow, a library for various kinds of perceptual and language understanding tasks from Google. |
tsf-linear | Implement linear regression in TensorFlow. |
tsf-logistic | Implement logistic regression in TensorFlow. |
tsf-nn | Implement nearest neighboars in TensorFlow. |
tsf-alex | Implement AlexNet in TensorFlow. |
tsf-cnn | Implement convolutional neural networks in TensorFlow. |
tsf-mlp | Implement multilayer perceptrons in TensorFlow. |
tsf-rnn | Implement recurrent neural networks in TensorFlow. |
tsf-gpu | Learn about basic multi-GPU computation in TensorFlow. |
tsf-gviz | Learn about graph visualization in TensorFlow. |
tsf-lviz | Learn about loss visualization in TensorFlow. |
Notebook | Description |
---|---|
tsf-not-mnist | Learn simple data curation by creating a pickle with formatted datasets for training, development and testing in TensorFlow. |
tsf-fully-connected | Progressively train deeper and more accurate models using logistic regression and neural networks in TensorFlow. |
tsf-regularization | Explore regularization techniques by training fully connected networks to classify notMNIST characters in TensorFlow. |
tsf-convolutions | Create convolutional neural networks in TensorFlow. |
tsf-word2vec | Train a skip-gram model over Text8 data in TensorFlow. |
tsf-lstm | Train a LSTM character model over Text8 data in TensorFlow. |
Notebook | Description |
---|---|
theano-intro | Intro to Theano, which allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It can use GPUs and perform efficient symbolic differentiation. |
theano-scan | Learn scans, a mechanism to perform loops in a Theano graph. |
theano-logistic | Implement logistic regression in Theano. |
theano-rnn | Implement recurrent neural networks in Theano. |
theano-mlp | Implement multilayer perceptrons in Theano. |
Notebook | Description |
---|---|
keras | Keras is an open source neural network library written in Python. It is capable of running on top of either Tensorflow or Theano. |
setup | Learn about the tutorial goals and how to set up your Keras environment. |
intro-deep-learning-ann | Get an intro to deep learning with Keras and Artificial Neural Networks (ANN). |
Perceptrons and Adaline | Implement Peceptron and adaptive linear neurons. |
MLP and MNIST Data | Classifying handwritten digits,implement MLP, train and debug ANN |
theano | Learn about Theano by working with weights matrices and gradients. |
keras-otto | Learn about Keras by looking at the Kaggle Otto challenge. |
ann-mnist | Review a simple implementation of ANN for MNIST using Keras. |
conv-nets | Learn about Convolutional Neural Networks (CNNs) with Keras. |
conv-net-1 | Recognize handwritten digits from MNIST using Keras - Part 1. |
conv-net-2 | Recognize handwritten digits from MNIST using Keras - Part 2. |
keras-models | Use pre-trained models such as VGG16, VGG19, ResNet50, and Inception v3 with Keras. |
auto-encoders | Learn about Autoencoders with Keras. |
rnn-lstm | Learn about Recurrent Neural Networks (RNNs) with Keras. |
lstm-sentence-gen | Learn about RNNs using Long Short Term Memory (LSTM) networks with Keras. |
nlp-deep-learning | Learn about NLP using ANN (Artificial Neural Networks. |
hyperparamter-tuning | Hyperparamters tuning using keras-wrapper.scikit-learn |
Notebook | Description |
---|---|
deep-dream | Caffe-based computer vision program which uses a convolutional neural network to find and enhance patterns in images. |
IPython Notebook(s) demonstrating scikit-learn functionality.
Notebook | Description |
---|---|
intro | Intro notebook to scikit-learn. Scikit-learn adds Python support for large, multi-dimensional arrays and matrices, along with a large library of high-level mathematical functions to operate on these arrays. |
knn | Implement k-nearest neighbors in scikit-learn. |
linear-reg | Implement linear regression in scikit-learn. |
svm | Implement support vector machine classifiers with and without kernels in scikit-learn. |
random-forest | Implement random forest classifiers and regressors in scikit-learn. |
k-means | Implement k-means clustering in scikit-learn. |
pca | Implement principal component analysis in scikit-learn. |
gmm | Implement Gaussian mixture models in scikit-learn. |
validation | Implement validation and model selection in scikit-learn. |
IPython Notebook(s) demonstrating statistical inference with SciPy functionality.
Notebook | Description |
---|---|
scipy | SciPy is a collection of mathematical algorithms and convenience functions built on the Numpy extension of Python. It adds significant power to the interactive Python session by providing the user with high-level commands and classes for manipulating and visualizing data. |
effect-size | Explore statistics that quantify effect size by analyzing the difference in height between men and women. Uses data from the Behavioral Risk Factor Surveillance System (BRFSS) to estimate the mean and standard deviation of height for adult women and men in the United States. |
sampling | Explore random sampling by analyzing the average weight of men and women in the United States using BRFSS data. |
hypothesis | Explore hypothesis testing by analyzing the difference of first-born babies compared with others. |
IPython Notebook(s) demonstrating pandas functionality.
Notebook | Description |
---|---|
pandas | Software library written for data manipulation and analysis in Python. Offers data structures and operations for manipulating numerical tables and time series. |
github-data-wrangling | Learn how to load, clean, merge, and feature engineer by analyzing GitHub data from theViz repo. |
Introduction-to-Pandas | Introduction to Pandas. |
Introducing-Pandas-Objects | Learn about Pandas objects. |
Data Indexing and Selection | Learn about data indexing and selection in Pandas. |
Operations-in-Pandas | Learn about operating on data in Pandas. |
Missing-Values | Learn about handling missing data in Pandas. |
Hierarchical-Indexing | Learn about hierarchical indexing in Pandas. |
Concat-And-Append | Learn about combining datasets: concat and append in Pandas. |
Merge-and-Join | Learn about combining datasets: merge and join in Pandas. |
Aggregation-and-Grouping | Learn about aggregation and grouping in Pandas. |
Pivot-Tables | Learn about pivot tables in Pandas. |
Working-With-Strings | Learn about vectorized string operations in Pandas. |
Working-with-Time-Series | Learn about working with time series in pandas. |
Performance-Eval-and-Query | Learn about high-performance Pandas: eval() and query() in Pandas. |
IPython Notebook(s) demonstrating matplotlib functionality.
Notebook | Description |
---|---|
matplotlib | Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. |
matplotlib-applied | Apply matplotlib visualizations to Kaggle competitions for exploratory data analysis. Learn how to create bar plots, histograms, subplot2grid, normalized plots, scatter plots, subplots, and kernel density estimation plots. |
Introduction-To-Matplotlib | Introduction to Matplotlib. |
Simple-Line-Plots | Learn about simple line plots in Matplotlib. |
Simple-Scatter-Plots | Learn about simple scatter plots in Matplotlib. |
Errorbars.ipynb | Learn about visualizing errors in Matplotlib. |
Density-and-Contour-Plots | Learn about density and contour plots in Matplotlib. |
Histograms-and-Binnings | Learn about histograms, binnings, and density in Matplotlib. |
Customizing-Legends | Learn about customizing plot legends in Matplotlib. |
Customizing-Colorbars | Learn about customizing colorbars in Matplotlib. |
Multiple-Subplots | Learn about multiple subplots in Matplotlib. |
Text-and-Annotation | Learn about text and annotation in Matplotlib. |
Customizing-Ticks | Learn about customizing ticks in Matplotlib. |
Settings-and-Stylesheets | Learn about customizing Matplotlib: configurations and stylesheets. |
Three-Dimensional-Plotting | Learn about three-dimensional plotting in Matplotlib. |
Geographic-Data-With-Basemap | Learn about geographic data with basemap in Matplotlib. |
Visualization-With-Seaborn | Learn about visualization with Seaborn. |
IPython Notebook(s) demonstrating NumPy functionality.
Notebook | Description |
---|---|
numpy | Adds Python support for large, multi-dimensional arrays and matrices, along with a large library of high-level mathematical functions to operate on these arrays. |
Introduction-to-NumPy | Introduction to NumPy. |
Understanding-Data-Types | Learn about data types in Python. |
The-Basics-Of-NumPy-Arrays | Learn about the basics of NumPy arrays. |
Computation-on-arrays-ufuncs | Learn about computations on NumPy arrays: universal functions. |
Computation-on-arrays-aggregates | Learn about aggregations: min, max, and everything in between in NumPy. |
Computation-on-arrays-broadcasting | Learn about computation on arrays: broadcasting in NumPy. |
Boolean-Arrays-and-Masks | Learn about comparisons, masks, and boolean logic in NumPy. |
Fancy-Indexing | Learn about fancy indexing in NumPy. |
Sorting | Learn about sorting arrays in NumPy. |
Structured-Data-NumPy | Learn about structured data: NumPy's structured arrays. |
IPython Notebook(s) demonstrating Python functionality geared towards data analysis.
Notebook | Description |
---|---|
data structures | Learn Python basics with tuples, lists, dicts, sets. |
data structure utilities | Learn Python operations such as slice, range, xrange, bisect, sort, sorted, reversed, enumerate, zip, list comprehensions. |
functions | Learn about more advanced Python features: Functions as objects, lambda functions, closures, *args, **kwargs currying, generators, generator expressions, itertools. |
datetime | Learn how to work with Python dates and times: datetime, strftime, strptime, timedelta. |
logging | Learn about Python logging with RotatingFileHandler and TimedRotatingFileHandler. |
pdb | Learn how to debug in Python with the interactive source code debugger. |
unit tests | Learn how to test in Python with Nose unit tests. |
IPython Notebook(s) used inkaggle competitions and business analyses.
Notebook | Description |
---|---|
titanic | Predict survival on the Titanic. Learn data cleaning, exploratory data analysis, and machine learning. |
churn-analysis | Predict customer churn. Exercise logistic regression, gradient boosting classifers, support vector machines, random forests, and k-nearest-neighbors. Includes discussions of confusion matrices, ROC plots, feature importances, prediction probabilities, and calibration/descrimination. |
IPython Notebook(s) demonstrating spark and HDFS functionality.
Notebook | Description |
---|---|
spark | In-memory cluster computing framework, up to 100 times faster for certain applications and is well suited for machine learning algorithms. |
hdfs | Reliably stores very large files across machines in a large cluster. |
IPython Notebook(s) demonstrating Hadoop MapReduce with mrjob functionality.
Notebook | Description |
---|---|
mapreduce-python | Runs MapReduce jobs in Python, executing jobs locally or on Hadoop clusters. Demonstrates Hadoop Streaming in Python code with unit test andmrjob config file to analyze Amazon S3 bucket logs on Elastic MapReduce.Disco is another python-based alternative. |
IPython Notebook(s) demonstrating Amazon Web Services (AWS) and AWS tools functionality.
Also check out:
- SAWS: A Supercharged AWS command line interface (CLI).
- Awesome AWS: A curated list of libraries, open source repos, guides, blogs, and other resources.
Notebook | Description |
---|---|
boto | Official AWS SDK for Python. |
s3cmd | Interacts with S3 through the command line. |
s3distcp | Combines smaller files and aggregates them together by taking in a pattern and target file. S3DistCp can also be used to transfer large volumes of data from S3 to your Hadoop cluster. |
s3-parallel-put | Uploads multiple files to S3 in parallel. |
redshift | Acts as a fast data warehouse built on top of technology from massive parallel processing (MPP). |
kinesis | Streams data in real time with the ability to process thousands of data streams per second. |
lambda | Runs code in response to events, automatically managing compute resources. |
IPython Notebook(s) demonstrating various command lines for Linux, Git, etc.
Notebook | Description |
---|---|
linux | Unix-like and mostly POSIX-compliant computer operating system. Disk usage, splitting files, grep, sed, curl, viewing running processes, terminal syntax highlighting, and Vim. |
anaconda | Distribution of the Python programming language for large-scale data processing, predictive analytics, and scientific computing, that aims to simplify package management and deployment. |
ipython notebook | Web-based interactive computational environment where you can combine code execution, text, mathematics, plots and rich media into a single document. |
git | Distributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. |
ruby | Used to interact with the AWS command line and for Jekyll, a blog framework that can be hosted on GitHub Pages. |
jekyll | Simple, blog-aware, static site generator for personal, project, or organization sites. Renders Markdown or Textile and Liquid templates, and produces a complete, static website ready to be served by Apache HTTP Server, Nginx or another web server. |
pelican | Python-based alternative to Jekyll. |
django | High-level Python Web framework that encourages rapid development and clean, pragmatic design. It can be useful to share reports/analyses and for blogging. Lighter-weight alternatives includePyramid,Flask,Tornado, andBottle. |
IPython Notebook(s) demonstrating miscellaneous functionality.
Notebook | Description |
---|---|
regex | Regular expression cheat sheet useful in data wrangling. |
algorithmia | Algorithmia is a marketplace for algorithms. This notebook showcases 4 different algorithms: Face Detection, Content Summarizer, Latent Dirichlet Allocation and Optical Character Recognition. |
Anaconda is a free distribution of the Python programming language for large-scale data processing, predictive analytics, and scientific computing that aims to simplify package management and deployment.
Follow instructions to installAnaconda or the more lightweightminiconda.
For detailed instructions, scripts, and tools to set up your development environment for data analysis, check out thedev-setup repo.
Note: If you intend to learn the hard way (preferred method)then I'd strongly advice to write as much code as you can yourself and not just run pre-written code. If you still want to test it, then do the following:
To view interactive content or to modify elements within the IPython notebooks, you must first clone or download the repository then run the notebook. More information on IPython Notebooks can be foundhere.
$ git clone https://github.com/TarrySingh/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials.git$ cd Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials$ jupyter notebook
Notebooks tested with Python 2.7.x.(will soon be updated to Python 3.5+)
- A Blog From a Human-engineer-beinghttp://www.erogol.com/(RSS)
- Aakash Japihttp://aakashjapi.com/(RSS)
- Adit Deshpandehttps://adeshpande3.github.io/(RSS)
- Advanced Analytics & Rhttp://advanceddataanalytics.net/(RSS)
- Adventures in Data Landhttp://blog.smola.org(RSS)
- Agile Data Sciencehttp://blog.sense.io/(RSS)
- Ahmed El Deebhttps://medium.com/@D33B(RSS)
- Airbnb Data bloghttp://nerds.airbnb.com/data/(RSS)
- Alex Castrounis | InnoArchiTechhttp://www.innoarchitech.com/(RSS)
- Alex Perrierhttp://alexperrier.github.io/(RSS)
- Algobeans | Data Analytics Tutorials & Experiments for the Laymanhttps://algobeans.com(RSS)
- Amazon AWS AI Bloghttps://aws.amazon.com/blogs/ai/(RSS)
- Analytics Vidhyahttp://www.analyticsvidhya.com/blog/(RSS)
- Analytics and Visualization in Big Data @ Sicarahttps://blog.sicara.com(RSS)
- Andreas Müllerhttp://peekaboo-vision.blogspot.com/(RSS)
- Andrej Karpathy bloghttp://karpathy.github.io/(RSS)
- Andrew Brookshttp://brooksandrew.github.io/simpleblog/(RSS)
- Andrey Kurenkovhttp://www.andreykurenkov.com/writing/(RSS)
- Anton Lebedevich's Bloghttp://mabrek.github.io/(RSS)
- Arthur Julianihttps://medium.com/@awjuliani(RSS)
- Audun M. Øygardhttp://www.auduno.com/(RSS)
- Avi Singhhttps://avisingh599.github.io/(RSS)
- Beautiful Datahttp://beautifuldata.net/(RSS)
- Beckerfufflehttp://mdbecker.github.io/(RSS)
- Becoming A Data Scientisthttp://www.becomingadatascientist.com/(RSS)
- Ben Bolte's Bloghttp://benjaminbolte.com/ml/(RSS)
- Ben Fredericksonhttp://www.benfrederickson.com/blog/(RSS)
- Berkeley AI Researchhttp://bair.berkeley.edu/blog/(RSS)
- Big-Ish Datahttp://bigishdata.com/(RSS)
- Blog on neural networkshttp://yerevann.github.io/(RSS)
- Blogistic RegressionAbout Projectshttp://d10genes.github.io/blog/(RSS)
- blogR | R tips and tricks from a scientisthttps://drsimonj.svbtle.com/(RSS)
- Brain of mat kelceyhttp://matpalm.com/blog/(RSS)
- Brilliantly wrong thoughts on science and programminghttps://arogozhnikov.github.io/(RSS)
- Bugra Akyildizhttp://bugra.github.io/(RSS)
- Building Babylonhttps://building-babylon.net/(RSS)
- Carl Shanhttp://carlshan.com/(RSS)
- Chris Stucchiohttps://www.chrisstucchio.com/blog/index.html(RSS)
- Christophe Bourguignathttps://medium.com/@chris_bour(RSS)
- Christopher Nguyenhttps://medium.com/@ctn(RSS)
- Cloudera Data Science Postshttp://blog.cloudera.com/blog/category/data-science/(RSS)
- colah's bloghttp://colah.github.io/archive.html(RSS)
- Cortana Intelligence and Machine Learning Bloghttps://blogs.technet.microsoft.com/machinelearning/(RSS)
- Daniel Forsythhttp://www.danielforsyth.me/(RSS)
- Daniel Homolahttp://danielhomola.com/category/blog/(RSS)
- Daniel Neehttp://danielnee.com(RSS)
- Data Based Inventionshttp://datalab.lu/(RSS)
- Data Bloggerhttps://www.data-blogger.com/(RSS)
- Data Labshttp://blog.insightdatalabs.com/(RSS)
- Data Meets Mediahttp://datameetsmedia.com/(RSS)
- Data Miners Bloghttp://blog.data-miners.com/(RSS)
- Data Mining Researchhttp://www.dataminingblog.com/(RSS)
- Data Mining: Text Mining, Visualization and Social Mediahttp://datamining.typepad.com/data_mining/(RSS)
- Data Piqueshttp://blog.ethanrosenthal.com/(RSS)
- Data Schoolhttp://www.dataschool.io/(RSS)
- Data Science 101http://101.datascience.community/(RSS)
- Data Science @ Facebookhttps://research.facebook.com/blog/datascience/(RSS)
- Data Science Insightshttp://www.datasciencebowl.com/data-science-insights/(RSS)
- Data Science Tutorialshttps://codementor.io/data-science/tutorial(RSS)
- Data Science Vademecumhttp://datasciencevademecum.wordpress.com/(RSS)
- Dataaspiranthttp://dataaspirant.com/(RSS)
- Dataclysmhttp://blog.okcupid.com/(RSS)
- DataGeneticshttp://datagenetics.com/blog.html(RSS)
- Dataikuhttps://www.dataiku.com/blog/(RSS)
- DataKindhttp://www.datakind.org/blog(RSS)
- DataLookhttp://blog.datalook.io/(RSS)
- Datanicehttps://datanice.wordpress.com/(RSS)
- Dataquest Bloghttps://www.dataquest.io/blog/(RSS)
- DataRobothttp://www.datarobot.com/blog/(RSS)
- Datascopehttp://datascopeanalytics.com/blog(RSS)
- DatasFramehttp://tomaugspurger.github.io/(RSS)
- David Mimnohttp://www.mimno.org/(RSS)
- Dayne Battenhttp://daynebatten.com(RSS)
- Deep Learninghttp://deeplearning.net/blog/(RSS)
- Deepdishhttp://deepdish.io/(RSS)
- Delip Raohttp://deliprao.com/(RSS)
- DENNY'S BLOGhttp://blog.dennybritz.com/(RSS)
- Dimensionlesshttps://dimensionless.in/blog/(RSS)
- Distillhttp://distill.pub/(RSS)
- District Data Labshttp://districtdatalabs.silvrback.com/(RSS)
- Diving into datahttps://blog.datadive.net/(RSS)
- Domino Data Lab's bloghttp://blog.dominodatalab.com/(RSS)
- Dr. Randal S. Olsonhttp://www.randalolson.com/blog/(RSS)
- Drew Conwayhttps://medium.com/@drewconway(RSS)
- Dustin Tranhttp://dustintran.com/blog/(RSS)
- Eder Santanahttps://edersantana.github.io/blog.html(RSS)
- Edwin Chenhttp://blog.echen.me(RSS)
- EFavDBhttp://efavdb.com/(RSS)
- Emilio Ferrara, Ph.D.http://www.emilio.ferrara.name/(RSS)
- Entrepreneurial Geekinesshttp://ianozsvald.com/(RSS)
- Eric Jonashttp://ericjonas.com/archives.html(RSS)
- Eric Siegelhttp://www.predictiveanalyticsworld.com/blog(RSS)
- Erik Bernhttp://erikbern.com(RSS)
- ERIN SHELLMANhttp://www.erinshellman.com/(RSS)
- Eugenio Culurciellohttp://culurciello.github.io/(RSS)
- Fabian Pedregosahttp://fa.bianp.net/(RSS)
- Fast Forward Labshttp://blog.fastforwardlabs.com/(RSS)
- FastMLhttp://fastml.com/(RSS)
- Florian Hartlhttp://florianhartl.com/(RSS)
- FlowingDatahttp://flowingdata.com/(RSS)
- Full Stack MLhttp://fullstackml.com/(RSS)
- GAB41http://www.lab41.org/gab41/(RSS)
- Garbled Noteshttp://www.chioka.in/(RSS)
- Greg Redahttp://www.gregreda.com/blog/(RSS)
- Hyon S Chuhttps://medium.com/@adailyventure(RSS)
- i am traskhttp://iamtrask.github.io/(RSS)
- I Quant NYhttp://iquantny.tumblr.com/(RSS)
- inFERENCehttp://www.inference.vc/(RSS)
- Insight Data Sciencehttps://blog.insightdatascience.com/(RSS)
- INSPIRATION INFORMATIONhttp://myinspirationinformation.com/(RSS)
- Ira Korshunovahttp://irakorshunova.github.io/(RSS)
- I’m a bandithttps://blogs.princeton.edu/imabandit/(RSS)
- Jason Toyhttp://www.jtoy.net/(RSS)
- Jeremy D. Jackson, PhDhttp://www.jeremydjacksonphd.com/(RSS)
- Jesse Steinweg-Woodshttps://jessesw.com/(RSS)
- Joe Cauterucciohttp://www.joecjr.com/(RSS)
- John Myles Whitehttp://www.johnmyleswhite.com/(RSS)
- John's Soapboxhttp://joschu.github.io/(RSS)
- Jonas Degravehttp://317070.github.io/(RSS)
- Joy Of Datahttp://www.joyofdata.de/blog/(RSS)
- Julia Evanshttp://jvns.ca/(RSS)
- KDnuggetshttp://www.kdnuggets.com/(RSS)
- Keeping Up With The Latest Techniqueshttp://colinpriest.com/(RSS)
- Kenny Bastanihttp://www.kennybastani.com/(RSS)
- Kevin Davenporthttp://kldavenport.com/(RSS)
- kevin franshttp://kvfrans.com/(RSS)
- korbonits | Math ∩ Datahttp://korbonits.github.io/(RSS)
- Large Scale Machine Learninghttp://bickson.blogspot.com/(RSS)
- LATERAL BLOGhttps://blog.lateral.io/(RSS)
- Lazy Programmerhttp://lazyprogrammer.me/(RSS)
- Learn Analytics Herehttps://learnanalyticshere.wordpress.com/(RSS)
- LearnDataScihttp://www.learndatasci.com/(RSS)
- Learning With Datahttp://learningwithdata.com/(RSS)
- Life, Language, Learninghttp://daoudclarke.github.io/(RSS)
- Locke Datahttps://itsalocke.com/blog/(RSS)
- Louis Dorardhttp://www.louisdorard.com/blog/(RSS)
- M.E.Driscollhttp://medriscoll.com/(RSS)
- Machinalishttp://www.machinalis.com/blog(RSS)
- Machine Learning (Theory)http://hunch.net/(RSS)
- Machine Learning and Data Sciencehttp://alexhwoods.com/blog/(RSS)
- Machine Learninghttps://charlesmartin14.wordpress.com/(RSS)
- Machine Learning Masteryhttp://machinelearningmastery.com/blog/(RSS)
- Machine Learning Blogshttps://machinelearningblogs.com/(RSS)
- Machine Learning, etchttp://yaroslavvb.blogspot.com(RSS)
- Machine Learning, Maths and Physicshttps://mlopezm.wordpress.com/(RSS)
- Machine Learning Flashcardshttps://machinelearningflashcards.com/ $10, but a nicely illustrated set of 300 flash cards
- Machined Learningshttp://www.machinedlearnings.com/(RSS)
- MAPPING BABELhttps://jack-clark.net/(RSS)
- MAPR Bloghttps://www.mapr.com/blog(RSS)
- MAREK REIhttp://www.marekrei.com/blog/(RSS)
- MARGINALLY INTERESTINGhttp://blog.mikiobraun.de/(RSS)
- Math ∩ Programminghttp://jeremykun.com/(RSS)
- Matthew Rocklinhttp://matthewrocklin.com/blog/(RSS)
- Melody Wolkhttp://melodywolk.com/projects/(RSS)
- Mic Farrishttp://www.micfarris.com/(RSS)
- Mike Tykahttp://mtyka.github.io/(RSS)
- minimaxir | Max Woolf's Bloghttp://minimaxir.com/(RSS)
- Mirror Imagehttps://mirror2image.wordpress.com/(RSS)
- Mitch Crowehttp://www.dataphoric.com/(RSS)
- MLWavehttp://mlwave.com/(RSS)
- MLWhizhttp://mlwhiz.com/(RSS)
- Models are illuminating and wronghttps://peadarcoyle.wordpress.com/(RSS)
- Moody Rdhttp://blog.mrtz.org/(RSS)
- Moonshotshttp://jxieeducation.com/(RSS)
- Mourad Mourafiqhttp://mourafiq.com/(RSS)
- My thoughts on Data science, predictive analytics, Pythonhttp://shahramabyari.com/(RSS)
- Natural language processing bloghttp://nlpers.blogspot.fr/(RSS)
- Neil Lawrencehttp://inverseprobability.com/blog.html(RSS)
- NLP and Deep Learning enthusiasthttp://camron.xyz/(RSS)
- no free hunchhttp://blog.kaggle.com/(RSS)
- Nuit Blanchehttp://nuit-blanche.blogspot.com/(RSS)
- Number 2147483647https://no2147483647.wordpress.com/(RSS)
- On Machine Intelligencehttps://aimatters.wordpress.com/(RSS)
- Opiate for the masses Data is our religion.http://opiateforthemass.es/(RSS)
- p-value.infohttp://www.p-value.info/(RSS)
- Pete Warden's bloghttp://petewarden.com/(RSS)
- Plotly Bloghttp://blog.plot.ly/(RSS)
- Probably Overthinking Ithttp://allendowney.blogspot.ca/(RSS)
- Prooffreader.comhttp://www.prooffreader.com(RSS)
- ProoffreaderPlushttp://prooffreaderplus.blogspot.ca/(RSS)
- Publishable Stuffhttp://www.sumsar.net/(RSS)
- PyImageSearchhttp://www.pyimagesearch.com/(RSS)
- Pythonic Perambulationshttps://jakevdp.github.io/(RSS)
- quintuitivehttp://quintuitive.com/(RSS)
- R and Data Mininghttps://rdatamining.wordpress.com/(RSS)
- R-bloggershttp://www.r-bloggers.com/(RSS)
- R2RThttp://r2rt.com/(RSS)
- Ramiro Gómezhttp://ramiro.org/notebooks/(RSS)
- Random notes on Computer Science, Mathematics and Software Engineeringhttp://barmaley-exe.github.io/(RSS)
- Randy Zwitchhttp://randyzwitch.com/(RSS)
- RaRe Technologieshttp://rare-technologies.com/blog/(RSS)
- Rayli.Nethttp://rayli.net/blog/(RSS)
- Revolutionshttp://blog.revolutionanalytics.com/(RSS)
- Rinu Boneyhttp://rinuboney.github.io/(RSS)
- RNDuja Bloghttp://rnduja.github.io/(RSS)
- Robert Changhttps://medium.com/@rchang(RSS)
- Rocket-Powered Data Sciencehttp://rocketdatascience.org(RSS)
- Sachin Joglekar's bloghttps://codesachin.wordpress.com/(RSS)
- samimhttps://medium.com/@samim(RSS)
- Sean J. Taylorhttp://seanjtaylor.com/(RSS)
- Sebastian Raschkahttp://sebastianraschka.com/blog/index.html(RSS)
- Sebastian Ruderhttp://sebastianruder.com/(RSS)
- Sebastian's slow bloghttp://www.nowozin.net/sebastian/blog/(RSS)
- SFL Scientific Bloghttps://sflscientific.com/blog/(RSS)
- Shakir's Machine Learning Bloghttp://blog.shakirm.com/(RSS)
- Simply Statisticshttp://simplystatistics.org(RSS)
- Springboard Bloghttp://springboard.com/blog
- Startup.ML Bloghttp://startup.ml/blog(RSS)
- Statistical Modeling, Causal Inference, and Social Sciencehttp://andrewgelman.com/(RSS)
- Stigler Diethttp://stiglerdiet.com/(RSS)
- Stitch Fix Tech Bloghttp://multithreaded.stitchfix.com/blog/(RSS)
- Stochastic R&D Noteshttp://arseny.info/(RSS)
- Storytelling with Statistics on Quorahttp://datastories.quora.com/(RSS)
- StreamHackerhttp://streamhacker.com/(RSS)
- Subconscious Musingshttp://blogs.sas.com/content/subconsciousmusings/(RSS)
- Swan Intelligencehttp://swanintelligence.com/(RSS)
- TechnoCaliforniahttp://technocalifornia.blogspot.se/(RSS)
- TEXT ANALYSIS BLOG | AYLIENhttp://blog.aylien.com/(RSS)
- The Angry Statisticianhttp://angrystatistician.blogspot.com/(RSS)
- The Clever Machinehttps://theclevermachine.wordpress.com/(RSS)
- The Data Camp Bloghttps://www.datacamp.com/community/blog(RSS)
- The Data Incubatorhttp://blog.thedataincubator.com/(RSS)
- The Data Science Labhttps://datasciencelab.wordpress.com/(RSS)
- THE ETZ-FILEShttp://alexanderetz.com/(RSS)
- The Science of Datahttp://www.martingoodson.com(RSS)
- The Shape of Datahttps://shapeofdata.wordpress.com(RSS)
- The unofficial Google data science Bloghttp://www.unofficialgoogledatascience.com/(RSS)
- Tim Dettmershttp://timdettmers.com/(RSS)
- Tombone's Computer Vision Bloghttp://www.computervisionblog.com/(RSS)
- Tommy Blanchardhttp://tommyblanchard.com/category/projects(RSS)
- Trevor Stephenshttp://trevorstephens.com/(RSS)
- Trey Causeyhttp://treycausey.com/(RSS)
- UW Data Science Bloghttp://datasciencedegree.wisconsin.edu/blog/(RSS)
- Welleckshttp://wellecks.wordpress.com/(RSS)
- Wes McKinneyhttp://wesmckinney.com/archives.html(RSS)
- While My MCMC Gently Sampleshttp://twiecki.github.io/(RSS)
- WildMLhttp://www.wildml.com/(RSS)
- Will do stuff for stuffhttp://rinzewind.org/blog-en(RSS)
- Will wolfhttp://willwolf.io/(RSS)
- WILL'S NOISEhttp://www.willmcginnis.com/(RSS)
- William Lyonhttp://www.lyonwj.com/(RSS)
- Win-Vector Bloghttp://www.win-vector.com/blog/(RSS)
- Yanir Seroussihttp://yanirseroussi.com/(RSS)
- Zac Stewarthttp://zacstewart.com/(RSS)
- ŷhathttp://blog.yhat.com/(RSS)
- ℚuantitative √ourneyhttp://outlace.com/(RSS)
- 大トロhttp://blog.otoro.net/(RSS)
- Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython by Wes McKinney
- PyCon 2015 Scikit-learn Tutorial by Jake VanderPlas
- Python Data Science Handbook by Jake VanderPlas
- Parallel Machine Learning with scikit-learn and IPython by Olivier Grisel
- Statistical Interference Using Computational Methods in Python by Allen Downey
- TensorFlow Examples by Aymeric Damien
- TensorFlow Tutorials by Parag K Mital
- TensorFlow Tutorials by Nathan Lintz
- TensorFlow Tutorials by Alexander R Johansen
- TensorFlow Book by Nishant Shukla
- Summer School 2015 by mila-udem
- Keras tutorials by Valerio Maggio
- Kaggle
- Yhat Blog
Contributions are welcome! For bug reports or requests pleasesubmit an issue.
Feel free to contact me to discuss any issues, questions, or comments.
- Email:tarry.singh@gmail.com
- Twitter:@tarrysingh
- GitHub:tarrysingh
- LinkedIn:Tarry Singh
- Website:tarrysingh.com
- Medium:tarry@Medium
- Quora :Answers from Tarry on Quora
This repository contains a variety of content; some developed by Tarry Singh and some from third-parties and a lot will be maintained by me. The third-party content is distributed under the license provided by those parties.
The content was originally developed by Donne Martin is distributed under the following license. I will be maintaining and revamping it by adding PyTorch, Torch/Lua, MXNET and much more:
I am providing code and resources in this repository to you under an open source license.
Copyright 2017 Tarry SinghLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.
About
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Automotives, Retail, Pharma, Medicine, Healthcare by Tarry Singh until at-least 2020 until he finishes his Ph.D. (which might end up being int…
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Python93.1%
- HTML4.3%
- Java0.8%
- C++0.5%
- C#0.4%
- Objective-C0.2%
- Other0.7%