Skip to content

Implmentation some basic machine learning algorithms. All of these algorithms are implemented after taking courses in University of Freiburg and also after taking online courses about the ML algorithms.

Notifications You must be signed in to change notification settings

chokkarapu/MLAlgorithm

 
 

Repository files navigation

Machine learning

If you are new to Machine learning please check out the reference section to dive deeper in to this field.

Introduction

Now a days, Machine Learning is been every where from Autonomous Driving Car to reccommendation system used by Amazon. Everybody knowingly or unknowingly is using Machine Learning. Have you ever wonder":

  • How Facebook recommend you new friends? -How Siri reconize your voice?

Using machine learning softwares is fun but implementing them is more fun. It's like training a child and when you see it doing the work you become more curious about it.

Machine Learning

This repository is dedicated to Machine learning, in this you can find implementation of various machine learning algorithms. This repository is actually a result of various online tutorial. I tried to implement algorithm as easy as possible with full detail in Read me and working code. It is suitable for beginners who want to find clear and concise example of machine learning algorithm. For readability, the tutorial includes both notebook and code with explanations. From simple numpy to sklearn and all the way through TensorFlow, you can find example in each area.

Tutorial index

0 - Prerequisite

  • Introduction to Machine Learning (notebook)
  • Introduction to MNIST Dataset (notebook)

1 - Custom

2 - Challenge

3 - Exercise

  • Exercise#1: Machine Learning in Life Scicence WS 2016 - 2017
  • Exercise#2: Machine Learning in Life Scicence WS 2016 - 2017

How do I get set up?

This code is written in python using Jupyter

  • First setting up and how to use jupyther you can use this Link

Reference

Who do I talk to?

I would be happy to talk to you about this project and if you are interested then we can further enhance this project to.

Contact

About

Implmentation some basic machine learning algorithms. All of these algorithms are implemented after taking courses in University of Freiburg and also after taking online courses about the ML algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%